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)

2022-03-31T05:22:43.766Z||main|||||INFO|500||The following profiles are active: basic
2022-03-31T05:22:58.201Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-31T05:22:58.202Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-31T05:22:58.349Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-31T05:23:03.817Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-31T05:23:04.278Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-31T05:23:04.831Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-31T05:23:04.839Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-31T05:23:04.961Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-31T05:23:05.220Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-31T05:23:05.927Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-31T05:23:08.231Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-31T05:23:11.412Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-31T05:23:11.489Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-31T05:23:12.268Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-31T05:23:12.472Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-03-31T05:23:14.144Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-31T05:23:15.591Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-03-31T05:23:15.623Z||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$$7b5c92.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-03-31T05:23:15.624Z||main|||||WARN|500||The sdc end point is not alive
2022-03-31T05:23:19.685Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-03-31T05:23:23.737Z||main|||||WARN|500||---
2022-03-31T05:23:23.737Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-31T05:23:23.738Z||main|||||WARN|500||---
2022-03-31T05:23:24.198Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-31T05:23:30.891Z||main|||||INFO|500||Started Application in 51.095 seconds (JVM running for 53.818)
2022-03-31T05:23:30.912Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-31T05:23:30.915Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-31T05:23:30.928Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-31T05:23:30.958Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-31T05:23:31.031Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 78711e2e-4c35-4293-87d6-2fa93f38f68a url= /sdc/v1/artifactTypes
2022-03-31T05:23:31.031Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-31T05:23:31.355Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-31T05:23:31.398Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-03-31T05:23:31.425Z||scheduling-1|||||DEBUG|500||create keys
2022-03-31T05:23:31.437Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-31T05:23:31.471Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:23:31.496Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 051264b3-d867-45e7-87d8-7fabbb21b197 url= /sdc/v1/registerForDistribution
2022-03-31T05:23:31.660Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 051264b3-d867-45e7-87d8-7fabbb21b197 url= /sdc/v1/registerForDistribution
2022-03-31T05:23:31.661Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-31T05:23:31.686Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:23:31.689Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:23:31.690Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-31T05:23:31.694Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:23:31.694Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:23:31.695Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:23:31.695Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:23:42.103Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:23:42.103Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:24:31.672Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:24:31.674Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:24:31.674Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:24:31.675Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:24:31.677Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:24:31.678Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:24:41.263Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:24:41.265Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:25:31.671Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:25:31.673Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:25:31.673Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:25:31.675Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:25:31.678Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:25:31.679Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:25:41.247Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:25:41.249Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:26:31.672Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:26:31.673Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:26:31.674Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:26:31.674Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:26:31.674Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:26:31.674Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:26:41.230Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:26:41.234Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:27:31.672Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:27:31.674Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:27:31.675Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:27:31.675Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:27:31.676Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:27:31.676Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:27:41.249Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:27:41.249Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:28:31.671Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:28:31.672Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:28:31.673Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:28:31.674Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:28:31.675Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:28:31.675Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:28:41.232Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:28:41.234Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:29:31.671Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:29:31.673Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:29:31.674Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:29:31.673Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:29:31.674Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:29:31.675Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:29:41.227Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:29:41.235Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:30:31.671Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:30:31.673Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:30:31.673Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:30:31.674Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:30:31.693Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:30:31.694Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:30:41.233Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:30:41.259Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:31:31.671Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:31:31.672Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:31:31.672Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:31:31.674Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:31:31.674Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:31:31.675Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:31:41.236Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:31:41.238Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:32:31.672Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:32:31.675Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:32:31.678Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:32:31.681Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:32:31.683Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:32:31.683Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:32:41.236Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:32:41.236Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:33:03.706Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-31T05:33:31.671Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:33:31.674Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:33:31.675Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:33:31.679Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:33:31.679Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:33:31.676Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:33:41.235Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:33:41.239Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:34:31.671Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:34:31.673Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:34:31.673Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:34:31.676Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:34:31.677Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:34:31.678Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:34:41.227Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:34:41.227Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:35:31.671Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:35:31.672Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:35:31.673Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:35:31.673Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:35:31.675Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:35:31.676Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:35:41.233Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:35:41.238Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:36:31.673Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:36:31.677Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:36:31.677Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:36:31.673Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:36:31.691Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:36:31.692Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:36:41.240Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:36:41.245Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:37:31.671Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:37:31.673Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:37:31.674Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:37:31.674Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:37:31.675Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:37:31.675Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:37:41.236Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:37:41.236Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:38:31.672Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:38:31.673Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:38:31.679Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:38:31.680Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:38:31.681Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:38:31.681Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:38:41.235Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:38:41.245Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:39:31.674Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:39:31.674Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:39:31.675Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:39:31.672Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:39:31.683Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:39:31.683Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:39:41.230Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:39:41.233Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:40:31.671Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:40:31.672Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:40:31.672Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:40:31.675Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:40:31.677Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:40:31.677Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:40:41.226Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:40:41.234Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:41:31.674Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:41:31.678Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:41:31.678Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:41:31.673Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:41:31.679Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:41:31.679Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:41:41.247Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:41:41.246Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:42:31.671Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:42:31.672Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:42:31.672Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:42:31.674Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:42:31.675Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:42:31.675Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:42:41.248Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:42:41.251Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:43:31.672Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:43:31.673Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:43:31.673Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:43:31.674Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:43:31.674Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:43:31.675Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:43:41.228Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:43:41.229Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:44:31.671Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:44:31.672Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:44:31.672Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:44:31.674Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:44:31.674Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:44:31.674Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:44:41.243Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:44:41.244Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:45:31.672Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:45:31.673Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:45:31.674Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:45:31.675Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:45:31.682Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:45:31.682Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:45:41.245Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:45:41.245Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:46:31.672Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:46:31.677Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:46:31.677Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:46:31.674Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:46:31.683Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:46:31.684Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:46:41.232Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:46:41.255Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:47:31.672Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:47:31.673Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:47:31.674Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:47:31.675Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:47:31.676Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:47:31.677Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:47:41.235Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:47:41.243Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:48:31.671Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:48:31.674Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:48:31.674Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:48:31.674Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:48:31.674Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:48:31.674Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:48:41.230Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:48:41.230Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:49:31.671Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:49:31.672Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:49:31.672Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:49:31.674Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:49:31.675Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:49:31.675Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:49:41.233Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:49:41.236Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:50:31.674Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:50:31.677Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:50:31.678Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:50:31.674Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:50:31.689Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:50:31.690Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:50:41.236Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:50:41.239Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:51:31.672Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:51:31.674Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:51:31.675Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:51:31.675Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:51:31.688Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:51:31.688Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:51:41.271Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:51:41.271Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:52:31.671Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:52:31.673Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:52:31.673Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:52:31.675Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:52:31.675Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:52:31.675Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:52:41.245Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:52:41.246Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:53:31.672Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:53:31.673Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:53:31.674Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:53:31.674Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:53:31.675Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:53:31.675Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:53:41.236Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:53:41.237Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:54:31.672Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:54:31.673Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:54:31.673Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:54:31.681Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:54:31.682Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:54:31.683Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:54:41.233Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:54:41.235Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:55:31.674Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:55:31.672Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:55:31.678Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:55:31.678Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:55:31.679Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:55:31.679Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:55:41.232Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:55:41.238Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:56:31.672Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:56:31.673Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:56:31.673Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:56:31.674Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:56:31.682Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:56:31.683Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:56:41.232Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:56:41.236Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:57:31.672Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:57:31.674Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:57:31.677Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:57:31.677Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:57:31.677Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:57:31.677Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:57:41.236Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:57:41.239Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:58:31.671Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:58:31.673Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:58:31.673Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:58:31.676Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:58:31.681Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:58:31.681Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:58:41.230Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:58:41.230Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:59:31.672Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:59:31.674Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T05:59:31.675Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:59:31.675Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:59:31.684Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T05:59:31.685Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T05:59:41.243Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T05:59:41.244Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:00:31.674Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:00:31.678Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:00:31.678Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:00:31.673Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:00:31.682Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:00:31.682Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:00:41.237Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:00:41.242Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:01:31.672Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:01:31.673Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:01:31.673Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:01:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:01:31.684Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:01:31.684Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:01:41.229Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:01:41.229Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:02:31.672Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:02:31.673Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:02:31.674Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:02:31.679Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:02:31.679Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:02:31.679Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:02:41.236Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:02:41.236Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:03:31.671Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:03:31.673Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:03:31.673Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:03:31.674Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:03:31.675Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:03:31.675Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:03:41.245Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:03:41.259Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:04:31.672Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:04:31.675Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:04:31.676Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:04:31.676Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:04:31.677Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:04:31.677Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:04:41.236Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:04:41.259Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:05:31.674Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:05:31.677Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:05:31.677Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:05:31.688Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:05:31.692Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:05:31.692Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:05:41.239Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:05:41.243Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:06:31.672Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:06:31.673Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:06:31.673Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:06:31.674Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:06:31.675Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:06:31.675Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:06:41.231Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:06:41.232Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:07:31.672Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:07:31.673Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:07:31.673Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:07:31.673Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:07:31.674Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:07:31.674Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:07:41.225Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:07:41.227Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:08:31.673Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:08:31.674Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:08:31.675Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:08:31.675Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:08:31.683Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:08:31.683Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:08:41.233Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:08:41.233Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:09:31.671Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:09:31.672Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:09:31.673Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:09:31.684Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:09:31.688Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:09:31.690Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:09:41.242Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:09:41.244Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:10:31.671Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:10:31.674Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:10:31.674Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:10:31.674Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:10:31.674Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:10:31.675Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:10:41.251Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:10:41.254Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:11:31.672Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:11:31.674Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:11:31.675Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:11:31.675Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:11:31.675Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:11:31.675Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:11:41.232Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:11:41.235Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:12:31.672Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:12:31.673Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:12:31.673Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:12:31.673Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:12:31.674Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:12:31.674Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:12:41.227Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:12:41.232Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:13:31.672Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:13:31.674Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:13:31.674Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:13:31.676Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:13:31.677Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:13:31.677Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:13:41.243Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:13:41.247Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:14:31.675Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:14:31.676Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:14:31.676Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:14:31.677Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:14:31.677Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:14:31.677Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:14:41.228Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:14:41.239Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:15:31.672Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:15:31.675Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:15:31.675Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:15:31.675Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:15:31.682Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:15:31.683Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:15:41.236Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:15:41.242Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:16:31.672Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:16:31.673Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:16:31.673Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:16:31.673Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:16:31.674Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:16:31.674Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:16:41.236Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:16:41.237Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:17:31.672Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:17:31.673Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:17:31.673Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:17:31.674Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:17:31.675Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:17:31.675Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:17:41.237Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:17:41.237Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:18:31.671Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:18:31.674Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:18:31.675Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:18:31.675Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:18:31.678Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:18:31.678Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:18:41.245Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:18:41.244Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:19:31.671Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:19:31.673Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:19:31.674Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:19:31.674Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:19:31.675Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:19:31.676Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:19:41.232Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:19:41.235Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:20:31.673Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:20:31.674Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:20:31.677Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:20:31.677Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:20:31.678Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:20:31.678Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:20:41.232Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:20:41.237Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:21:31.671Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:21:31.672Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:21:31.673Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:21:31.673Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:21:31.675Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:21:31.675Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:21:41.236Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:21:41.237Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:22:31.671Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:22:31.673Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:22:31.673Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:22:31.674Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:22:31.674Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:22:31.676Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:22:41.249Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:22:41.255Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:23:31.671Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:23:31.673Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:23:31.673Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:23:31.675Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:23:31.676Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:23:31.676Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:23:41.233Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:23:41.239Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:24:31.672Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:24:31.673Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:24:31.673Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:24:31.673Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:24:31.674Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:24:31.674Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:24:41.221Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:24:41.230Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:25:31.674Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:25:31.682Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:25:31.683Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:25:31.672Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:25:31.684Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:25:31.684Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:25:41.229Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:25:41.234Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:26:31.671Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:26:31.673Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:26:31.673Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:26:31.674Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:26:31.674Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:26:31.675Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:26:41.236Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:26:41.239Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:27:31.671Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:27:31.673Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:27:31.673Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:27:31.674Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:27:31.674Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:27:31.674Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:27:41.237Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:27:41.250Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:28:31.672Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:28:31.673Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:28:31.673Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:28:31.674Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:28:31.674Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:28:31.674Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:28:41.230Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:28:41.235Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:29:31.671Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:29:31.673Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:29:31.673Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:29:31.674Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:29:31.675Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:29:31.676Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:29:41.231Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:29:41.232Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:30:31.672Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:30:31.674Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:30:31.676Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:30:31.681Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:30:31.685Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:30:31.684Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:30:41.246Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:30:41.260Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:31:31.671Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:31:31.673Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:31:31.673Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:31:31.673Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:31:31.674Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:31:31.674Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:31:41.237Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:31:41.239Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:32:31.672Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:32:31.673Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:32:31.673Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:32:31.675Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:32:31.676Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:32:31.676Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:32:41.235Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:32:41.237Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:33:31.671Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:33:31.672Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:33:31.673Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:33:31.676Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:33:31.677Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:33:31.677Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:33:41.245Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:33:41.257Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:34:31.672Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:34:31.673Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:34:31.673Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:34:31.673Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:34:31.674Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:34:31.674Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:34:41.237Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:34:41.238Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:35:31.673Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:35:31.674Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:35:31.676Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:35:31.677Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:35:31.676Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:35:31.678Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:35:41.244Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:35:41.246Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:36:31.672Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:36:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:36:31.680Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:36:31.681Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:36:31.682Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:36:31.682Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:36:41.247Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:36:41.249Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:37:31.672Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:37:31.673Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:37:31.673Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:37:31.674Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:37:31.684Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:37:31.688Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:37:41.245Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:37:41.250Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:38:31.673Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:38:31.673Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:38:31.684Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:38:31.684Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:38:31.684Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:38:31.685Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:38:41.239Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:38:41.254Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:39:31.671Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:39:31.672Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:39:31.673Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:39:31.673Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:39:31.674Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:39:31.674Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:39:41.234Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:39:41.234Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:40:31.674Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:40:31.674Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:40:31.679Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:40:31.679Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:40:31.679Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:40:31.679Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:40:41.244Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:40:41.244Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:41:31.672Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:41:31.673Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:41:31.673Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:41:31.674Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:41:31.674Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:41:31.673Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:41:41.240Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:41:41.252Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:42:31.671Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:42:31.672Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:42:31.672Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:42:31.675Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:42:31.678Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:42:31.678Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:42:41.233Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:42:41.235Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:43:31.671Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:43:31.672Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:43:31.672Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:43:31.676Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:43:31.677Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:43:31.677Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:43:41.235Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:43:41.239Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:44:31.672Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:44:31.673Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:44:31.673Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:44:31.673Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:44:31.674Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:44:31.674Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:44:41.230Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:44:41.239Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:45:31.672Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:45:31.674Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:45:31.677Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:45:31.677Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:45:31.677Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:45:31.677Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:45:41.285Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:45:41.302Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:46:31.673Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:46:31.676Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:46:31.677Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:46:31.677Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:46:31.680Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:46:31.680Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:46:41.234Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:46:41.242Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:47:31.671Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:47:31.675Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:47:31.676Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:47:31.676Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:47:31.677Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:47:31.677Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:47:41.256Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:47:41.264Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:48:31.672Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:48:31.675Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:48:31.675Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:48:31.675Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:48:31.676Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:48:31.676Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:48:32.209Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:48:32.213Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:48:32.214Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "cds",
  "timestamp": 1648709301881,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T06:48:32.260Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T06:48:32.260Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:48:32.261Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "cds",
  "timestamp": 1648709301881,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/vfwd9355838b97b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T06:48:32.261Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T06:48:32.261Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:48:32.261Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648709307930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T06:48:32.261Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T06:48:32.262Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:48:32.262Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "cds",
  "timestamp": 1648709301881,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T06:48:32.262Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T06:48:32.262Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:48:32.262Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648709307930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/vfwd9355838b97b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T06:48:32.262Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T06:48:32.262Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:48:32.262Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "cds",
  "timestamp": 1648709301881,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T06:48:32.263Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T06:48:32.263Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:48:32.263Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648709307930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T06:48:32.263Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T06:48:32.263Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:48:32.263Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "cds",
  "timestamp": 1648709301881,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T06:48:32.263Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T06:48:32.263Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:48:32.264Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "policy-id",
  "timestamp": 1648709310165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T06:48:32.264Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T06:48:32.323Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:48:32.324Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-31T06:48:32.325Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"4c1f99b1-2bcb-4822-beed-173f00797c8a","serviceName":"vFW 2022-03-31 06-45-26","serviceVersion":"1.0","serviceUUID":"3def6aed-fad0-4d12-b1af-145aedda0a8d","serviceDescription":"catalog service description","serviceInvariantUUID":"b58d992f-d728-4841-88fe-6ebdd3ad1615","resources":[{"resourceInstanceName":"vFW d9355838-b97b 0","resourceName":"vFW d9355838-b97b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9fde8a12-3550-4e0b-9438-b7af8aa67f21","resourceInvariantUUID":"f17c332c-bf78-4494-be61-c065d251cc66","resourceCustomizationUUID":"0194ed7a-fc9f-4649-89c0-64fd0b2dfcef","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/vf-license-model.xml","artifactChecksum":"ZmNhZDUwMDIwMjJhYzViYTIyNzI2MzNhNzE0ZDk1NGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d82cdf5e-436e-4a92-85af-01114b270859","artifactVersion":"1"},{"artifactName":"vfwd9355838b97b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/vfwd9355838b97b0_modules.json","artifactChecksum":"YjdmZTU3Mjc2YjI5ZWU0Y2FiNmI4YmJhYTRhZGM2YWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e4525467-e04b-4a37-9e73-74dccc94614c","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3ef864e9-e914-4488-b0a1-6ede8a902a0b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/vendor-license-model.xml","artifactChecksum":"OTI3ZTQxZTAwM2EwZDNjZTQ4ZjFiOWE5MDlhOWJhYzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6dd9fa3c-830c-4cd6-acc9-985135f65f2e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"75b72e20-14ad-4c3d-be98-07bc34eab209","artifactVersion":"3","generatedFromUUID":"3ef864e9-e914-4488-b0a1-6ede8a902a0b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220331064526-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220331064526/1.0/artifacts/service-Vfw20220331064526-template.yml","artifactChecksum":"ZTIxYzAxNDc2ZTA1NWI1N2JjZDc2YWNmZTNmOWM0Yjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9caea968-f001-42a4-bc16-6d879d75a274","artifactVersion":"1"},{"artifactName":"service-Vfw20220331064526-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220331064526/1.0/artifacts/service-Vfw20220331064526-csar.csar","artifactChecksum":"YzEwMDY0NTg0NjQ2NDRkNDA2ZGMyODFiNGJlODhiMDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"549e4bf5-c94f-449c-867f-96a7dcb08b2c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-31T06:48:32.338Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T06:48:32.348Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T06:48:32.364Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T06:48:32.364Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648709311671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T06:48:32.465Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-03-31T06:48:32.471Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T06:48:32.472Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fMYlM0c9WFZs1RBm) ...
2022-03-31T06:48:32.498Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:48:32.500Z||pool-3-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-03-31T06:48:33.375Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T06:48:33.376Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T06:48:33.380Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T06:48:33.380Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648709311671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/vfwd9355838b97b0_modules.json",
  "status": "NOTIFIED"
}
2022-03-31T06:48:33.483Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-03-31T06:48:33.484Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T06:48:33.485Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fMYlM0c9WFZs1RBm) ...
2022-03-31T06:48:33.500Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:48:33.501Z||pool-4-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-03-31T06:48:34.384Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T06:48:34.385Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T06:48:34.389Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T06:48:34.390Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648709311671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-31T06:48:34.496Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-03-31T06:48:34.497Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T06:48:34.498Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fMYlM0c9WFZs1RBm) ...
2022-03-31T06:48:34.510Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:48:34.511Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-31T06:48:35.392Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T06:48:35.393Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T06:48:35.398Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T06:48:35.398Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648709311671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T06:48:35.496Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-03-31T06:48:35.504Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T06:48:35.504Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fMYlM0c9WFZs1RBm) ...
2022-03-31T06:48:35.520Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:48:35.521Z||pool-6-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-31T06:48:36.399Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T06:48:36.400Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T06:48:36.403Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T06:48:36.403Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648709311671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-31T06:48:36.503Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T06:48:36.504Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T06:48:36.505Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fMYlM0c9WFZs1RBm) ...
2022-03-31T06:48:36.533Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:48:36.538Z||pool-7-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-03-31T06:48:37.404Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T06:48:37.405Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T06:48:37.410Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T06:48:37.410Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648709311671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/artifacts/service-Vfw20220331064526-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T06:48:37.510Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-31T06:48:37.511Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T06:48:37.512Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fMYlM0c9WFZs1RBm) ...
2022-03-31T06:48:37.537Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:48:37.538Z||pool-8-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-03-31T06:48:38.411Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T06:48:38.413Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T06:48:38.416Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T06:48:38.416Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648709311671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/artifacts/service-Vfw20220331064526-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T06:48:38.516Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T06:48:38.517Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T06:48:38.517Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fMYlM0c9WFZs1RBm) ...
2022-03-31T06:48:38.529Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:48:38.530Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-31T06:48:39.419Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "serviceName": "vFW 2022-03-31 06-45-26",
  "serviceVersion": "1.0",
  "serviceUUID": "3def6aed-fad0-4d12-b1af-145aedda0a8d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "b58d992f-d728-4841-88fe-6ebdd3ad1615",
  "resources": [
    {
      "resourceInstanceName": "vFW d9355838-b97b 0",
      "resourceCustomizationUUID": "0194ed7a-fc9f-4649-89c0-64fd0b2dfcef",
      "resourceName": "vFW d9355838-b97b",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9fde8a12-3550-4e0b-9438-b7af8aa67f21",
      "resourceInvariantUUID": "f17c332c-bf78-4494-be61-c065d251cc66",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwd9355838b97b0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/vfwd9355838b97b0_modules.json",
          "artifactChecksum": "YjdmZTU3Mjc2YjI5ZWU0Y2FiNmI4YmJhYTRhZGM2YWU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "e4525467-e04b-4a37-9e73-74dccc94614c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "3ef864e9-e914-4488-b0a1-6ede8a902a0b",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "3",
            "artifactUUID": "75b72e20-14ad-4c3d-be98-07bc34eab209",
            "generatedFromUUID": "3ef864e9-e914-4488-b0a1-6ede8a902a0b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "3",
          "artifactUUID": "75b72e20-14ad-4c3d-be98-07bc34eab209",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220331064526-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/artifacts/service-Vfw20220331064526-csar.csar",
      "artifactChecksum": "YzEwMDY0NTg0NjQ2NDRkNDA2ZGMyODFiNGJlODhiMDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "549e4bf5-c94f-449c-867f-96a7dcb08b2c"
    }
  ],
  "workloadContext": "Production"
}
2022-03-31T06:48:39.420Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-31T06:48:39.420Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3def6aed-fad0-4d12-b1af-145aedda0a8d ASDC
2022-03-31T06:48:39.562Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:4c1f99b1-2bcb-4822-beed-173f00797c8a
ServiceName:vFW 2022-03-31 06-45-26
ServiceVersion:1.0
ServiceUUID:3def6aed-fad0-4d12-b1af-145aedda0a8d
ServiceInvariantUUID:b58d992f-d728-4841-88fe-6ebdd3ad1615
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220331064526-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220331064526/1.0/artifacts/service-Vfw20220331064526-csar.csar
ArtifactUUID:549e4bf5-c94f-449c-867f-96a7dcb08b2c
ArtifactChecksum:YzEwMDY0NTg0NjQ2NDRkNDA2ZGMyODFiNGJlODhiMDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d9355838-b97b 0
ResourceCustomizationUUID:0194ed7a-fc9f-4649-89c0-64fd0b2dfcef
ResourceInvariantUUID:f17c332c-bf78-4494-be61-c065d251cc66
ResourceName:vFW d9355838-b97b
ResourceType:VF
ResourceUUID:9fde8a12-3550-4e0b-9438-b7af8aa67f21
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd9355838b97b0_modules.json
ArtifactVersion:2
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/vfwd9355838b97b0_modules.json
ArtifactUUID:e4525467-e04b-4a37-9e73-74dccc94614c
ArtifactChecksum:YjdmZTU3Mjc2YjI5ZWU0Y2FiNmI4YmJhYTRhZGM2YWU=
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/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/base_vfw.yaml
ArtifactUUID:3ef864e9-e914-4488-b0a1-6ede8a902a0b
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/base_vfw.env
ArtifactUUID:75b72e20-14ad-4c3d-be98-07bc34eab209
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/base_vfw.env
ArtifactUUID:75b72e20-14ad-4c3d-be98-07bc34eab209
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-31T06:48:39.562Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3def6aed-fad0-4d12-b1af-145aedda0a8d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T06:48:39.934Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T06:48:39.935Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-31T06:48:39.938Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-31T06:48:39.938Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 549e4bf5-c94f-449c-867f-96a7dcb08b2c from URL: /sdc/v1/catalog/services/Vfw20220331064526/1.0/artifacts/service-Vfw20220331064526-csar.csar
2022-03-31T06:48:39.938Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-31T06:48:39.940Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220331064526/1.0/artifacts/service-Vfw20220331064526-csar.csar
2022-03-31T06:48:40.265Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-31T06:48:40.300Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220331064526/1.0/artifacts/service-Vfw20220331064526-csar.csar 549e4bf5-c94f-449c-867f-96a7dcb08b2c 99012
2022-03-31T06:48:40.306Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220331064526/1.0/artifacts/service-Vfw20220331064526-csar.csar ASDC sendASDCNotification
2022-03-31T06:48:40.307Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331064526/1.0/artifacts/service-Vfw20220331064526-csar.csar
2022-03-31T06:48:40.308Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T06:48:40.310Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T06:48:40.313Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T06:48:40.313Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648709320301,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/artifacts/service-Vfw20220331064526-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T06:48:40.413Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-31T06:48:40.414Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T06:48:40.414Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fMYlM0c9WFZs1RBm) ...
2022-03-31T06:48:40.427Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:48:40.428Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-31T06:48:41.314Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T06:48:41.316Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-31T06:48:41.317Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 549e4bf5-c94f-449c-867f-96a7dcb08b2c, URL: /sdc/v1/catalog/services/Vfw20220331064526/1.0/artifacts/service-Vfw20220331064526-csar.csar to file: /app/ASDC/1/service-Vfw20220331064526-csar.csar
2022-03-31T06:48:41.318Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220331064526-csar.csar
2022-03-31T06:48:41.430Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220331064526-csar.csar
2022-03-31T06:48:41.430Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220331064526-csar.csar
2022-03-31T06:48:42.389Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10342529478570918267/Definitions/service-Vfw20220331064526-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_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_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" 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_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_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_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_vlan_requirements" 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_onap_private_port_0_order" 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_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_protected_private_port_0_network_role" 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_order" 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_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 "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_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
2022-03-31T06:48:46.743Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-31T06:48:46.751Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-31T06:48:46.751Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220331064526-csar.csar
2022-03-31T06:48:46.752Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-31T06:48:46.752Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220331064526-csar.csar
2022-03-31T06:48:46.752Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220331064526-csar.csar
2022-03-31T06:48:46.752Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220331064526-csar.csar
2022-03-31T06:48:46.753Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220331064526-csar.csar
2022-03-31T06:48:46.753Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220331064526-csar.csar
2022-03-31T06:48:46.753Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220331064526-csar.csar
2022-03-31T06:48:46.753Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d9355838-b97b 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220331064526-csar.csar
2022-03-31T06:48:46.753Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220331064526-csar.csar
2022-03-31T06:48:46.753Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220331064526-csar.csar
2022-03-31T06:48:46.754Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220331064526-csar.csar
2022-03-31T06:48:46.754Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220331064526-csar.csar
2022-03-31T06:48:46.754Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220331064526-csar.csar
2022-03-31T06:48:46.754Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|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-Vfw20220331064526-csar.csar
2022-03-31T06:48:46.754Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-31T06:48:46.763Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T06:48:46.765Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-31 06-45-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T06:48:46.770Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vFW d9355838-b97b 0 is matching search criteria
2022-03-31T06:48:46.770Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-31T06:48:46.772Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d9355838-b97b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T06:48:46.774Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T06:48:46.775Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-31 06-45-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T06:48:46.775Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vFW d9355838-b97b 0 is matching search criteria
2022-03-31T06:48:46.775Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-31T06:48:46.776Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d9355838-b97b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T06:48:46.776Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T06:48:46.776Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-31 06-45-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T06:48:46.781Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T06:48:46.782Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vFW d9355838-b97b 0 is not matching search criteria
2022-03-31T06:48:46.782Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-31T06:48:46.782Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-31T06:48:46.782Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-31T06:48:46.783Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-31T06:48:46.783Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-31T06:48:46.783Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T06:48:46.783Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-31T06:48:46.784Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-31T06:48:46.784Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-31T06:48:46.784Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-31T06:48:46.784Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-31T06:48:46.785Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-31T06:48:46.785Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-31T06:48:46.785Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-31T06:48:46.786Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T06:48:46.786Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-31T06:48:46.786Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T06:48:46.786Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-31 06-45-26 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-31T06:48:46.789Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T06:48:46.789Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vFW d9355838-b97b 0 is matching search criteria
2022-03-31T06:48:46.789Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d9355838-b97b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T06:48:46.790Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T06:48:46.790Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vFW d9355838-b97b 0 is matching search criteria
2022-03-31T06:48:46.790Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d9355838-b97b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T06:48:46.791Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T06:48:46.791Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vFW d9355838-b97b 0 is matching search criteria
2022-03-31T06:48:46.791Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d9355838-b97b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T06:48:46.792Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T06:48:46.792Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vFW d9355838-b97b 0 is not matching search criteria
2022-03-31T06:48:46.792Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-31T06:48:46.792Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-31T06:48:46.793Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-31T06:48:46.793Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-31T06:48:46.793Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-31T06:48:46.793Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-31T06:48:46.794Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-31T06:48:46.794Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-31T06:48:46.794Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-31T06:48:46.794Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-31T06:48:46.795Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T06:48:46.795Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=36a3f936-febc-4cf8-863d-0ad07108f0ee
2022-03-31T06:48:46.795Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T06:48:46.796Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vFW d9355838-b97b 0 is not matching search criteria
2022-03-31T06:48:46.796Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-31T06:48:46.796Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-31T06:48:46.796Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-31T06:48:46.797Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-31T06:48:46.797Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-31T06:48:46.797Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T06:48:46.797Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-31T06:48:46.797Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-31T06:48:46.798Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-31T06:48:46.798Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-31T06:48:46.798Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-31T06:48:46.798Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T06:48:46.799Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=bcb3a7ae-c2fb-4695-9d1a-e3146d1fbd65
2022-03-31T06:48:46.799Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T06:48:46.799Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vFW d9355838-b97b 0 is not matching search criteria
2022-03-31T06:48:46.799Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-31T06:48:46.800Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-31T06:48:46.800Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-31T06:48:46.800Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-31T06:48:46.800Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-31T06:48:46.801Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T06:48:46.801Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-31T06:48:46.801Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-31T06:48:46.801Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-31T06:48:46.802Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-31T06:48:46.802Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-31T06:48:46.802Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-31T06:48:46.803Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=08ebf093-892e-44d6-b1ca-376502b98b6a
2022-03-31T06:48:46.803Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T06:48:46.803Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-31 06-45-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T06:48:46.804Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T06:48:46.804Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-31 06-45-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T06:48:46.804Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T06:48:46.804Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-31 06-45-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T06:48:46.805Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T06:48:46.805Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-31 06-45-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T06:48:46.805Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-31 06-45-26
Description:catalog service description
Model UUID:3def6aed-fad0-4d12-b1af-145aedda0a8d
Model Version:NULL
Model InvariantUuid:b58d992f-d728-4841-88fe-6ebdd3ad1615
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW d9355838-b97b
Model UUID:147bed50-2b5f-44b1-bd7b-64202725e1c6
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f17c332c-bf78-4494-be61-c065d251cc66
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0194ed7a-fc9f-4649-89c0-64fd0b2dfcef
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:be8d4a84-0178-461c-893b-5df584c44cf7
ModelName:VfwD9355838B97b..base_vfw..module-0
ModelUuid:675b5769-3dd3-4f09-94a5-a63a954ce63d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:36a3f936-febc-4cf8-863d-0ad07108f0ee
ModelInvariantUuid:6066ab00-592e-4459-92fb-a6c09699a1cb
ModelName:vFW d9355838-b97b-nodes.vfwCvfc
ModelUuid:89857a4c-ad5c-4fea-a7a9-b39cf777c62c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:f167b07b-e3ca-4a15-a953-62ca78dd7719
ModelInvariantUuid:f9496d11-934f-4cac-a613-47cffcce8781
ModelName:VfwD9355838B97b.compute.nodes.heat.vfw
ModelUuid:bdfca498-1480-4658-bbc3-e3b33f9d919d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:bcb3a7ae-c2fb-4695-9d1a-e3146d1fbd65
ModelInvariantUuid:582a5edf-c70f-4ee3-b29d-ae6cedeb7877
ModelName:vFW d9355838-b97b-nodes.vsnCvfc
ModelUuid:cc75a1e6-8ba9-487f-acaf-835760dc5951
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:fd458961-0ca8-4e17-90ea-0e94bfa26a5c
ModelInvariantUuid:f3e045bb-9208-4035-b1c4-641329e4174f
ModelName:VfwD9355838B97b.compute.nodes.heat.vsn
ModelUuid:1d86084b-bd13-4dd3-baf2-8eaef1520016
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:08ebf093-892e-44d6-b1ca-376502b98b6a
ModelInvariantUuid:8d960078-deb3-4b78-981f-69d4006f6751
ModelName:vFW d9355838-b97b-nodes.vpgCvfc
ModelUuid:71c4b896-d8de-476a-af67-efcb7a0d72ec
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:a63f63ef-ed53-458b-97c0-d897aa8588cd
ModelInvariantUuid:d75d5a23-eda0-44e6-b868-5fd166329aa7
ModelName:VfwD9355838B97b.compute.nodes.heat.vpg
ModelUuid:c3444b96-20d7-4bef-a683-29eee5502bac
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-31T06:48:46.836Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 9fde8a12-3550-4e0b-9438-b7af8aa67f21
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T06:48:46.958Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||vFW d9355838-b97b 0
2022-03-31T06:48:46.965Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9fde8a12-3550-4e0b-9438-b7af8aa67f21
2022-03-31T06:48:46.965Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e4525467-e04b-4a37-9e73-74dccc94614c from URL: /sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/vfwd9355838b97b0_modules.json
2022-03-31T06:48:46.965Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-31T06:48:46.965Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/vfwd9355838b97b0_modules.json
2022-03-31T06:48:47.490Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-31T06:48:47.490Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/vfwd9355838b97b0_modules.json e4525467-e04b-4a37-9e73-74dccc94614c 785
2022-03-31T06:48:47.491Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/vfwd9355838b97b0_modules.json ASDC sendASDCNotification
2022-03-31T06:48:47.491Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/vfwd9355838b97b0_modules.json
2022-03-31T06:48:47.491Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T06:48:47.491Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T06:48:47.495Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T06:48:47.496Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648709327491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/vfwd9355838b97b0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-31T06:48:47.596Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T06:48:47.597Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T06:48:47.597Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fMYlM0c9WFZs1RBm) ...
2022-03-31T06:48:47.626Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:48:47.627Z||pool-11-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-03-31T06:48:48.497Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwD9355838B97b..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "be8d4a84-0178-461c-893b-5df584c44cf7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "675b5769-3dd3-4f09-94a5-a63a954ce63d",
    "vfModuleModelCustomizationUUID": "11b6c947-8c76-437c-960e-d3ca0318a5f2",
    "isBase": true,
    "artifacts": [
      "3ef864e9-e914-4488-b0a1-6ede8a902a0b",
      "75b72e20-14ad-4c3d-be98-07bc34eab209"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-31T06:48:48.513Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD9355838B97b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:675b5769-3dd3-4f09-94a5-a63a954ce63d
VfModuleModelInvariantUUID:be8d4a84-0178-461c-893b-5df584c44cf7
VfModuleModelDescription:NULL
Artifacts UUID List:{
3ef864e9-e914-4488-b0a1-6ede8a902a0b
,
75b72e20-14ad-4c3d-be98-07bc34eab209

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

isBase:true


}

2022-03-31T06:48:48.515Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwD9355838B97b..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "be8d4a84-0178-461c-893b-5df584c44cf7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "675b5769-3dd3-4f09-94a5-a63a954ce63d",
    "vfModuleModelCustomizationUUID": "11b6c947-8c76-437c-960e-d3ca0318a5f2",
    "isBase": true,
    "artifacts": [
      "3ef864e9-e914-4488-b0a1-6ede8a902a0b",
      "75b72e20-14ad-4c3d-be98-07bc34eab209"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-31T06:48:48.516Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD9355838B97b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:675b5769-3dd3-4f09-94a5-a63a954ce63d
VfModuleModelInvariantUUID:be8d4a84-0178-461c-893b-5df584c44cf7
VfModuleModelDescription:NULL
Artifacts UUID List:{
3ef864e9-e914-4488-b0a1-6ede8a902a0b
,
75b72e20-14ad-4c3d-be98-07bc34eab209

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

isBase:true


}

2022-03-31T06:48:48.516Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3ef864e9-e914-4488-b0a1-6ede8a902a0b from URL: /sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/base_vfw.yaml
2022-03-31T06:48:48.516Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-31T06:48:48.516Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/base_vfw.yaml
2022-03-31T06:48:49.058Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-31T06:48:49.062Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/base_vfw.yaml 3ef864e9-e914-4488-b0a1-6ede8a902a0b 20368
2022-03-31T06:48:49.062Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-31T06:48:49.063Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/base_vfw.yaml
2022-03-31T06:48:49.063Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T06:48:49.063Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T06:48:49.078Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T06:48:49.079Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648709329062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-31T06:48:49.178Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-31T06:48:49.179Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T06:48:49.179Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fMYlM0c9WFZs1RBm) ...
2022-03-31T06:48:49.196Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:48:49.197Z||pool-12-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-03-31T06:48:50.080Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 75b72e20-14ad-4c3d-be98-07bc34eab209 from URL: /sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/base_vfw.env
2022-03-31T06:48:50.081Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-31T06:48:50.081Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/base_vfw.env
2022-03-31T06:48:50.206Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-31T06:48:50.207Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/base_vfw.env 75b72e20-14ad-4c3d-be98-07bc34eab209 2098
2022-03-31T06:48:50.208Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-31T06:48:50.209Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/base_vfw.env
2022-03-31T06:48:50.209Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T06:48:50.210Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T06:48:50.214Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T06:48:50.214Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648709330208,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-31T06:48:50.314Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-31T06:48:50.316Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T06:48:50.316Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fMYlM0c9WFZs1RBm) ...
2022-03-31T06:48:50.332Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:48:50.333Z||pool-13-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-03-31T06:48:51.216Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 3def6aed-fad0-4d12-b1af-145aedda0a8d
2022-03-31T06:48:51.217Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d9355838-b97b 0 9fde8a12-3550-4e0b-9438-b7af8aa67f21 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T06:48:51.273Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@472f6a8d, org.onap.sdc.toscaparser.api.parameters.Input@5cb74592, org.onap.sdc.toscaparser.api.parameters.Input@66fc2b37, org.onap.sdc.toscaparser.api.parameters.Input@3c510fd6, org.onap.sdc.toscaparser.api.parameters.Input@9671d3]
2022-03-31T06:48:51.279Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T06:48:51.279Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-31 06-45-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T06:48:51.280Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-03-31T06:48:51.280Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 0194ed7a-fc9f-4649-89c0-64fd0b2dfcef
2022-03-31T06:48:51.281Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0194ed7a-fc9f-4649-89c0-64fd0b2dfcef matches Tosca VF Customization UUID: 0194ed7a-fc9f-4649-89c0-64fd0b2dfcef
2022-03-31T06:48:51.281Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 0194ed7a-fc9f-4649-89c0-64fd0b2dfcef  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-31T06:48:51.290Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T06:48:51.293Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-31 06-45-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T06:48:51.296Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 0194ed7a-fc9f-4649-89c0-64fd0b2dfcef: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-31T06:48:51.296Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@108703d7
2022-03-31T06:48:51.297Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T06:48:51.297Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-31 06-45-26 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-31T06:48:51.298Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 11b6c947-8c76-437c-960e-d3ca0318a5f2
2022-03-31T06:48:51.300Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 11b6c947-8c76-437c-960e-d3ca0318a5f2
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-31T06:48:51.310Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T06:48:51.311Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vFW d9355838-b97b 0 is matching search criteria
2022-03-31T06:48:51.312Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d9355838-b97b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T06:48:51.313Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T06:48:51.313Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vFW d9355838-b97b 0 is matching search criteria
2022-03-31T06:48:51.313Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d9355838-b97b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T06:48:51.314Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T06:48:51.314Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vFW d9355838-b97b 0 is not matching search criteria
2022-03-31T06:48:51.314Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-31T06:48:51.315Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-31T06:48:51.315Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-31T06:48:51.315Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-31T06:48:51.317Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-31T06:48:51.317Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-31T06:48:51.317Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-31T06:48:51.318Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-31T06:48:51.318Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-31T06:48:51.319Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-31T06:48:51.319Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T06:48:51.319Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=36a3f936-febc-4cf8-863d-0ad07108f0ee
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-31T06:48:51.332Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T06:48:51.333Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vFW d9355838-b97b 0 is matching search criteria
2022-03-31T06:48:51.333Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d9355838-b97b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T06:48:51.334Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T06:48:51.334Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vFW d9355838-b97b 0 is not matching search criteria
2022-03-31T06:48:51.334Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-31T06:48:51.335Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-31T06:48:51.335Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-31T06:48:51.335Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-31T06:48:51.335Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-31T06:48:51.336Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T06:48:51.336Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-31T06:48:51.337Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-31T06:48:51.337Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-31T06:48:51.337Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-31T06:48:51.338Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-31T06:48:51.338Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T06:48:51.338Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=bcb3a7ae-c2fb-4695-9d1a-e3146d1fbd65
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-31T06:48:51.343Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T06:48:51.344Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vFW d9355838-b97b 0 is matching search criteria
2022-03-31T06:48:51.344Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d9355838-b97b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T06:48:51.348Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T06:48:51.349Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vFW d9355838-b97b 0 is not matching search criteria
2022-03-31T06:48:51.349Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-31T06:48:51.350Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-31T06:48:51.350Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-31T06:48:51.350Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-31T06:48:51.351Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-31T06:48:51.351Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T06:48:51.351Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-31T06:48:51.352Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-31T06:48:51.352Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-31T06:48:51.357Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-31T06:48:51.358Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-31T06:48:51.358Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-31T06:48:51.358Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=08ebf093-892e-44d6-b1ca-376502b98b6a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-31T06:48:51.365Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T06:48:51.367Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vFW d9355838-b97b 0 is matching search criteria
2022-03-31T06:48:51.368Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d9355838-b97b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T06:48:51.369Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T06:48:51.369Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Node template vFW d9355838-b97b 0 is matching search criteria
2022-03-31T06:48:51.369Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d9355838-b97b 0] matching following query criteria: sdcType=VF, customizationUUID=0194ed7a-fc9f-4649-89c0-64fd0b2dfcef
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T06:48:51.373Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T06:48:51.373Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-31 06-45-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T06:48:51.374Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 3def6aed-fad0-4d12-b1af-145aedda0a8d: vFW d9355838-b97b
2022-03-31T06:48:51.374Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T06:48:51.374Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-31 06-45-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T06:48:51.375Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T06:48:51.375Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-31 06-45-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T06:48:51.375Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T06:48:51.376Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-31 06-45-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T06:48:51.376Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T06:48:51.376Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-31 06-45-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T06:48:51.376Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T06:48:51.376Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-31 06-45-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T06:48:51.377Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-03-31 06-45-26 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T06:48:51.788Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW d9355838-b97b 9fde8a12-3550-4e0b-9438-b7af8aa67f21 1 ASDC deployResourceStructure
2022-03-31T06:48:51.789Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/vfwd9355838b97b0_modules.json ASDC sendASDCNotification
2022-03-31T06:48:51.789Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/vfwd9355838b97b0_modules.json
2022-03-31T06:48:51.789Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T06:48:51.790Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T06:48:51.793Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T06:48:51.793Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648709331789,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/vfwd9355838b97b0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-31T06:48:51.893Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T06:48:51.894Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T06:48:51.895Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fMYlM0c9WFZs1RBm) ...
2022-03-31T06:48:51.911Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:48:51.912Z||pool-14-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-31T06:48:52.794Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-31T06:48:52.795Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/base_vfw.yaml
2022-03-31T06:48:52.795Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T06:48:52.795Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T06:48:52.798Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T06:48:52.798Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648709332794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-31T06:48:52.899Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-31T06:48:52.900Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T06:48:52.900Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fMYlM0c9WFZs1RBm) ...
2022-03-31T06:48:52.929Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:48:52.930Z||pool-15-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-03-31T06:48:53.800Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-31T06:48:53.800Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/base_vfw.env
2022-03-31T06:48:53.800Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T06:48:53.801Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T06:48:53.803Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T06:48:53.803Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648709333799,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-31T06:48:53.903Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T06:48:53.904Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T06:48:53.904Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fMYlM0c9WFZs1RBm) ...
2022-03-31T06:48:53.917Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:48:53.917Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-31T06:48:54.804Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220331064526/1.0/artifacts/service-Vfw20220331064526-csar.csar ASDC sendASDCNotification
2022-03-31T06:48:54.805Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331064526/1.0/artifacts/service-Vfw20220331064526-csar.csar
2022-03-31T06:48:54.805Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T06:48:54.806Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T06:48:54.808Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T06:48:54.808Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648709334804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/artifacts/service-Vfw20220331064526-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T06:48:54.908Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-31T06:48:54.914Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T06:48:54.914Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fMYlM0c9WFZs1RBm) ...
2022-03-31T06:48:54.950Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:48:54.963Z||pool-17-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
2022-03-31T06:48:55.810Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4c1f99b1-2bcb-4822-beed-173f00797c8a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T06:48:55.845Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4c1f99b1-2bcb-4822-beed-173f00797c8a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T06:48:55.850Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T06:48:55.851Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T06:48:55.851Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T06:49:25.852Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4c1f99b1-2bcb-4822-beed-173f00797c8a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T06:49:25.866Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4c1f99b1-2bcb-4822-beed-173f00797c8a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T06:49:25.870Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T06:49:25.870Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T06:49:25.870Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T06:49:31.674Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:49:31.674Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:49:31.675Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:49:31.748Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:49:31.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:49:31.749Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648709307930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T06:49:31.750Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T06:49:55.870Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4c1f99b1-2bcb-4822-beed-173f00797c8a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T06:49:55.903Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4c1f99b1-2bcb-4822-beed-173f00797c8a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T06:49:55.917Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T06:49:55.920Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T06:49:55.920Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T06:50:25.921Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4c1f99b1-2bcb-4822-beed-173f00797c8a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T06:50:25.935Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4c1f99b1-2bcb-4822-beed-173f00797c8a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T06:50:25.940Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T06:50:25.941Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T06:50:25.941Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T06:50:31.675Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:50:31.675Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:50:31.675Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:50:31.710Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:50:31.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:50:31.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648709311671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T06:50:31.712Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T06:50:55.943Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4c1f99b1-2bcb-4822-beed-173f00797c8a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T06:50:55.963Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4c1f99b1-2bcb-4822-beed-173f00797c8a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T06:50:55.968Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T06:50:55.969Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T06:50:55.969Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T06:51:25.970Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4c1f99b1-2bcb-4822-beed-173f00797c8a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T06:51:25.992Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4c1f99b1-2bcb-4822-beed-173f00797c8a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T06:51:25.997Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T06:51:25.997Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T06:51:25.997Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T06:51:31.676Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:51:31.679Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:51:31.679Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:51:32.222Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:51:32.227Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.228Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "cds",
  "timestamp": 1648709301881,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/artifacts/service-Vfw20220331064526-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T06:51:32.231Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T06:51:32.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "policy-id",
  "timestamp": 1648709310165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/vfwd9355838b97b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T06:51:32.232Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T06:51:32.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.233Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648709307930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T06:51:32.233Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T06:51:32.234Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.234Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648709311671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/vfwd9355838b97b0_modules.json",
  "status": "NOTIFIED"
}
2022-03-31T06:51:32.234Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T06:51:32.234Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.235Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "cds",
  "timestamp": 1648709301881,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/artifacts/service-Vfw20220331064526-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T06:51:32.241Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T06:51:32.241Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.242Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "policy-id",
  "timestamp": 1648709310165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-31T06:51:32.242Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T06:51:32.242Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648709307930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/artifacts/service-Vfw20220331064526-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T06:51:32.249Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T06:51:32.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648709311671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-31T06:51:32.250Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T06:51:32.251Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.251Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "policy-id",
  "timestamp": 1648709310165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T06:51:32.252Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T06:51:32.253Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.253Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "cds",
  "timestamp": 1648709314006,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/artifacts/service-Vfw20220331064526-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T06:51:32.254Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T06:51:32.254Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.255Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648709307930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/artifacts/service-Vfw20220331064526-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T06:51:32.255Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T06:51:32.256Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.256Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648709311671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T06:51:32.257Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T06:51:32.257Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.258Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "policy-id",
  "timestamp": 1648709310165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T06:51:32.258Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T06:51:32.259Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.259Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "cds",
  "timestamp": 1648709315029,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/artifacts/service-Vfw20220331064526-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T06:51:32.295Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4c1f99b1-2bcb-4822-beed-173f00797c8a
2022-03-31T06:51:32.297Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c1f99b1-2bcb-4822-beed-173f00797c8a and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T06:51:32.315Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648709314656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T06:51:32.316Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T06:51:32.317Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.317Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648709311671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-31T06:51:32.318Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T06:51:32.318Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.318Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "policy-id",
  "timestamp": 1648709310165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/artifacts/service-Vfw20220331064526-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T06:51:32.319Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T06:51:32.319Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.319Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648709314656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/vfwd9355838b97b0_modules.json",
  "status": "NOTIFIED"
}
2022-03-31T06:51:32.320Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T06:51:32.320Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.321Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648709311671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/artifacts/service-Vfw20220331064526-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T06:51:32.321Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T06:51:32.321Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.322Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "policy-id",
  "timestamp": 1648709310165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/artifacts/service-Vfw20220331064526-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T06:51:32.323Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T06:51:32.323Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.324Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648709314656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-31T06:51:32.324Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T06:51:32.325Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.325Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648709311671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/artifacts/service-Vfw20220331064526-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T06:51:32.326Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T06:51:32.326Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.326Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "policy-id",
  "timestamp": 1648709318081,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/artifacts/service-Vfw20220331064526-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T06:51:32.327Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T06:51:32.327Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.328Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648709314656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T06:51:32.328Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T06:51:32.329Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.329Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "policy-id",
  "timestamp": 1648709319089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/artifacts/service-Vfw20220331064526-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T06:51:32.330Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T06:51:32.330Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.330Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648709314656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-31T06:51:32.331Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T06:51:32.331Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.331Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648709320301,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/artifacts/service-Vfw20220331064526-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T06:51:32.332Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T06:51:32.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.333Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "policy-id",
  "timestamp": 1648709320093,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T06:51:32.342Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4c1f99b1-2bcb-4822-beed-173f00797c8a
2022-03-31T06:51:32.342Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c1f99b1-2bcb-4822-beed-173f00797c8a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T06:51:32.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.355Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648709314656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/artifacts/service-Vfw20220331064526-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T06:51:32.356Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T06:51:32.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.357Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648709314656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/artifacts/service-Vfw20220331064526-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T06:51:32.357Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T06:51:32.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.358Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "aai-ml",
  "timestamp": 1648709321558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T06:51:32.359Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T06:51:32.359Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.359Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648709322627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/vfwd9355838b97b0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-31T06:51:32.360Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T06:51:32.360Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.360Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "aai-ml",
  "timestamp": 1648709321558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/vfwd9355838b97b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T06:51:32.361Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T06:51:32.361Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.361Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "clamp",
  "timestamp": 1648709322659,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T06:51:32.362Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T06:51:32.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.362Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648709324021,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-31T06:51:32.363Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T06:51:32.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.364Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "aai-ml",
  "timestamp": 1648709321558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T06:51:32.364Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T06:51:32.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.365Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "clamp",
  "timestamp": 1648709322659,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/vfwd9355838b97b0_modules.json",
  "status": "NOTIFIED"
}
2022-03-31T06:51:32.366Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T06:51:32.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.366Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "aai-ml",
  "timestamp": 1648709321558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T06:51:32.367Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T06:51:32.367Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.367Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648709325471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-31T06:51:32.368Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T06:51:32.368Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.368Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "clamp",
  "timestamp": 1648709322659,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T06:51:32.369Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T06:51:32.369Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.370Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "aai-ml",
  "timestamp": 1648709321558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T06:51:32.370Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T06:51:32.371Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.371Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "clamp",
  "timestamp": 1648709322659,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T06:51:32.372Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T06:51:32.372Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.372Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648709326542,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T06:51:32.389Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4c1f99b1-2bcb-4822-beed-173f00797c8a
2022-03-31T06:51:32.390Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c1f99b1-2bcb-4822-beed-173f00797c8a 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-31T06:51:32.401Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.402Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648709327491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/vfwd9355838b97b0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-31T06:51:32.402Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T06:51:32.402Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.403Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648709327327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T06:51:32.403Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T06:51:32.403Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.403Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "aai-ml",
  "timestamp": 1648709321558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/artifacts/service-Vfw20220331064526-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T06:51:32.404Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T06:51:32.404Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.404Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "clamp",
  "timestamp": 1648709322659,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T06:51:32.404Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T06:51:32.405Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.405Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648709327548,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/vfwd9355838b97b0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-31T06:51:32.405Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T06:51:32.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.406Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648709327327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/vfwd9355838b97b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-31T06:51:32.406Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T06:51:32.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648709329062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-31T06:51:32.407Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T06:51:32.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "aai-ml",
  "timestamp": 1648709321558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/artifacts/service-Vfw20220331064526-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T06:51:32.408Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T06:51:32.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.408Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "clamp",
  "timestamp": 1648709322659,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/artifacts/service-Vfw20220331064526-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T06:51:32.408Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T06:51:32.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.408Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648709327327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T06:51:32.409Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T06:51:32.409Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.409Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "clamp",
  "timestamp": 1648709322659,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/artifacts/service-Vfw20220331064526-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T06:51:32.409Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T06:51:32.409Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.409Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648709330208,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-31T06:51:32.410Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T06:51:32.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.410Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "aai-ml",
  "timestamp": 1648709329542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/artifacts/service-Vfw20220331064526-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T06:51:32.411Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T06:51:32.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648709327327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T06:51:32.412Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T06:51:32.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.412Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648709327327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-31T06:51:32.413Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T06:51:32.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.413Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648709331789,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/vfwd9355838b97b0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-31T06:51:32.413Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T06:51:32.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648709327327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/artifacts/service-Vfw20220331064526-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T06:51:32.414Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T06:51:32.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648709332794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-31T06:51:32.415Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T06:51:32.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648709327327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/artifacts/service-Vfw20220331064526-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T06:51:32.415Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T06:51:32.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648709333799,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/resourceInstances/vfwd9355838b97b0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-31T06:51:32.416Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T06:51:32.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648709335253,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/artifacts/service-Vfw20220331064526-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T06:51:32.416Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T06:51:32.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648709334804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/artifacts/service-Vfw20220331064526-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T06:51:32.417Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T06:51:32.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "clamp",
  "timestamp": 1648709336018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/artifacts/service-Vfw20220331064526-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T06:51:32.418Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T06:51:32.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "clamp",
  "timestamp": 1648709337096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/artifacts/service-Vfw20220331064526-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T06:51:32.419Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T06:51:32.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "clamp",
  "timestamp": 1648709338101,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T06:51:32.431Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4c1f99b1-2bcb-4822-beed-173f00797c8a
2022-03-31T06:51:32.432Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c1f99b1-2bcb-4822-beed-173f00797c8a and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T06:51:32.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648709341362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/artifacts/service-Vfw20220331064526-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T06:51:32.445Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T06:51:32.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.446Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648709342368,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T06:51:32.453Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4c1f99b1-2bcb-4822-beed-173f00797c8a
2022-03-31T06:51:32.454Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c1f99b1-2bcb-4822-beed-173f00797c8a and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T06:51:32.463Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.463Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "aai-ml",
  "timestamp": 1648709349108,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220331064526/1.0/artifacts/service-Vfw20220331064526-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T06:51:32.463Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T06:51:32.464Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T06:51:32.464Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "aai-ml",
  "timestamp": 1648709350116,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T06:51:32.472Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4c1f99b1-2bcb-4822-beed-173f00797c8a
2022-03-31T06:51:32.472Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c1f99b1-2bcb-4822-beed-173f00797c8a and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T06:51:55.998Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4c1f99b1-2bcb-4822-beed-173f00797c8a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T06:51:56.014Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4c1f99b1-2bcb-4822-beed-173f00797c8a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T06:51:56.019Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T06:51:56.020Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-31T06:51:56.020Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-31T06:51:56.020Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-31T06:51:56.020Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T06:51:56.021Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T06:51:56.021Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T06:51:56.021Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T06:51:56.021Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T06:51:56.021Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T06:51:56.021Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|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=?
2022-03-31T06:51:56.029Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-31T06:52:26.029Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4c1f99b1-2bcb-4822-beed-173f00797c8a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-31T06:52:26.045Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4c1f99b1-2bcb-4822-beed-173f00797c8a and serviceModelVersionId: 3def6aed-fad0-4d12-b1af-145aedda0a8d
2022-03-31T06:52:26.046Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b58d992f-d728-4841-88fe-6ebdd3ad1615
2022-03-31T06:52:31.674Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:52:31.675Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:52:31.675Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:52:41.310Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:52:44.473Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b58d992f-d728-4841-88fe-6ebdd3ad1615/model-vers/model-ver/3def6aed-fad0-4d12-b1af-145aedda0a8d?depth=0
2022-03-31T06:52:44.709Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-03-31T06:52:45.425Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|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/b58d992f-d728-4841-88fe-6ebdd3ad1615/model-vers/model-ver/3def6aed-fad0-4d12-b1af-145aedda0a8d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-31T06:52:45.438Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b58d992f-d728-4841-88fe-6ebdd3ad1615/model-vers/model-ver/3def6aed-fad0-4d12-b1af-145aedda0a8d?depth=0|INFO|500||Invoke
2022-03-31T06:52:45.646Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b58d992f-d728-4841-88fe-6ebdd3ad1615/model-vers/model-ver/3def6aed-fad0-4d12-b1af-145aedda0a8d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-31T06:52:46.168Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b58d992f-d728-4841-88fe-6ebdd3ad1615/model-vers/model-ver/3def6aed-fad0-4d12-b1af-145aedda0a8d?depth=0|INFO|500||InvokeReturn
2022-03-31T06:52:46.169Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|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/b58d992f-d728-4841-88fe-6ebdd3ad1615/model-vers/model-ver/3def6aed-fad0-4d12-b1af-145aedda0a8d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220331-06:52:45:658-73553], vertex-id=[184512], Content-Length=[0], Date=[Thu, 31 Mar 2022 06:52:45 GMT], Content-Type=[application/json]}
2022-03-31T06:52:46.169Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-03-31T06:52:46.174Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-31T06:52:46.174Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|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=?
2022-03-31T06:52:46.183Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||WARN|500||catdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@3ce34ef6 marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=3582) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	at org.hibernate.loader.Loader.getResultSet(Loader.java:2304)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019)
	at org.hibernate.loader.Loader.doQuery(Loader.java:948)
	at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349)
	at org.hibernate.loader.Loader.doList(Loader.java:2850)
	at org.hibernate.loader.Loader.doList(Loader.java:2832)
	at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2664)
	at org.hibernate.loader.Loader.list(Loader.java:2659)
	at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:506)
	at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:400)
	at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:219)
	at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1414)
	at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1625)
	at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1593)
	at org.hibernate.query.internal.AbstractProducedQuery.getSingleResult(AbstractProducedQuery.java:1641)
	at org.hibernate.query.criteria.internal.compile.CriteriaQueryTypeQueryAdapter.getSingleResult(CriteriaQueryTypeQueryAdapter.java:111)
	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.orm.jpa.SharedEntityManagerCreator$DeferredQueryInvocationHandler.invoke(SharedEntityManagerCreator.java:409)
	at com.sun.proxy.$Proxy306.getSingleResult(Unknown Source)
	at org.springframework.data.jpa.repository.query.JpaQueryExecution$SingleEntityExecution.doExecute(JpaQueryExecution.java:196)
	at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:88)
	at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:154)
	at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:142)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor$QueryMethodInvoker.invoke(QueryExecutorMethodInterceptor.java:195)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:152)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:149)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy196.findOneByModelUUID(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:205)
	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)
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 59 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 60 common frames omitted
2022-03-31T06:52:46.187Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-03-31T06:52:46.187Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||ERROR|500||(conn=3582) WSREP has not yet prepared node for application use
2022-03-31T06:52:46.200Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.springframework.orm.jpa.vendor.HibernateJpaDialect.convertHibernateAccessException(HibernateJpaDialect.java:277)
	at org.springframework.orm.jpa.vendor.HibernateJpaDialect.translateExceptionIfPossible(HibernateJpaDialect.java:255)
	at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.translateExceptionIfPossible(AbstractEntityManagerFactoryBean.java:531)
	at org.springframework.dao.support.ChainedPersistenceExceptionTranslator.translateExceptionIfPossible(ChainedPersistenceExceptionTranslator.java:61)
	at org.springframework.dao.support.DataAccessUtils.translateIfNecessary(DataAccessUtils.java:242)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:154)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:149)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy196.findOneByModelUUID(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:205)
	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)
Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.Loader.getResultSet(Loader.java:2304)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019)
	at org.hibernate.loader.Loader.doQuery(Loader.java:948)
	at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349)
	at org.hibernate.loader.Loader.doList(Loader.java:2850)
	at org.hibernate.loader.Loader.doList(Loader.java:2832)
	at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2664)
	at org.hibernate.loader.Loader.list(Loader.java:2659)
	at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:506)
	at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:400)
	at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:219)
	at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1414)
	at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1625)
	at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1593)
	at org.hibernate.query.internal.AbstractProducedQuery.getSingleResult(AbstractProducedQuery.java:1641)
	at org.hibernate.query.criteria.internal.compile.CriteriaQueryTypeQueryAdapter.getSingleResult(CriteriaQueryTypeQueryAdapter.java:111)
	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.orm.jpa.SharedEntityManagerCreator$DeferredQueryInvocationHandler.invoke(SharedEntityManagerCreator.java:409)
	at com.sun.proxy.$Proxy306.getSingleResult(Unknown Source)
	at org.springframework.data.jpa.repository.query.JpaQueryExecution$SingleEntityExecution.doExecute(JpaQueryExecution.java:196)
	at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:88)
	at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:154)
	at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:142)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor$QueryMethodInvoker.invoke(QueryExecutorMethodInterceptor.java:195)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:152)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	... 17 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=3582) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 54 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 59 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 60 common frames omitted
2022-03-31T06:52:46.201Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4c1f99b1-2bcb-4822-beed-173f00797c8a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-31T06:52:46.202Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-31T06:52:46.203Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-31T06:52:46.211Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T06:52:46.211Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648709566202,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-31T06:52:46.307Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-03-31T06:52:46.309Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T06:52:46.309Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fMYlM0c9WFZs1RBm) ...
2022-03-31T06:52:46.333Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:52:46.334Z||pool-18-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-31T06:52:47.228Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:52:47.229Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:52:47.229Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:52:57.559Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:52:57.560Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:52:57.561Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:52:57.561Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:53:07.117Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:53:07.118Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:53:07.119Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:53:07.119Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:53:16.685Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:53:16.686Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:53:16.687Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:53:16.687Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:53:26.232Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:53:31.671Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:53:31.673Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:53:31.673Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:53:31.674Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:53:31.674Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:53:31.674Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:53:32.316Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:53:32.317Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T06:53:32.317Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1f99b1-2bcb-4822-beed-173f00797c8a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648709566202,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-31T06:53:32.318Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T06:53:41.234Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:54:31.671Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:54:31.672Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:54:31.672Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:54:31.674Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:54:31.674Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:54:31.674Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:54:41.244Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:54:41.246Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:55:31.674Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:55:31.676Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:55:31.676Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:55:31.673Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:55:31.678Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:55:31.678Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:55:41.238Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:55:41.241Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:56:31.671Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:56:31.672Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:56:31.673Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:56:31.673Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:56:31.674Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:56:31.675Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:56:41.300Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:56:41.300Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:57:31.672Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:57:31.673Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:57:31.673Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:57:31.681Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:57:31.681Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:57:31.682Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:57:41.238Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:57:41.265Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:58:31.672Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:58:31.675Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:58:31.675Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:58:31.677Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:58:31.678Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:58:31.679Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:58:41.233Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:58:41.235Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:59:31.672Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:59:31.674Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T06:59:31.676Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:59:31.676Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:59:31.676Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T06:59:31.685Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T06:59:41.271Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T06:59:41.278Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:00:31.671Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:00:31.672Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:00:31.673Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:00:31.674Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:00:31.674Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:00:31.674Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:00:41.243Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:00:41.244Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:01:31.672Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:01:31.673Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:01:31.673Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:01:31.673Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:01:31.674Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:01:31.674Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:01:41.236Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:01:41.236Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:02:31.672Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:02:31.674Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:02:31.674Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:02:31.674Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:02:31.676Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:02:31.676Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:02:41.240Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:02:41.242Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:03:31.672Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:03:31.676Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:03:31.678Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:03:31.679Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:03:31.686Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:03:31.686Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:03:41.238Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:03:41.241Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:04:31.671Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:04:31.673Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:04:31.674Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:04:31.674Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:04:31.674Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:04:31.674Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:04:41.235Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:04:41.238Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:05:31.672Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:05:31.673Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:05:31.673Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:05:31.673Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:05:31.674Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:05:31.674Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:05:41.236Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:05:41.238Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:06:31.671Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:06:31.672Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:06:31.672Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:06:31.674Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:06:31.674Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:06:31.674Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:06:41.239Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:06:41.244Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:07:31.672Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:07:31.673Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:07:31.673Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:07:31.681Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:07:31.681Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:07:31.681Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:07:41.231Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:07:41.231Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:08:31.673Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:08:31.674Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:08:31.675Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:08:31.676Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:08:31.685Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:08:31.685Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:08:41.242Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:08:41.242Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:09:31.671Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:09:31.672Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:09:31.672Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:09:31.676Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:09:31.677Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:09:31.677Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:09:41.227Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:09:41.227Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:10:31.671Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:10:31.672Z||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.
2022-03-31T07:10:31.673Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:10:31.675Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:10:31.676Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:10:31.683Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:10:41.241Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:10:41.242Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:11:31.672Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:11:31.684Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:11:31.686Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:11:31.686Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:11:31.686Z||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.
2022-03-31T07:11:31.686Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:11:41.236Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:11:41.240Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:12:31.672Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:12:31.678Z||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.
2022-03-31T07:12:31.679Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:12:31.674Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:12:31.680Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:12:31.681Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:12:41.241Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:12:41.255Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:13:31.671Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:13:31.672Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:13:31.672Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:13:31.675Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:13:31.675Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:13:31.675Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:13:41.237Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:13:41.238Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:14:31.671Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:14:31.672Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:14:31.672Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:14:31.674Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:14:31.674Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:14:31.675Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:14:41.226Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:14:41.226Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:15:31.674Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:15:31.675Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:15:31.675Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:15:31.676Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:15:31.677Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:15:31.677Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:15:41.241Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:15:41.242Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:16:31.671Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:16:31.672Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:16:31.672Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:16:31.674Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:16:31.674Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:16:31.674Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:16:41.233Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:16:41.235Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:17:31.672Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:17:31.674Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:17:31.677Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:17:31.677Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:17:31.677Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:17:31.677Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:17:41.245Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:17:41.267Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:18:31.672Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:18:31.674Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:18:31.674Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:18:31.674Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:18:31.675Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:18:31.675Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:18:41.245Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:18:41.254Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:19:31.672Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:19:31.673Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:19:31.674Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:19:31.674Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:19:31.674Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:19:31.674Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:19:41.231Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:19:41.233Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:20:31.672Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:20:31.674Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:20:31.675Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:20:31.675Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:20:31.688Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:20:31.689Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:20:41.245Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:20:41.245Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:21:31.672Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:21:31.673Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:21:31.673Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:21:31.674Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:21:31.674Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:21:31.674Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:21:41.270Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:21:41.275Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:22:31.672Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:22:31.674Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:22:31.674Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:22:31.674Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:22:31.674Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:22:31.675Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:22:41.238Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:22:41.243Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:23:31.672Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:23:31.674Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:23:31.674Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:23:31.675Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:23:31.680Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:23:31.681Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:23:31.996Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:23:31.998Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:23:31.998Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648711397327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/resourceInstances/pnf0c5c01720fd30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:23:32.000Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:23:32.000Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:23:32.000Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "cds",
  "timestamp": 1648711401888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/resourceInstances/pnf0c5c01720fd30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:23:32.001Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:23:32.001Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:23:32.001Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648711397327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/resourceInstances/pnf0c5c01720fd30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:23:32.001Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:23:32.001Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:23:32.002Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "cds",
  "timestamp": 1648711401888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/resourceInstances/pnf0c5c01720fd30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:23:32.002Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:23:32.002Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:23:32.002Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648711407931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/resourceInstances/pnf0c5c01720fd30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:23:32.003Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:23:32.003Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:23:32.003Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648711397327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/resourceInstances/pnf0c5c01720fd30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:23:32.003Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:23:32.004Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:23:32.004Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "cds",
  "timestamp": 1648711401888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/resourceInstances/pnf0c5c01720fd30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:23:32.004Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:23:32.004Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:23:32.004Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648711407931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/resourceInstances/pnf0c5c01720fd30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:23:32.005Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:23:32.005Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:23:32.005Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648711397327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/resourceInstances/pnf0c5c01720fd30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:23:32.005Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:23:32.006Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:23:32.006Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "cds",
  "timestamp": 1648711401888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/resourceInstances/pnf0c5c01720fd30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:23:32.006Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:23:32.006Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:23:32.007Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648711407931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/resourceInstances/pnf0c5c01720fd30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:23:32.007Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:23:32.007Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:23:32.007Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "cds",
  "timestamp": 1648711401888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/resourceInstances/pnf0c5c01720fd30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:23:32.008Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:23:32.008Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:23:32.008Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648711397327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/resourceInstances/pnf0c5c01720fd30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:23:32.008Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:23:32.009Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:23:32.009Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "policy-id",
  "timestamp": 1648711410165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/resourceInstances/pnf0c5c01720fd30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:23:32.009Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:23:32.318Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:23:32.320Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T07:23:32.320Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"061316e7-459b-40b4-90f3-652f75465d88","serviceName":"Demo_pNF_wV1uBQeS9xnH3QvpbXcX","serviceVersion":"1.0","serviceUUID":"404318d6-5433-42df-8608-43d7d0f4cc5b","serviceDescription":"catalog service description","serviceInvariantUUID":"6bcbac9d-08aa-4186-a9ba-87362fd3e0fd","resources":[{"resourceInstanceName":"pNF 0c5c0172-0fd3 0","resourceName":"pNF 0c5c0172-0fd3","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"804a9bb3-ecf6-4ed8-a62f-169c42033f25","resourceInvariantUUID":"6020df31-b700-4a60-947f-d7f8dc2641ae","resourceCustomizationUUID":"c5525647-6fa5-4b63-a86d-61e07614fae7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/resourceInstances/pnf0c5c01720fd30/artifacts/vf-license-model.xml","artifactChecksum":"YmIyMzc5ZjViOTNhYzE1MjllNjdhMDdmMjM1MjI0NDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"87a31264-17b1-4754-98a3-c7632b2dec37","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/resourceInstances/pnf0c5c01720fd30/artifacts/pNF.csar","artifactChecksum":"NzA2NTIyNGExMmE5N2I5ZjlkOTZkNTg0MTJmMTRjZjE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cd30fa44-dca5-450e-b754-dc5b1b847c52","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/resourceInstances/pnf0c5c01720fd30/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ebdfd782-a2ec-4ab1-9944-8142b61d5b70","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/resourceInstances/pnf0c5c01720fd30/artifacts/vendor-license-model.xml","artifactChecksum":"OWMyYWQxOTBmOGQwMGE2ZDQ0MDhmNTdkYWI5MzRjMTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3959e95f-0988-4705-a202-c2afc338cc2d","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/resourceInstances/pnf0c5c01720fd30/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3d727e80-a1dc-4b6e-9b65-f6566de9028e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/resourceInstances/pnf0c5c01720fd30/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"06622cdf-d0be-42da-8365-4159963e6ece","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfWv1ubqes9xnh3qvpbxcx-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/artifacts/service-DemoPnfWv1ubqes9xnh3qvpbxcx-template.yml","artifactChecksum":"YTZmNmI1ZGVjOWJiZDJhN2NlYjlmMTgyNDg1NzNkMTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"816b6ec8-7b21-4ee4-b44a-362daea188df","artifactVersion":"1"},{"artifactName":"service-DemoPnfWv1ubqes9xnh3qvpbxcx-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/artifacts/service-DemoPnfWv1ubqes9xnh3qvpbxcx-csar.csar","artifactChecksum":"MGY3N2RiZTFhM2UyODUzYTNiMGQ1ZDM3ZDUxZGJiZWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5bb4d21f-417a-4ecf-8796-94f8c5e7cd5f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-31T07:23:32.324Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T07:23:32.325Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-31T07:23:32.330Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T07:23:32.330Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648711411672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/resourceInstances/pnf0c5c01720fd30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:23:32.430Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-31T07:23:32.432Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T07:23:32.433Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fMYlM0c9WFZs1RBm) ...
2022-03-31T07:23:32.459Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:23:32.460Z||pool-19-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-03-31T07:23:33.332Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T07:23:33.333Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-31T07:23:33.339Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T07:23:33.339Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648711411672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/resourceInstances/pnf0c5c01720fd30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:23:33.439Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-31T07:23:33.440Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T07:23:33.441Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fMYlM0c9WFZs1RBm) ...
2022-03-31T07:23:33.457Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:23:33.458Z||pool-20-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-31T07:23:34.340Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T07:23:34.341Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-31T07:23:34.343Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T07:23:34.344Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648711411672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/resourceInstances/pnf0c5c01720fd30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:23:34.444Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T07:23:34.445Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T07:23:34.446Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fMYlM0c9WFZs1RBm) ...
2022-03-31T07:23:34.463Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:23:34.471Z||pool-21-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-03-31T07:23:35.344Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T07:23:35.345Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-31T07:23:35.348Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T07:23:35.349Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648711411672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/resourceInstances/pnf0c5c01720fd30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:23:35.449Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T07:23:35.451Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T07:23:35.451Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fMYlM0c9WFZs1RBm) ...
2022-03-31T07:23:35.465Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:23:35.466Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-31T07:23:36.350Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T07:23:36.351Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-31T07:23:36.353Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T07:23:36.353Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648711411672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/resourceInstances/pnf0c5c01720fd30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:23:36.464Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms
2022-03-31T07:23:36.465Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T07:23:36.465Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fMYlM0c9WFZs1RBm) ...
2022-03-31T07:23:36.506Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:23:36.506Z||pool-23-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-03-31T07:23:37.354Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T07:23:37.355Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-31T07:23:37.357Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T07:23:37.358Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648711411672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/resourceInstances/pnf0c5c01720fd30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:23:37.459Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-31T07:23:37.460Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T07:23:37.460Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fMYlM0c9WFZs1RBm) ...
2022-03-31T07:23:37.497Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:23:37.498Z||pool-24-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-03-31T07:23:38.359Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T07:23:38.359Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-31T07:23:38.362Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T07:23:38.362Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648711411672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/artifacts/service-DemoPnfWv1ubqes9xnh3qvpbxcx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:23:38.463Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T07:23:38.464Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T07:23:38.464Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fMYlM0c9WFZs1RBm) ...
2022-03-31T07:23:38.496Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:23:38.497Z||pool-25-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-03-31T07:23:39.363Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T07:23:39.364Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-31T07:23:39.367Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T07:23:39.367Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648711411672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/artifacts/service-DemoPnfWv1ubqes9xnh3qvpbxcx-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T07:23:39.472Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-03-31T07:23:39.474Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T07:23:39.480Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fMYlM0c9WFZs1RBm) ...
2022-03-31T07:23:39.498Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:23:39.500Z||pool-26-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-03-31T07:23:40.368Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "serviceName": "Demo_pNF_wV1uBQeS9xnH3QvpbXcX",
  "serviceVersion": "1.0",
  "serviceUUID": "404318d6-5433-42df-8608-43d7d0f4cc5b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "6bcbac9d-08aa-4186-a9ba-87362fd3e0fd",
  "resources": [
    {
      "resourceInstanceName": "pNF 0c5c0172-0fd3 0",
      "resourceCustomizationUUID": "c5525647-6fa5-4b63-a86d-61e07614fae7",
      "resourceName": "pNF 0c5c0172-0fd3",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "804a9bb3-ecf6-4ed8-a62f-169c42033f25",
      "resourceInvariantUUID": "6020df31-b700-4a60-947f-d7f8dc2641ae",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfWv1ubqes9xnh3qvpbxcx-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/artifacts/service-DemoPnfWv1ubqes9xnh3qvpbxcx-csar.csar",
      "artifactChecksum": "MGY3N2RiZTFhM2UyODUzYTNiMGQ1ZDM3ZDUxZGJiZWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5bb4d21f-417a-4ecf-8796-94f8c5e7cd5f"
    }
  ],
  "workloadContext": "Production"
}
2022-03-31T07:23:40.369Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-31T07:23:40.370Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 404318d6-5433-42df-8608-43d7d0f4cc5b ASDC
2022-03-31T07:23:40.371Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:061316e7-459b-40b4-90f3-652f75465d88
ServiceName:Demo_pNF_wV1uBQeS9xnH3QvpbXcX
ServiceVersion:1.0
ServiceUUID:404318d6-5433-42df-8608-43d7d0f4cc5b
ServiceInvariantUUID:6bcbac9d-08aa-4186-a9ba-87362fd3e0fd
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfWv1ubqes9xnh3qvpbxcx-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/artifacts/service-DemoPnfWv1ubqes9xnh3qvpbxcx-csar.csar
ArtifactUUID:5bb4d21f-417a-4ecf-8796-94f8c5e7cd5f
ArtifactChecksum:MGY3N2RiZTFhM2UyODUzYTNiMGQ1ZDM3ZDUxZGJiZWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 0c5c0172-0fd3 0
ResourceCustomizationUUID:c5525647-6fa5-4b63-a86d-61e07614fae7
ResourceInvariantUUID:6020df31-b700-4a60-947f-d7f8dc2641ae
ResourceName:pNF 0c5c0172-0fd3
ResourceType:PNF
ResourceUUID:804a9bb3-ecf6-4ed8-a62f-169c42033f25
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-31T07:23:40.371Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 404318d6-5433-42df-8608-43d7d0f4cc5b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T07:23:40.414Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T07:23:40.416Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-31T07:23:40.416Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-31T07:23:40.416Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 5bb4d21f-417a-4ecf-8796-94f8c5e7cd5f from URL: /sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/artifacts/service-DemoPnfWv1ubqes9xnh3qvpbxcx-csar.csar
2022-03-31T07:23:40.416Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-31T07:23:40.417Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/artifacts/service-DemoPnfWv1ubqes9xnh3qvpbxcx-csar.csar
2022-03-31T07:23:40.570Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-31T07:23:40.574Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/artifacts/service-DemoPnfWv1ubqes9xnh3qvpbxcx-csar.csar 5bb4d21f-417a-4ecf-8796-94f8c5e7cd5f 82656
2022-03-31T07:23:40.575Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/artifacts/service-DemoPnfWv1ubqes9xnh3qvpbxcx-csar.csar ASDC sendASDCNotification
2022-03-31T07:23:40.575Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/artifacts/service-DemoPnfWv1ubqes9xnh3qvpbxcx-csar.csar
2022-03-31T07:23:40.577Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T07:23:40.578Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-31T07:23:40.580Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T07:23:40.580Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648711420575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/artifacts/service-DemoPnfWv1ubqes9xnh3qvpbxcx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T07:23:40.681Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T07:23:40.682Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T07:23:40.682Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fMYlM0c9WFZs1RBm) ...
2022-03-31T07:23:40.714Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:23:40.714Z||pool-27-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-03-31T07:23:41.581Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T07:23:41.582Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-31T07:23:41.583Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 5bb4d21f-417a-4ecf-8796-94f8c5e7cd5f, URL: /sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/artifacts/service-DemoPnfWv1ubqes9xnh3qvpbxcx-csar.csar to file: /app/ASDC/1/service-DemoPnfWv1ubqes9xnh3qvpbxcx-csar.csar
2022-03-31T07:23:41.585Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfWv1ubqes9xnh3qvpbxcx-csar.csar
2022-03-31T07:23:41.586Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfWv1ubqes9xnh3qvpbxcx-csar.csar
2022-03-31T07:23:41.586Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfWv1ubqes9xnh3qvpbxcx-csar.csar
2022-03-31T07:23:41.815Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11507922655086761656/Definitions/service-DemoPnfWv1ubqes9xnh3qvpbxcx-template.yml
2022-03-31T07:23:43.256Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-31T07:23:43.257Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-31T07:23:43.257Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfWv1ubqes9xnh3qvpbxcx-csar.csar
2022-03-31T07:23:43.257Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-31T07:23:43.257Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||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-DemoPnfWv1ubqes9xnh3qvpbxcx-csar.csar
2022-03-31T07:23:43.257Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfWv1ubqes9xnh3qvpbxcx-csar.csar
2022-03-31T07:23:43.257Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||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-DemoPnfWv1ubqes9xnh3qvpbxcx-csar.csar
2022-03-31T07:23:43.258Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||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-DemoPnfWv1ubqes9xnh3qvpbxcx-csar.csar
2022-03-31T07:23:43.258Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||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-DemoPnfWv1ubqes9xnh3qvpbxcx-csar.csar
2022-03-31T07:23:43.258Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||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-DemoPnfWv1ubqes9xnh3qvpbxcx-csar.csar
2022-03-31T07:23:43.258Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0c5c0172-0fd3 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-DemoPnfWv1ubqes9xnh3qvpbxcx-csar.csar
2022-03-31T07:23:43.258Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-31T07:23:43.258Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T07:23:43.259Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_wV1uBQeS9xnH3QvpbXcX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T07:23:43.259Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||Node template pNF 0c5c0172-0fd3 0 is matching search criteria
2022-03-31T07:23:43.259Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-31T07:23:43.259Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 0c5c0172-0fd3 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T07:23:43.260Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T07:23:43.260Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_wV1uBQeS9xnH3QvpbXcX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T07:23:43.260Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||Node template pNF 0c5c0172-0fd3 0 is matching search criteria
2022-03-31T07:23:43.260Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-31T07:23:43.260Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 0c5c0172-0fd3 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T07:23:43.261Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T07:23:43.261Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_wV1uBQeS9xnH3QvpbXcX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T07:23:43.261Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T07:23:43.261Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_wV1uBQeS9xnH3QvpbXcX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T07:23:43.261Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T07:23:43.262Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_wV1uBQeS9xnH3QvpbXcX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T07:23:43.262Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T07:23:43.262Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_wV1uBQeS9xnH3QvpbXcX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T07:23:43.262Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T07:23:43.262Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_wV1uBQeS9xnH3QvpbXcX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T07:23:43.263Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_wV1uBQeS9xnH3QvpbXcX
Description:catalog service description
Model UUID:404318d6-5433-42df-8608-43d7d0f4cc5b
Model Version:NULL
Model InvariantUuid:6bcbac9d-08aa-4186-a9ba-87362fd3e0fd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-31T07:23:43.275Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 804a9bb3-ecf6-4ed8-a62f-169c42033f25
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T07:23:43.283Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||pNF 0c5c0172-0fd3 0
2022-03-31T07:23:43.283Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 804a9bb3-ecf6-4ed8-a62f-169c42033f25
2022-03-31T07:23:43.284Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 404318d6-5433-42df-8608-43d7d0f4cc5b
2022-03-31T07:23:43.286Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 404318d6-5433-42df-8608-43d7d0f4cc5b
2022-03-31T07:23:43.286Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 0c5c0172-0fd3 0 804a9bb3-ecf6-4ed8-a62f-169c42033f25 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T07:23:43.294Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3542004d, org.onap.sdc.toscaparser.api.parameters.Input@6ebefa59, org.onap.sdc.toscaparser.api.parameters.Input@3d8a8da4, org.onap.sdc.toscaparser.api.parameters.Input@62adbc5d, org.onap.sdc.toscaparser.api.parameters.Input@47c8882d]
2022-03-31T07:23:43.295Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T07:23:43.295Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_wV1uBQeS9xnH3QvpbXcX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T07:23:43.296Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 404318d6-5433-42df-8608-43d7d0f4cc5b: pNF 0c5c0172-0fd3
2022-03-31T07:23:43.296Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||Processing PNF resource: 804a9bb3-ecf6-4ed8-a62f-169c42033f25
2022-03-31T07:23:43.296Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T07:23:43.296Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_wV1uBQeS9xnH3QvpbXcX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T07:23:43.296Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||Resource customization UUID: c5525647-6fa5-4b63-a86d-61e07614fae7 is the same as notified resource customizationUUID: c5525647-6fa5-4b63-a86d-61e07614fae7
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 (?, ?)
2022-03-31T07:23:43.380Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 0c5c0172-0fd3 804a9bb3-ecf6-4ed8-a62f-169c42033f25 0 ASDC deployResourceStructure
2022-03-31T07:23:43.381Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/artifacts/service-DemoPnfWv1ubqes9xnh3qvpbxcx-csar.csar ASDC sendASDCNotification
2022-03-31T07:23:43.382Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/artifacts/service-DemoPnfWv1ubqes9xnh3qvpbxcx-csar.csar
2022-03-31T07:23:43.382Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T07:23:43.383Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-31T07:23:43.385Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T07:23:43.386Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648711423381,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/artifacts/service-DemoPnfWv1ubqes9xnh3qvpbxcx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T07:23:43.487Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-31T07:23:43.488Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T07:23:43.488Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fMYlM0c9WFZs1RBm) ...
2022-03-31T07:23:43.502Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:23:43.503Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-31T07:23:44.392Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 061316e7-459b-40b4-90f3-652f75465d88
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T07:23:44.420Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 061316e7-459b-40b4-90f3-652f75465d88
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T07:23:44.427Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T07:23:44.428Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T07:23:44.428Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T07:24:14.429Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 061316e7-459b-40b4-90f3-652f75465d88
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T07:24:14.444Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 061316e7-459b-40b4-90f3-652f75465d88
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T07:24:14.449Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T07:24:14.450Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T07:24:14.450Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T07:24:31.676Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:24:31.680Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:24:31.691Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:24:31.769Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:24:31.773Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:24:31.773Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648711407931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/resourceInstances/pnf0c5c01720fd30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:24:31.777Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:24:44.450Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 061316e7-459b-40b4-90f3-652f75465d88
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T07:24:44.466Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 061316e7-459b-40b4-90f3-652f75465d88
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T07:24:44.489Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T07:24:44.490Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T07:24:44.490Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T07:25:14.491Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 061316e7-459b-40b4-90f3-652f75465d88
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T07:25:14.515Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 061316e7-459b-40b4-90f3-652f75465d88
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T07:25:14.560Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T07:25:14.560Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T07:25:14.560Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T07:25:31.675Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:25:31.680Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:25:31.680Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:25:31.716Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:25:31.717Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:25:31.717Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648711397327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/resourceInstances/pnf0c5c01720fd30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:25:31.718Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:25:44.561Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 061316e7-459b-40b4-90f3-652f75465d88
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T07:25:44.619Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 061316e7-459b-40b4-90f3-652f75465d88
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T07:25:44.627Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T07:25:44.627Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T07:25:44.627Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T07:26:14.628Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 061316e7-459b-40b4-90f3-652f75465d88
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T07:26:14.649Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 061316e7-459b-40b4-90f3-652f75465d88
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T07:26:14.654Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T07:26:14.654Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T07:26:14.654Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T07:26:31.675Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:26:31.676Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:26:31.676Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:26:32.226Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:26:32.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:26:32.232Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "cds",
  "timestamp": 1648711401888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/resourceInstances/pnf0c5c01720fd30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:26:32.237Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:26:32.237Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:26:32.237Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648711411672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/resourceInstances/pnf0c5c01720fd30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:26:32.238Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:26:32.238Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:26:32.238Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "policy-id",
  "timestamp": 1648711410165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/resourceInstances/pnf0c5c01720fd30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:26:32.239Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:26:32.239Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:26:32.239Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648711407931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/resourceInstances/pnf0c5c01720fd30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:26:32.239Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:26:32.239Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:26:32.239Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648711397327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/artifacts/service-DemoPnfWv1ubqes9xnh3qvpbxcx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:26:32.239Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:26:32.239Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:26:32.240Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "cds",
  "timestamp": 1648711401888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/artifacts/service-DemoPnfWv1ubqes9xnh3qvpbxcx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:26:32.240Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:26:32.240Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:26:32.240Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648711411672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/resourceInstances/pnf0c5c01720fd30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:26:32.241Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:26:32.241Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:26:32.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "policy-id",
  "timestamp": 1648711410165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/resourceInstances/pnf0c5c01720fd30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:26:32.249Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:26:32.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:26:32.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648711407931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/resourceInstances/pnf0c5c01720fd30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-31T07:26:32.249Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:26:32.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:26:32.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648711397327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/artifacts/service-DemoPnfWv1ubqes9xnh3qvpbxcx-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T07:26:32.250Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:26:32.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:26:32.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "cds",
  "timestamp": 1648711401888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/artifacts/service-DemoPnfWv1ubqes9xnh3qvpbxcx-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T07:26:32.251Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:26:32.251Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:26:32.251Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648711411672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/resourceInstances/pnf0c5c01720fd30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:26:32.251Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:26:32.251Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:26:32.252Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "policy-id",
  "timestamp": 1648711410165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/resourceInstances/pnf0c5c01720fd30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:26:32.252Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:26:32.252Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:26:32.258Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648711407931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/artifacts/service-DemoPnfWv1ubqes9xnh3qvpbxcx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:26:32.259Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:26:32.259Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:26:32.259Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648711415683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/artifacts/service-DemoPnfWv1ubqes9xnh3qvpbxcx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T07:26:32.259Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T07:26:32.259Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:26:32.260Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "cds",
  "timestamp": 1648711414477,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/artifacts/service-DemoPnfWv1ubqes9xnh3qvpbxcx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T07:26:32.260Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T07:26:32.260Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:26:32.260Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648711411672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/resourceInstances/pnf0c5c01720fd30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:26:32.261Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:26:32.261Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:26:32.261Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "policy-id",
  "timestamp": 1648711410165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/resourceInstances/pnf0c5c01720fd30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:26:32.261Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:26:32.261Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:26:32.262Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648711407931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/artifacts/service-DemoPnfWv1ubqes9xnh3qvpbxcx-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:26:32.262Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:26:32.262Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:26:32.262Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648711414656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/resourceInstances/pnf0c5c01720fd30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:26:32.263Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:26:32.263Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:26:32.263Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "cds",
  "timestamp": 1648711415496,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/artifacts/service-DemoPnfWv1ubqes9xnh3qvpbxcx-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T07:26:32.280Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 061316e7-459b-40b4-90f3-652f75465d88
2022-03-31T07:26:32.281Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 061316e7-459b-40b4-90f3-652f75465d88 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T07:26:32.307Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:26:32.308Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648711411672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/resourceInstances/pnf0c5c01720fd30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:26:32.308Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:26:32.309Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:26:32.309Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "policy-id",
  "timestamp": 1648711410165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/resourceInstances/pnf0c5c01720fd30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:26:32.309Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:26:32.309Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:26:32.310Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648711414656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/resourceInstances/pnf0c5c01720fd30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:26:32.310Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:26:32.310Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:26:32.310Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648711417064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/resourceInstances/pnf0c5c01720fd30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-31T07:26:32.311Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T07:26:32.311Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:26:32.311Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648711417840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/artifacts/service-DemoPnfWv1ubqes9xnh3qvpbxcx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T07:26:32.312Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T07:26:32.313Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:26:32.313Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648711411672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/resourceInstances/pnf0c5c01720fd30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:26:32.314Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:26:32.314Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:26:32.314Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "policy-id",
  "timestamp": 1648711410165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/artifacts/service-DemoPnfWv1ubqes9xnh3qvpbxcx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:26:32.314Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:26:32.314Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:26:32.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648711414656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/resourceInstances/pnf0c5c01720fd30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:26:32.315Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:26:32.315Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:26:32.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648711411672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/artifacts/service-DemoPnfWv1ubqes9xnh3qvpbxcx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:26:32.315Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:26:32.315Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:26:32.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648711418846,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T07:26:32.328Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 061316e7-459b-40b4-90f3-652f75465d88
2022-03-31T07:26:32.329Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 061316e7-459b-40b4-90f3-652f75465d88 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T07:26:32.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:26:32.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "policy-id",
  "timestamp": 1648711410165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/artifacts/service-DemoPnfWv1ubqes9xnh3qvpbxcx-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T07:26:32.354Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:26:32.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:26:32.355Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648711418333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/resourceInstances/pnf0c5c01720fd30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-31T07:26:32.357Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T07:26:32.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:26:32.358Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648711414656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/resourceInstances/pnf0c5c01720fd30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:26:32.359Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:26:32.359Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:26:32.359Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648711411672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/artifacts/service-DemoPnfWv1ubqes9xnh3qvpbxcx-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T07:26:32.359Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:26:32.360Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:26:32.361Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648711419340,
  "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=?
2022-03-31T07:26:32.374Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 061316e7-459b-40b4-90f3-652f75465d88
2022-03-31T07:26:32.374Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 061316e7-459b-40b4-90f3-652f75465d88 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T07:26:32.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:26:32.408Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "policy-id",
  "timestamp": 1648711419045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/artifacts/service-DemoPnfWv1ubqes9xnh3qvpbxcx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T07:26:32.409Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T07:26:32.409Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:26:32.409Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648711414656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/resourceInstances/pnf0c5c01720fd30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:26:32.409Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:26:32.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:26:32.410Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648711420575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/artifacts/service-DemoPnfWv1ubqes9xnh3qvpbxcx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T07:26:32.415Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T07:26:32.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:26:32.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "policy-id",
  "timestamp": 1648711420051,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/artifacts/service-DemoPnfWv1ubqes9xnh3qvpbxcx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T07:26:32.420Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T07:26:32.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:26:32.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648711414656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/resourceInstances/pnf0c5c01720fd30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:26:32.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:26:32.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:26:32.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "policy-id",
  "timestamp": 1648711421055,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T07:26:32.435Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 061316e7-459b-40b4-90f3-652f75465d88
2022-03-31T07:26:32.435Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 061316e7-459b-40b4-90f3-652f75465d88 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T07:26:32.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:26:32.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648711414656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/artifacts/service-DemoPnfWv1ubqes9xnh3qvpbxcx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:26:32.452Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:26:32.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:26:32.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648711414656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/artifacts/service-DemoPnfWv1ubqes9xnh3qvpbxcx-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T07:26:32.453Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:26:32.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:26:32.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "aai-ml",
  "timestamp": 1648711421558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/resourceInstances/pnf0c5c01720fd30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:26:32.453Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:26:32.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:26:32.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648711423381,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/artifacts/service-DemoPnfWv1ubqes9xnh3qvpbxcx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T07:26:32.454Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T07:26:32.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:26:32.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "aai-ml",
  "timestamp": 1648711421558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/resourceInstances/pnf0c5c01720fd30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:26:32.454Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:26:32.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:26:32.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "clamp",
  "timestamp": 1648711422660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/resourceInstances/pnf0c5c01720fd30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:26:32.455Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:26:32.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:26:32.455Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "aai-ml",
  "timestamp": 1648711421558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/resourceInstances/pnf0c5c01720fd30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:26:32.455Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:26:32.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:26:32.455Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "clamp",
  "timestamp": 1648711422660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/resourceInstances/pnf0c5c01720fd30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:26:32.456Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:26:32.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:26:32.464Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "aai-ml",
  "timestamp": 1648711421558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/resourceInstances/pnf0c5c01720fd30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:26:32.465Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:26:32.465Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:26:32.465Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "clamp",
  "timestamp": 1648711422660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/resourceInstances/pnf0c5c01720fd30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:26:32.465Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:26:32.465Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:26:32.465Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "aai-ml",
  "timestamp": 1648711421558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/resourceInstances/pnf0c5c01720fd30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:26:32.465Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:26:32.465Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:26:32.465Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "clamp",
  "timestamp": 1648711422660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/resourceInstances/pnf0c5c01720fd30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:26:32.466Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:26:32.466Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:26:32.466Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "aai-ml",
  "timestamp": 1648711421558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/resourceInstances/pnf0c5c01720fd30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:26:32.466Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:26:32.466Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:26:32.466Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "clamp",
  "timestamp": 1648711422660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/resourceInstances/pnf0c5c01720fd30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:26:32.466Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:26:32.466Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:26:32.466Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "aai-ml",
  "timestamp": 1648711421558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/artifacts/service-DemoPnfWv1ubqes9xnh3qvpbxcx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:26:32.469Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:26:32.470Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:26:32.470Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "clamp",
  "timestamp": 1648711422660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/resourceInstances/pnf0c5c01720fd30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:26:32.481Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:26:32.482Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:26:32.482Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "aai-ml",
  "timestamp": 1648711421558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/artifacts/service-DemoPnfWv1ubqes9xnh3qvpbxcx-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T07:26:32.482Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:26:32.482Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:26:32.482Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "clamp",
  "timestamp": 1648711422660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/artifacts/service-DemoPnfWv1ubqes9xnh3qvpbxcx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:26:32.482Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:26:32.483Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:26:32.483Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "clamp",
  "timestamp": 1648711422660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/artifacts/service-DemoPnfWv1ubqes9xnh3qvpbxcx-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T07:26:32.483Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:26:32.483Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:26:32.483Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "aai-ml",
  "timestamp": 1648711430611,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/artifacts/service-DemoPnfWv1ubqes9xnh3qvpbxcx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T07:26:32.483Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T07:26:32.483Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:26:32.483Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "clamp",
  "timestamp": 1648711436136,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/artifacts/service-DemoPnfWv1ubqes9xnh3qvpbxcx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T07:26:32.484Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T07:26:32.485Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:26:32.486Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "aai-ml",
  "timestamp": 1648711436371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/artifacts/service-DemoPnfWv1ubqes9xnh3qvpbxcx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T07:26:32.486Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T07:26:32.486Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:26:32.486Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "aai-ml",
  "timestamp": 1648711437376,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T07:26:32.521Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 061316e7-459b-40b4-90f3-652f75465d88
2022-03-31T07:26:32.522Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 061316e7-459b-40b4-90f3-652f75465d88 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T07:26:32.552Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:26:32.552Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "clamp",
  "timestamp": 1648711438146,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWv1ubqes9xnh3qvpbxcx/1.0/artifacts/service-DemoPnfWv1ubqes9xnh3qvpbxcx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T07:26:32.553Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T07:26:32.553Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:26:32.553Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "clamp",
  "timestamp": 1648711439150,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T07:26:32.564Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 061316e7-459b-40b4-90f3-652f75465d88
2022-03-31T07:26:32.565Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 061316e7-459b-40b4-90f3-652f75465d88 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T07:26:44.654Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 061316e7-459b-40b4-90f3-652f75465d88
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T07:26:44.671Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 061316e7-459b-40b4-90f3-652f75465d88
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T07:26:44.679Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T07:26:44.679Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-31T07:26:44.680Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-31T07:26:44.680Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-31T07:26:44.680Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T07:26:44.681Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T07:26:44.681Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T07:26:44.681Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T07:26:44.681Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T07:26:44.681Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T07:26:44.682Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T07:26:44.682Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T07:26:44.693Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-31T07:27:14.694Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 061316e7-459b-40b4-90f3-652f75465d88 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-31T07:27:14.701Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 061316e7-459b-40b4-90f3-652f75465d88 and serviceModelVersionId: 404318d6-5433-42df-8608-43d7d0f4cc5b
2022-03-31T07:27:14.701Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6bcbac9d-08aa-4186-a9ba-87362fd3e0fd
2022-03-31T07:27:14.703Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6bcbac9d-08aa-4186-a9ba-87362fd3e0fd/model-vers/model-ver/404318d6-5433-42df-8608-43d7d0f4cc5b?depth=0
2022-03-31T07:27:14.717Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-03-31T07:27:14.822Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bcbac9d-08aa-4186-a9ba-87362fd3e0fd/model-vers/model-ver/404318d6-5433-42df-8608-43d7d0f4cc5b?depth=0|INFO|500||Invoke
2022-03-31T07:27:14.823Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bcbac9d-08aa-4186-a9ba-87362fd3e0fd/model-vers/model-ver/404318d6-5433-42df-8608-43d7d0f4cc5b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bcbac9d-08aa-4186-a9ba-87362fd3e0fd/model-vers/model-ver/404318d6-5433-42df-8608-43d7d0f4cc5b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[061316e7-459b-40b4-90f3-652f75465d88], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[19aef31c-faa8-4a23-aee5-161a633690f6], X-ECOMP-RequestID=[061316e7-459b-40b4-90f3-652f75465d88], X-TransactionId=[], X-ONAP-RequestID=[061316e7-459b-40b4-90f3-652f75465d88], Content-Type=[application/merge-patch+json]}
2022-03-31T07:27:14.882Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bcbac9d-08aa-4186-a9ba-87362fd3e0fd/model-vers/model-ver/404318d6-5433-42df-8608-43d7d0f4cc5b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-31T07:27:15.454Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bcbac9d-08aa-4186-a9ba-87362fd3e0fd/model-vers/model-ver/404318d6-5433-42df-8608-43d7d0f4cc5b?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/6bcbac9d-08aa-4186-a9ba-87362fd3e0fd/model-vers/model-ver/404318d6-5433-42df-8608-43d7d0f4cc5b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220331-07:27:14:891-90343], vertex-id=[196800], Content-Length=[0], Date=[Thu, 31 Mar 2022 07:27:14 GMT], Content-Type=[application/json]}
2022-03-31T07:27:15.454Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bcbac9d-08aa-4186-a9ba-87362fd3e0fd/model-vers/model-ver/404318d6-5433-42df-8608-43d7d0f4cc5b?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-31T07:27:15.455Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bcbac9d-08aa-4186-a9ba-87362fd3e0fd/model-vers/model-ver/404318d6-5433-42df-8608-43d7d0f4cc5b?depth=0|INFO|500||InvokeReturn
2022-03-31T07:27:15.455Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-31T07:27:15.456Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T07:27:15.464Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-31T07:27:15.465Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 061316e7-459b-40b4-90f3-652f75465d88 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-31T07:27:15.465Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-31T07:27:15.466Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-31T07:27:15.469Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T07:27:15.469Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648711635465,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-31T07:27:15.570Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-31T07:27:15.571Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T07:27:15.571Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fMYlM0c9WFZs1RBm) ...
2022-03-31T07:27:15.592Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:27:15.593Z||pool-29-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-31T07:27:16.494Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:27:16.495Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:27:16.495Z|061316e7-459b-40b4-90f3-652f75465d88|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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:27:26.792Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:27:26.793Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:27:26.794Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:27:26.794Z|061316e7-459b-40b4-90f3-652f75465d88|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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:27:31.674Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:27:31.675Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:27:31.675Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:27:32.318Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:27:32.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-31T07:27:32.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "061316e7-459b-40b4-90f3-652f75465d88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648711635465,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-31T07:27:32.320Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T07:27:36.364Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:27:36.365Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:27:36.365Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:27:36.365Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fMYlM0c9WFZs1RBm) ...
2022-03-31T07:27:45.941Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:27:45.942Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:27:45.942Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:27:45.942Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fMYlM0c9WFZs1RBm) ...
2022-03-31T07:27:55.487Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:28:31.671Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:28:31.672Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:28:31.672Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fMYlM0c9WFZs1RBm) ...
2022-03-31T07:28:31.686Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:28:31.687Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:28:31.687Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:28:41.250Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:28:41.250Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:29:31.671Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:29:31.673Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:29:31.673Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fMYlM0c9WFZs1RBm) ...
2022-03-31T07:29:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:29:31.680Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:29:31.681Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:29:41.249Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:29:41.255Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:30:31.674Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:30:31.673Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:30:31.678Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:30:31.678Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:30:31.678Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:30:31.679Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fMYlM0c9WFZs1RBm) ...
2022-03-31T07:30:41.251Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:30:41.253Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:31:31.671Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:31:31.673Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:31:31.673Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fMYlM0c9WFZs1RBm) ...
2022-03-31T07:31:31.674Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:31:31.675Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:31:31.675Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:31:41.251Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:31:41.251Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:32:31.676Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:32:31.676Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:32:31.677Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:32:31.677Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:32:31.678Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:32:31.678Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fMYlM0c9WFZs1RBm) ...
2022-03-31T07:32:32.332Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:32:32.334Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.334Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"c9722ae5-b87a-4c4b-b094-f6c3c43e6b71","serviceName":"Demo_pNF_yDfGp7p3SDHK69IJlJeK","serviceVersion":"1.0","serviceUUID":"83dd4ba1-ff90-4c27-8cc1-a2bf8698d366","serviceDescription":"catalog service description","serviceInvariantUUID":"f34f3405-050e-4c9f-92d7-5e2e79799faf","resources":[{"resourceInstanceName":"pNF 521f2c3e-5528 0","resourceName":"pNF 521f2c3e-5528","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"eb1dacda-8b50-48bf-b883-f18c1f1864cc","resourceInvariantUUID":"5e5e1a7e-2bf3-4e1b-8b50-243485e68a77","resourceCustomizationUUID":"d3d9176d-2eac-499a-b5a4-a50f01297ef5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/resourceInstances/pnf521f2c3e55280/artifacts/vf-license-model.xml","artifactChecksum":"MTUxNTdmZmE4MDAzYmM0M2FlZjIxODBlOGFlYWQ4Y2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0da75111-c88b-4da2-a411-c827125fbfdc","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/resourceInstances/pnf521f2c3e55280/artifacts/pNF.csar","artifactChecksum":"NzA2NTIyNGExMmE5N2I5ZjlkOTZkNTg0MTJmMTRjZjE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"52a6ac85-c2fb-4e62-b30d-a9a0ae0b4760","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/resourceInstances/pnf521f2c3e55280/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"13f5bcec-375b-4c1d-b110-4c9fc065d916","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/resourceInstances/pnf521f2c3e55280/artifacts/vendor-license-model.xml","artifactChecksum":"NGU5MzY2MTA4ZDM2MmExMWUyNDk3N2U3M2I1ZTJhYWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2e74a164-9fda-4889-9847-4c630fd94c72","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/resourceInstances/pnf521f2c3e55280/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"70ea7e3b-a874-419a-996b-c6b051dabf49","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/resourceInstances/pnf521f2c3e55280/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"42297750-d8ec-44b1-a5dd-392e974cbf9b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfYdfgp7p3sdhk69ijljek-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/artifacts/service-DemoPnfYdfgp7p3sdhk69ijljek-template.yml","artifactChecksum":"OGM1MTM3NzBhZTI2MzE1NDJjZWNhOTU4ZDQ4YmY3MjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d77bb5bd-4465-4893-8e01-6070bb65f428","artifactVersion":"1"},{"artifactName":"service-DemoPnfYdfgp7p3sdhk69ijljek-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/artifacts/service-DemoPnfYdfgp7p3sdhk69ijljek-csar.csar","artifactChecksum":"OTZhYmFlYTUxNjUzOWFhZWQ2OGQyNGFjZjUyOGNiNzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"03bf00b3-442d-4ce8-ab95-c5448f79fd16","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-31T07:32:32.345Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:32:32.347Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T07:32:32.348Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-31T07:32:32.350Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.351Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "aai-ml",
  "timestamp": 1648711931558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/resourceInstances/pnf521f2c3e55280/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:32:32.353Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:32:32.354Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.354Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "cds",
  "timestamp": 1648711926881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/resourceInstances/pnf521f2c3e55280/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:32:32.354Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:32:32.354Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648711927930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/resourceInstances/pnf521f2c3e55280/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:32:32.355Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:32:32.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "policy-id",
  "timestamp": 1648711930165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/resourceInstances/pnf521f2c3e55280/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:32:32.356Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:32:32.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "clamp",
  "timestamp": 1648711932660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/resourceInstances/pnf521f2c3e55280/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:32:32.356Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T07:32:32.357Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:32:32.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "aai-ml",
  "timestamp": 1648711931558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/resourceInstances/pnf521f2c3e55280/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:32:32.358Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:32:32.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648711927930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/resourceInstances/pnf521f2c3e55280/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:32:32.358Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648711951676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/resourceInstances/pnf521f2c3e55280/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:32:32.359Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:32:32.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "cds",
  "timestamp": 1648711926881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/resourceInstances/pnf521f2c3e55280/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:32:32.360Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:32:32.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.360Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "policy-id",
  "timestamp": 1648711930165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/resourceInstances/pnf521f2c3e55280/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:32:32.360Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:32:32.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "clamp",
  "timestamp": 1648711932660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/resourceInstances/pnf521f2c3e55280/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:32:32.361Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:32:32.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.362Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "aai-ml",
  "timestamp": 1648711931558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/resourceInstances/pnf521f2c3e55280/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:32:32.362Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:32:32.362Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.362Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "cds",
  "timestamp": 1648711926881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/resourceInstances/pnf521f2c3e55280/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:32:32.362Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:32:32.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648711927930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/resourceInstances/pnf521f2c3e55280/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:32:32.363Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:32:32.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "policy-id",
  "timestamp": 1648711930165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/resourceInstances/pnf521f2c3e55280/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:32:32.365Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:32:32.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.365Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648711934656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/resourceInstances/pnf521f2c3e55280/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:32:32.366Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:32:32.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.376Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "clamp",
  "timestamp": 1648711932660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/resourceInstances/pnf521f2c3e55280/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:32:32.385Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:32:32.386Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.386Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "aai-ml",
  "timestamp": 1648711931558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/resourceInstances/pnf521f2c3e55280/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:32:32.386Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:32:32.387Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.387Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "cds",
  "timestamp": 1648711926881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/resourceInstances/pnf521f2c3e55280/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:32:32.387Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:32:32.387Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.387Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648711927930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/resourceInstances/pnf521f2c3e55280/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:32:32.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:32:32.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "policy-id",
  "timestamp": 1648711930165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/resourceInstances/pnf521f2c3e55280/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:32:32.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:32:32.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648711934656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/resourceInstances/pnf521f2c3e55280/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:32:32.389Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:32:32.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "clamp",
  "timestamp": 1648711932660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/resourceInstances/pnf521f2c3e55280/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:32:32.389Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:32:32.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.390Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648711937327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/resourceInstances/pnf521f2c3e55280/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:32:32.390Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:32:32.390Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.390Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "aai-ml",
  "timestamp": 1648711931558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/resourceInstances/pnf521f2c3e55280/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:32:32.391Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:32:32.391Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.391Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "cds",
  "timestamp": 1648711926881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/resourceInstances/pnf521f2c3e55280/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:32:32.391Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:32:32.392Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.392Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648711927930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/resourceInstances/pnf521f2c3e55280/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:32:32.392Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:32:32.392Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.393Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "policy-id",
  "timestamp": 1648711930165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/resourceInstances/pnf521f2c3e55280/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:32:32.393Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:32:32.393Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.393Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648711934656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/resourceInstances/pnf521f2c3e55280/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:32:32.393Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:32:32.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "clamp",
  "timestamp": 1648711932660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/resourceInstances/pnf521f2c3e55280/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:32:32.394Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:32:32.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648711937327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/resourceInstances/pnf521f2c3e55280/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:32:32.395Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:32:32.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "aai-ml",
  "timestamp": 1648711931558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/resourceInstances/pnf521f2c3e55280/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:32:32.395Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:32:32.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "cds",
  "timestamp": 1648711926881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/resourceInstances/pnf521f2c3e55280/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:32:32.396Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:32:32.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.397Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648711927930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/resourceInstances/pnf521f2c3e55280/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-31T07:32:32.397Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:32:32.397Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.397Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "policy-id",
  "timestamp": 1648711930165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/resourceInstances/pnf521f2c3e55280/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:32:32.397Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:32:32.398Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.398Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648711934656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/resourceInstances/pnf521f2c3e55280/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:32:32.398Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:32:32.398Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.398Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "clamp",
  "timestamp": 1648711932660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/resourceInstances/pnf521f2c3e55280/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:32:32.398Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:32:32.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648711937327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/resourceInstances/pnf521f2c3e55280/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:32:32.399Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:32:32.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "cds",
  "timestamp": 1648711926881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/artifacts/service-DemoPnfYdfgp7p3sdhk69ijljek-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:32:32.399Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:32:32.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648711927930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/artifacts/service-DemoPnfYdfgp7p3sdhk69ijljek-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:32:32.400Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:32:32.400Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.400Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "aai-ml",
  "timestamp": 1648711931558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/artifacts/service-DemoPnfYdfgp7p3sdhk69ijljek-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:32:32.400Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:32:32.400Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.400Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "policy-id",
  "timestamp": 1648711930165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/artifacts/service-DemoPnfYdfgp7p3sdhk69ijljek-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:32:32.401Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:32:32.401Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.401Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648711934656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/resourceInstances/pnf521f2c3e55280/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:32:32.401Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:32:32.401Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.402Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "clamp",
  "timestamp": 1648711932660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/artifacts/service-DemoPnfYdfgp7p3sdhk69ijljek-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:32:32.402Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:32:32.402Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.402Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648711937327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/resourceInstances/pnf521f2c3e55280/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:32:32.402Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:32:32.402Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.402Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "aai-ml",
  "timestamp": 1648711931558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/artifacts/service-DemoPnfYdfgp7p3sdhk69ijljek-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T07:32:32.403Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:32:32.403Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.403Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648711927930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/artifacts/service-DemoPnfYdfgp7p3sdhk69ijljek-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:32:32.403Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:32:32.403Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.403Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "cds",
  "timestamp": 1648711926881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/artifacts/service-DemoPnfYdfgp7p3sdhk69ijljek-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T07:32:32.404Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:32:32.404Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.404Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "policy-id",
  "timestamp": 1648711930165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/artifacts/service-DemoPnfYdfgp7p3sdhk69ijljek-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T07:32:32.404Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:32:32.404Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.404Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648711934656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/resourceInstances/pnf521f2c3e55280/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:32:32.404Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:32:32.405Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.405Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "clamp",
  "timestamp": 1648711932660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/artifacts/service-DemoPnfYdfgp7p3sdhk69ijljek-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T07:32:32.405Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:32:32.405Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.405Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648711937327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/resourceInstances/pnf521f2c3e55280/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:32:32.406Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:32:32.406Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.406Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "cds",
  "timestamp": 1648711941099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/artifacts/service-DemoPnfYdfgp7p3sdhk69ijljek-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T07:32:32.406Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T07:32:32.406Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.406Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "policy-id",
  "timestamp": 1648711941277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/artifacts/service-DemoPnfYdfgp7p3sdhk69ijljek-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T07:32:32.407Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T07:32:32.407Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.407Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648711934656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/artifacts/service-DemoPnfYdfgp7p3sdhk69ijljek-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:32:32.407Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:32:32.407Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.407Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648711941907,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/resourceInstances/pnf521f2c3e55280/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-31T07:32:32.408Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T07:32:32.408Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.408Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "aai-ml",
  "timestamp": 1648711941396,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/artifacts/service-DemoPnfYdfgp7p3sdhk69ijljek-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T07:32:32.408Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T07:32:32.408Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.408Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648711937327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/resourceInstances/pnf521f2c3e55280/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:32:32.408Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:32:32.409Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.409Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "cds",
  "timestamp": 1648711942105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/artifacts/service-DemoPnfYdfgp7p3sdhk69ijljek-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T07:32:32.435Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c9722ae5-b87a-4c4b-b094-f6c3c43e6b71
2022-03-31T07:32:32.435Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c9722ae5-b87a-4c4b-b094-f6c3c43e6b71 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T07:32:32.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.445Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "policy-id",
  "timestamp": 1648711942281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/artifacts/service-DemoPnfYdfgp7p3sdhk69ijljek-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T07:32:32.445Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T07:32:32.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648711934656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/artifacts/service-DemoPnfYdfgp7p3sdhk69ijljek-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T07:32:32.446Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:32:32.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648711942950,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/resourceInstances/pnf521f2c3e55280/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-31T07:32:32.447Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T07:32:32.447Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.447Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648711937327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/artifacts/service-DemoPnfYdfgp7p3sdhk69ijljek-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:32:32.447Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:32:32.447Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.447Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "policy-id",
  "timestamp": 1648711943284,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T07:32:32.463Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-03-31T07:32:32.463Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c9722ae5-b87a-4c4b-b094-f6c3c43e6b71
2022-03-31T07:32:32.463Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c9722ae5-b87a-4c4b-b094-f6c3c43e6b71 and ComponentName POLICY
2022-03-31T07:32:32.464Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T07:32:32.464Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fMYlM0c9WFZs1RBm) ...
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T07:32:32.488Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.489Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648711943955,
  "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=?
2022-03-31T07:32:32.496Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of c9722ae5-b87a-4c4b-b094-f6c3c43e6b71
2022-03-31T07:32:32.497Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c9722ae5-b87a-4c4b-b094-f6c3c43e6b71 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T07:32:32.511Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.511Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648711937327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/artifacts/service-DemoPnfYdfgp7p3sdhk69ijljek-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T07:32:32.512Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:32:32.512Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.512Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648711946108,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/artifacts/service-DemoPnfYdfgp7p3sdhk69ijljek-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T07:32:32.512Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T07:32:32.513Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.513Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "aai-ml",
  "timestamp": 1648711946802,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/artifacts/service-DemoPnfYdfgp7p3sdhk69ijljek-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T07:32:32.513Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T07:32:32.513Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.515Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:32:32.515Z||pool-30-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":1,"count":1}
2022-03-31T07:32:32.514Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648711948260,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/artifacts/service-DemoPnfYdfgp7p3sdhk69ijljek-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T07:32:32.516Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T07:32:32.516Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.516Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "aai-ml",
  "timestamp": 1648711947806,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T07:32:32.522Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c9722ae5-b87a-4c4b-b094-f6c3c43e6b71
2022-03-31T07:32:32.523Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c9722ae5-b87a-4c4b-b094-f6c3c43e6b71 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T07:32:32.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:32:32.531Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648711949265,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T07:32:32.536Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c9722ae5-b87a-4c4b-b094-f6c3c43e6b71
2022-03-31T07:32:32.537Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c9722ae5-b87a-4c4b-b094-f6c3c43e6b71 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T07:32:33.359Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T07:32:33.361Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-31T07:32:33.364Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T07:32:33.364Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648711951676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/resourceInstances/pnf521f2c3e55280/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:32:33.464Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T07:32:33.465Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T07:32:33.465Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fMYlM0c9WFZs1RBm) ...
2022-03-31T07:32:33.493Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:32:33.494Z||pool-31-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-03-31T07:32:34.365Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T07:32:34.366Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-31T07:32:34.370Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T07:32:34.370Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648711951676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/resourceInstances/pnf521f2c3e55280/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:32:34.472Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-31T07:32:34.474Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T07:32:34.474Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fMYlM0c9WFZs1RBm) ...
2022-03-31T07:32:34.501Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:32:34.502Z||pool-32-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-03-31T07:32:35.371Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T07:32:35.372Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-31T07:32:35.382Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T07:32:35.382Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648711951676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/resourceInstances/pnf521f2c3e55280/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:32:35.478Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-03-31T07:32:35.479Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T07:32:35.479Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fMYlM0c9WFZs1RBm) ...
2022-03-31T07:32:35.503Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:32:35.504Z||pool-33-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-03-31T07:32:36.383Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T07:32:36.384Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-31T07:32:36.388Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T07:32:36.389Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648711951676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/resourceInstances/pnf521f2c3e55280/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:32:36.490Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-31T07:32:36.491Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T07:32:36.491Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fMYlM0c9WFZs1RBm) ...
2022-03-31T07:32:36.514Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:32:36.515Z||pool-34-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-31T07:32:37.389Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T07:32:37.391Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-31T07:32:37.394Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T07:32:37.394Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648711951676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/resourceInstances/pnf521f2c3e55280/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:32:37.494Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T07:32:37.496Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T07:32:37.496Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fMYlM0c9WFZs1RBm) ...
2022-03-31T07:32:37.519Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:32:37.520Z||pool-35-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-31T07:32:38.395Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T07:32:38.396Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-31T07:32:38.399Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T07:32:38.399Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648711951676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/artifacts/service-DemoPnfYdfgp7p3sdhk69ijljek-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:32:38.499Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-31T07:32:38.501Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T07:32:38.501Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fMYlM0c9WFZs1RBm) ...
2022-03-31T07:32:38.515Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:32:38.515Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-31T07:32:39.400Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T07:32:39.401Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-31T07:32:39.404Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T07:32:39.404Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648711951676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/artifacts/service-DemoPnfYdfgp7p3sdhk69ijljek-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T07:32:39.504Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T07:32:39.505Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T07:32:39.505Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fMYlM0c9WFZs1RBm) ...
2022-03-31T07:32:39.515Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:32:39.516Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-31T07:32:40.406Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "serviceName": "Demo_pNF_yDfGp7p3SDHK69IJlJeK",
  "serviceVersion": "1.0",
  "serviceUUID": "83dd4ba1-ff90-4c27-8cc1-a2bf8698d366",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f34f3405-050e-4c9f-92d7-5e2e79799faf",
  "resources": [
    {
      "resourceInstanceName": "pNF 521f2c3e-5528 0",
      "resourceCustomizationUUID": "d3d9176d-2eac-499a-b5a4-a50f01297ef5",
      "resourceName": "pNF 521f2c3e-5528",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "eb1dacda-8b50-48bf-b883-f18c1f1864cc",
      "resourceInvariantUUID": "5e5e1a7e-2bf3-4e1b-8b50-243485e68a77",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfYdfgp7p3sdhk69ijljek-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/artifacts/service-DemoPnfYdfgp7p3sdhk69ijljek-csar.csar",
      "artifactChecksum": "OTZhYmFlYTUxNjUzOWFhZWQ2OGQyNGFjZjUyOGNiNzg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "03bf00b3-442d-4ce8-ab95-c5448f79fd16"
    }
  ],
  "workloadContext": "Production"
}
2022-03-31T07:32:40.406Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-31T07:32:40.407Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 83dd4ba1-ff90-4c27-8cc1-a2bf8698d366 ASDC
2022-03-31T07:32:40.408Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:c9722ae5-b87a-4c4b-b094-f6c3c43e6b71
ServiceName:Demo_pNF_yDfGp7p3SDHK69IJlJeK
ServiceVersion:1.0
ServiceUUID:83dd4ba1-ff90-4c27-8cc1-a2bf8698d366
ServiceInvariantUUID:f34f3405-050e-4c9f-92d7-5e2e79799faf
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfYdfgp7p3sdhk69ijljek-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/artifacts/service-DemoPnfYdfgp7p3sdhk69ijljek-csar.csar
ArtifactUUID:03bf00b3-442d-4ce8-ab95-c5448f79fd16
ArtifactChecksum:OTZhYmFlYTUxNjUzOWFhZWQ2OGQyNGFjZjUyOGNiNzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 521f2c3e-5528 0
ResourceCustomizationUUID:d3d9176d-2eac-499a-b5a4-a50f01297ef5
ResourceInvariantUUID:5e5e1a7e-2bf3-4e1b-8b50-243485e68a77
ResourceName:pNF 521f2c3e-5528
ResourceType:PNF
ResourceUUID:eb1dacda-8b50-48bf-b883-f18c1f1864cc
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-31T07:32:40.408Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 83dd4ba1-ff90-4c27-8cc1-a2bf8698d366 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-31T07:32:40.448Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T07:32:40.451Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-31T07:32:40.451Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-31T07:32:40.451Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 03bf00b3-442d-4ce8-ab95-c5448f79fd16 from URL: /sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/artifacts/service-DemoPnfYdfgp7p3sdhk69ijljek-csar.csar
2022-03-31T07:32:40.452Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-31T07:32:40.452Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/artifacts/service-DemoPnfYdfgp7p3sdhk69ijljek-csar.csar
2022-03-31T07:32:40.672Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-31T07:32:40.679Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/artifacts/service-DemoPnfYdfgp7p3sdhk69ijljek-csar.csar 03bf00b3-442d-4ce8-ab95-c5448f79fd16 82664
2022-03-31T07:32:40.679Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/artifacts/service-DemoPnfYdfgp7p3sdhk69ijljek-csar.csar ASDC sendASDCNotification
2022-03-31T07:32:40.680Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/artifacts/service-DemoPnfYdfgp7p3sdhk69ijljek-csar.csar
2022-03-31T07:32:40.680Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T07:32:40.681Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-31T07:32:40.683Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T07:32:40.683Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648711960679,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/artifacts/service-DemoPnfYdfgp7p3sdhk69ijljek-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T07:32:40.783Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T07:32:40.784Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T07:32:40.785Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fMYlM0c9WFZs1RBm) ...
2022-03-31T07:32:40.797Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:32:40.798Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-31T07:32:41.684Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T07:32:41.686Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-31T07:32:41.686Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 03bf00b3-442d-4ce8-ab95-c5448f79fd16, URL: /sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/artifacts/service-DemoPnfYdfgp7p3sdhk69ijljek-csar.csar to file: /app/ASDC/1/service-DemoPnfYdfgp7p3sdhk69ijljek-csar.csar
2022-03-31T07:32:41.686Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfYdfgp7p3sdhk69ijljek-csar.csar
2022-03-31T07:32:41.687Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfYdfgp7p3sdhk69ijljek-csar.csar
2022-03-31T07:32:41.687Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfYdfgp7p3sdhk69ijljek-csar.csar
2022-03-31T07:32:41.871Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16817778521602431612/Definitions/service-DemoPnfYdfgp7p3sdhk69ijljek-template.yml
2022-03-31T07:32:42.989Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-31T07:32:42.990Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-31T07:32:42.990Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfYdfgp7p3sdhk69ijljek-csar.csar
2022-03-31T07:32:42.990Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-31T07:32:42.990Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 521f2c3e-5528 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-DemoPnfYdfgp7p3sdhk69ijljek-csar.csar
2022-03-31T07:32:42.991Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|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-DemoPnfYdfgp7p3sdhk69ijljek-csar.csar
2022-03-31T07:32:42.991Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|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-DemoPnfYdfgp7p3sdhk69ijljek-csar.csar
2022-03-31T07:32:42.991Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|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-DemoPnfYdfgp7p3sdhk69ijljek-csar.csar
2022-03-31T07:32:42.991Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|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-DemoPnfYdfgp7p3sdhk69ijljek-csar.csar
2022-03-31T07:32:42.991Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|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-DemoPnfYdfgp7p3sdhk69ijljek-csar.csar
2022-03-31T07:32:42.991Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|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-DemoPnfYdfgp7p3sdhk69ijljek-csar.csar
2022-03-31T07:32:42.991Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-31T07:32:42.992Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T07:32:42.992Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_yDfGp7p3SDHK69IJlJeK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T07:32:42.992Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||Node template pNF 521f2c3e-5528 0 is matching search criteria
2022-03-31T07:32:42.993Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-31T07:32:42.993Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 521f2c3e-5528 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T07:32:42.993Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T07:32:42.993Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_yDfGp7p3SDHK69IJlJeK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T07:32:42.993Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||Node template pNF 521f2c3e-5528 0 is matching search criteria
2022-03-31T07:32:42.994Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-31T07:32:42.994Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 521f2c3e-5528 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T07:32:42.994Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T07:32:42.994Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_yDfGp7p3SDHK69IJlJeK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T07:32:42.994Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T07:32:42.994Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_yDfGp7p3SDHK69IJlJeK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T07:32:42.995Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T07:32:42.995Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_yDfGp7p3SDHK69IJlJeK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T07:32:42.995Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T07:32:42.995Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_yDfGp7p3SDHK69IJlJeK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T07:32:42.995Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T07:32:42.995Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_yDfGp7p3SDHK69IJlJeK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T07:32:42.996Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_yDfGp7p3SDHK69IJlJeK
Description:catalog service description
Model UUID:83dd4ba1-ff90-4c27-8cc1-a2bf8698d366
Model Version:NULL
Model InvariantUuid:f34f3405-050e-4c9f-92d7-5e2e79799faf
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-31T07:32:43.004Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: eb1dacda-8b50-48bf-b883-f18c1f1864cc
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T07:32:43.009Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||INFO|500||pNF 521f2c3e-5528 0
2022-03-31T07:32:43.009Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: eb1dacda-8b50-48bf-b883-f18c1f1864cc
2022-03-31T07:32:43.009Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 83dd4ba1-ff90-4c27-8cc1-a2bf8698d366
2022-03-31T07:32:43.009Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 83dd4ba1-ff90-4c27-8cc1-a2bf8698d366
2022-03-31T07:32:43.010Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 521f2c3e-5528 0 eb1dacda-8b50-48bf-b883-f18c1f1864cc ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T07:32:43.016Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@53b449f, org.onap.sdc.toscaparser.api.parameters.Input@4e20f696, org.onap.sdc.toscaparser.api.parameters.Input@1657e8ff, org.onap.sdc.toscaparser.api.parameters.Input@492a5447, org.onap.sdc.toscaparser.api.parameters.Input@16eafe41]
2022-03-31T07:32:43.016Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T07:32:43.016Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_yDfGp7p3SDHK69IJlJeK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T07:32:43.017Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 83dd4ba1-ff90-4c27-8cc1-a2bf8698d366: pNF 521f2c3e-5528
2022-03-31T07:32:43.017Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||INFO|500||Processing PNF resource: eb1dacda-8b50-48bf-b883-f18c1f1864cc
2022-03-31T07:32:43.017Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T07:32:43.017Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_yDfGp7p3SDHK69IJlJeK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T07:32:43.017Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||INFO|500||Resource customization UUID: d3d9176d-2eac-499a-b5a4-a50f01297ef5 is the same as notified resource customizationUUID: d3d9176d-2eac-499a-b5a4-a50f01297ef5
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 (?, ?)
2022-03-31T07:32:43.057Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 521f2c3e-5528 eb1dacda-8b50-48bf-b883-f18c1f1864cc 0 ASDC deployResourceStructure
2022-03-31T07:32:43.058Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/artifacts/service-DemoPnfYdfgp7p3sdhk69ijljek-csar.csar ASDC sendASDCNotification
2022-03-31T07:32:43.058Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/artifacts/service-DemoPnfYdfgp7p3sdhk69ijljek-csar.csar
2022-03-31T07:32:43.058Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T07:32:43.059Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-31T07:32:43.062Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T07:32:43.062Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648711963057,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/artifacts/service-DemoPnfYdfgp7p3sdhk69ijljek-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T07:32:43.163Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T07:32:43.164Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T07:32:43.164Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fMYlM0c9WFZs1RBm) ...
2022-03-31T07:32:43.179Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:32:43.180Z||pool-39-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-31T07:32:44.063Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c9722ae5-b87a-4c4b-b094-f6c3c43e6b71
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T07:32:44.079Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c9722ae5-b87a-4c4b-b094-f6c3c43e6b71
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T07:32:44.083Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T07:32:44.083Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-31T07:32:44.084Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-31T07:32:44.084Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-31T07:32:44.084Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T07:32:44.084Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T07:32:44.085Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T07:32:44.085Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T07:32:44.085Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T07:32:44.086Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T07:32:44.086Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T07:32:44.094Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-31T07:33:14.094Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c9722ae5-b87a-4c4b-b094-f6c3c43e6b71 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-31T07:33:14.101Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c9722ae5-b87a-4c4b-b094-f6c3c43e6b71 and serviceModelVersionId: 83dd4ba1-ff90-4c27-8cc1-a2bf8698d366
2022-03-31T07:33:14.102Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f34f3405-050e-4c9f-92d7-5e2e79799faf
2022-03-31T07:33:14.103Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f34f3405-050e-4c9f-92d7-5e2e79799faf/model-vers/model-ver/83dd4ba1-ff90-4c27-8cc1-a2bf8698d366?depth=0
2022-03-31T07:33:14.108Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-03-31T07:33:14.182Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|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/f34f3405-050e-4c9f-92d7-5e2e79799faf/model-vers/model-ver/83dd4ba1-ff90-4c27-8cc1-a2bf8698d366?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-31T07:33:14.186Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f34f3405-050e-4c9f-92d7-5e2e79799faf/model-vers/model-ver/83dd4ba1-ff90-4c27-8cc1-a2bf8698d366?depth=0|INFO|500||Invoke
2022-03-31T07:33:14.212Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f34f3405-050e-4c9f-92d7-5e2e79799faf/model-vers/model-ver/83dd4ba1-ff90-4c27-8cc1-a2bf8698d366?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-31T07:33:14.455Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f34f3405-050e-4c9f-92d7-5e2e79799faf/model-vers/model-ver/83dd4ba1-ff90-4c27-8cc1-a2bf8698d366?depth=0|INFO|500||InvokeReturn
2022-03-31T07:33:14.455Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|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/f34f3405-050e-4c9f-92d7-5e2e79799faf/model-vers/model-ver/83dd4ba1-ff90-4c27-8cc1-a2bf8698d366?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220331-07:33:14:221-53476], vertex-id=[163888], Content-Length=[0], Date=[Thu, 31 Mar 2022 07:33:14 GMT], Content-Type=[application/json]}
2022-03-31T07:33:14.456Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-03-31T07:33:14.466Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-31T07:33:14.466Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T07:33:14.471Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-31T07:33:14.472Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c9722ae5-b87a-4c4b-b094-f6c3c43e6b71 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-31T07:33:14.473Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-31T07:33:14.473Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-31T07:33:14.475Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T07:33:14.475Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648711994473,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-31T07:33:14.575Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-31T07:33:14.577Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T07:33:14.577Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fMYlM0c9WFZs1RBm) ...
2022-03-31T07:33:14.619Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:33:14.620Z||pool-40-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":2,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-31T07:33:31.671Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:33:31.672Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:33:31.672Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fMYlM0c9WFZs1RBm) ...
2022-03-31T07:33:31.673Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:33:31.674Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:33:31.674Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:33:31.831Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:33:31.832Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T07:33:31.832Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648711951676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/resourceInstances/pnf521f2c3e55280/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:33:31.834Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:33:41.308Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:34:31.678Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:34:31.673Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:34:31.690Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:34:31.691Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fMYlM0c9WFZs1RBm) ...
2022-03-31T07:34:31.690Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:34:31.692Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:34:32.250Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:34:32.252Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:34:32.252Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648711951676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/resourceInstances/pnf521f2c3e55280/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:34:32.255Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:34:32.255Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:34:32.255Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "clamp",
  "timestamp": 1648711953236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/artifacts/service-DemoPnfYdfgp7p3sdhk69ijljek-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T07:34:32.261Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T07:34:32.261Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:34:32.262Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648711951676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/resourceInstances/pnf521f2c3e55280/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:34:32.262Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:34:32.263Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:34:32.264Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648711951676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/resourceInstances/pnf521f2c3e55280/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:34:32.264Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:34:32.265Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:34:32.265Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "clamp",
  "timestamp": 1648711955244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/artifacts/service-DemoPnfYdfgp7p3sdhk69ijljek-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T07:34:32.265Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T07:34:32.266Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:34:32.266Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648711951676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/resourceInstances/pnf521f2c3e55280/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:34:32.267Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:34:32.273Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:34:32.280Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "clamp",
  "timestamp": 1648711956247,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T07:34:32.322Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c9722ae5-b87a-4c4b-b094-f6c3c43e6b71
2022-03-31T07:34:32.323Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c9722ae5-b87a-4c4b-b094-f6c3c43e6b71 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T07:34:32.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:34:32.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648711951676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/resourceInstances/pnf521f2c3e55280/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:34:32.343Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:34:32.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:34:32.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648711951676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/artifacts/service-DemoPnfYdfgp7p3sdhk69ijljek-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:34:32.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:34:32.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:34:32.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648711951676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/artifacts/service-DemoPnfYdfgp7p3sdhk69ijljek-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T07:34:32.346Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:34:32.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:34:32.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648711960679,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/artifacts/service-DemoPnfYdfgp7p3sdhk69ijljek-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T07:34:32.347Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T07:34:32.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:34:32.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648711963057,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYdfgp7p3sdhk69ijljek/1.0/artifacts/service-DemoPnfYdfgp7p3sdhk69ijljek-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T07:34:32.348Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T07:34:32.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:34:32.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9722ae5-b87a-4c4b-b094-f6c3c43e6b71",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648711994473,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-31T07:34:32.349Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T07:34:41.312Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:35:31.671Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:35:31.673Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:35:31.673Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fMYlM0c9WFZs1RBm) ...
2022-03-31T07:35:31.673Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:35:31.676Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:35:31.677Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:35:32.343Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:35:32.344Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.344Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"1b73b25b-2f5e-4aed-b5e5-56e52aa63e54","serviceName":"Demo_pNF_46yi5uUaFw4WO8paNf3K","serviceVersion":"1.0","serviceUUID":"a66be2d4-9ad3-4c09-9fdd-70728c309b66","serviceDescription":"catalog service description","serviceInvariantUUID":"0a2001a6-e8d1-493f-93e0-f8d6b2f036fd","resources":[{"resourceInstanceName":"pNF 60cfa8a7-3f4b 0","resourceName":"pNF 60cfa8a7-3f4b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8a86443f-7003-45ef-a929-91f04cdc6e6f","resourceInvariantUUID":"8bbd4b51-838a-4d7a-8f45-8f3d2c05e4c9","resourceCustomizationUUID":"6fb0c25d-8159-4db3-ae04-979f0e1012cc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/resourceInstances/pnf60cfa8a73f4b0/artifacts/vf-license-model.xml","artifactChecksum":"MTZiOTBmNGEyYWE5M2FjN2RiY2M4NjUyZGI0M2VlY2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2ea852fb-d735-4936-9e5e-a2ccabe5578d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/resourceInstances/pnf60cfa8a73f4b0/artifacts/pNF.csar","artifactChecksum":"NzA2NTIyNGExMmE5N2I5ZjlkOTZkNTg0MTJmMTRjZjE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"835d0906-2f2d-49fc-ad6b-5c86cd3cac7e","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/resourceInstances/pnf60cfa8a73f4b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a127132d-1e86-4524-8862-a13fdefa1a4f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/resourceInstances/pnf60cfa8a73f4b0/artifacts/vendor-license-model.xml","artifactChecksum":"NTkwMTMzZWUzZDM4M2NlMGJmNzUyMjI1MjZkNGE3YzY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cac8fc0e-dfb4-440e-b7ef-de140c9435d3","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/resourceInstances/pnf60cfa8a73f4b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"54b5b42c-24d2-46b7-9858-bcd8d88e0092","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/resourceInstances/pnf60cfa8a73f4b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"eccc6703-319c-43f9-bc6f-8a34905bff88","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf46yi5uuafw4wo8panf3k-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/artifacts/service-DemoPnf46yi5uuafw4wo8panf3k-template.yml","artifactChecksum":"NzI0NGU3NDM2YjUyODQxMjEwOGYxNmE0NmMxMWM2Yjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1a514918-255c-437e-b998-53c5f528ea22","artifactVersion":"1"},{"artifactName":"service-DemoPnf46yi5uuafw4wo8panf3k-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/artifacts/service-DemoPnf46yi5uuafw4wo8panf3k-csar.csar","artifactChecksum":"ZWFkMGJjZGM4YTRhM2ZiOTBiMzdjOGQxZDUyOThmMzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ce196c36-d312-4423-863c-3a0a5ee84403","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-31T07:35:32.350Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T07:35:32.352Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-31T07:35:32.359Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T07:35:32.359Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648712131671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/resourceInstances/pnf60cfa8a73f4b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:35:32.360Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:35:32.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.362Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "cds",
  "timestamp": 1648712091881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/resourceInstances/pnf60cfa8a73f4b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:35:32.364Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:35:32.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.364Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648712094656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/resourceInstances/pnf60cfa8a73f4b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:35:32.365Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:35:32.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.365Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648712087930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/resourceInstances/pnf60cfa8a73f4b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:35:32.365Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:35:32.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.365Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "policy-id",
  "timestamp": 1648712090165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/resourceInstances/pnf60cfa8a73f4b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:35:32.366Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:35:32.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.366Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "cds",
  "timestamp": 1648712091881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/resourceInstances/pnf60cfa8a73f4b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:35:32.366Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:35:32.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.366Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648712094656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/resourceInstances/pnf60cfa8a73f4b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:35:32.366Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:35:32.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.366Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648712087930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/resourceInstances/pnf60cfa8a73f4b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:35:32.367Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:35:32.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.380Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "policy-id",
  "timestamp": 1648712090165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/resourceInstances/pnf60cfa8a73f4b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:35:32.387Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:35:32.387Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.387Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "cds",
  "timestamp": 1648712091881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/resourceInstances/pnf60cfa8a73f4b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:35:32.387Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:35:32.387Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.388Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648712094656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/resourceInstances/pnf60cfa8a73f4b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:35:32.388Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:35:32.388Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.388Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648712087930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/resourceInstances/pnf60cfa8a73f4b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:35:32.388Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:35:32.389Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.389Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "policy-id",
  "timestamp": 1648712090165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/resourceInstances/pnf60cfa8a73f4b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:35:32.389Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:35:32.389Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.390Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "cds",
  "timestamp": 1648712091881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/resourceInstances/pnf60cfa8a73f4b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:35:32.390Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:35:32.390Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.390Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648712094656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/resourceInstances/pnf60cfa8a73f4b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:35:32.391Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:35:32.391Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.391Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648712087930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/resourceInstances/pnf60cfa8a73f4b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:35:32.391Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:35:32.391Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.391Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "policy-id",
  "timestamp": 1648712090165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/resourceInstances/pnf60cfa8a73f4b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:35:32.392Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:35:32.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "cds",
  "timestamp": 1648712091881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/resourceInstances/pnf60cfa8a73f4b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:35:32.392Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:35:32.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648712094656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/resourceInstances/pnf60cfa8a73f4b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:35:32.393Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:35:32.393Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648712087930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/resourceInstances/pnf60cfa8a73f4b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:35:32.393Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:35:32.393Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "policy-id",
  "timestamp": 1648712090165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/resourceInstances/pnf60cfa8a73f4b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:35:32.394Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:35:32.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.394Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648712094656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/resourceInstances/pnf60cfa8a73f4b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:35:32.394Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:35:32.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.394Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648712087930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/resourceInstances/pnf60cfa8a73f4b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-31T07:35:32.395Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:35:32.395Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.395Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "cds",
  "timestamp": 1648712091881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/resourceInstances/pnf60cfa8a73f4b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:35:32.396Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:35:32.396Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.396Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "policy-id",
  "timestamp": 1648712090165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/resourceInstances/pnf60cfa8a73f4b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:35:32.396Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:35:32.396Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.397Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "cds",
  "timestamp": 1648712091881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/artifacts/service-DemoPnf46yi5uuafw4wo8panf3k-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:35:32.397Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:35:32.397Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.397Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648712087930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/artifacts/service-DemoPnf46yi5uuafw4wo8panf3k-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:35:32.397Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:35:32.398Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.398Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "policy-id",
  "timestamp": 1648712090165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/artifacts/service-DemoPnf46yi5uuafw4wo8panf3k-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:35:32.398Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:35:32.398Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.398Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648712094656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/artifacts/service-DemoPnf46yi5uuafw4wo8panf3k-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:35:32.398Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:35:32.399Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.399Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "cds",
  "timestamp": 1648712091881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/artifacts/service-DemoPnf46yi5uuafw4wo8panf3k-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T07:35:32.399Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:35:32.399Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.399Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648712094656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/artifacts/service-DemoPnf46yi5uuafw4wo8panf3k-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T07:35:32.400Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:35:32.400Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.400Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648712087930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/artifacts/service-DemoPnf46yi5uuafw4wo8panf3k-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:35:32.400Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:35:32.400Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.400Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "policy-id",
  "timestamp": 1648712090165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/artifacts/service-DemoPnf46yi5uuafw4wo8panf3k-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T07:35:32.401Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:35:32.401Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.401Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "cds",
  "timestamp": 1648712105576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/artifacts/service-DemoPnf46yi5uuafw4wo8panf3k-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T07:35:32.401Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T07:35:32.401Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.401Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648712106205,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/resourceInstances/pnf60cfa8a73f4b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-31T07:35:32.402Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T07:35:32.402Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.402Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "policy-id",
  "timestamp": 1648712105741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/artifacts/service-DemoPnf46yi5uuafw4wo8panf3k-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T07:35:32.402Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T07:35:32.402Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.402Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "cds",
  "timestamp": 1648712106583,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/artifacts/service-DemoPnf46yi5uuafw4wo8panf3k-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T07:35:32.420Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1b73b25b-2f5e-4aed-b5e5-56e52aa63e54
2022-03-31T07:35:32.420Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b73b25b-2f5e-4aed-b5e5-56e52aa63e54 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T07:35:32.430Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.431Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648712107232,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/resourceInstances/pnf60cfa8a73f4b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-31T07:35:32.431Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T07:35:32.432Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.432Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "policy-id",
  "timestamp": 1648712106747,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/artifacts/service-DemoPnf46yi5uuafw4wo8panf3k-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T07:35:32.432Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T07:35:32.432Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.432Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648712108237,
  "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=?
2022-03-31T07:35:32.440Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 1b73b25b-2f5e-4aed-b5e5-56e52aa63e54
2022-03-31T07:35:32.440Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b73b25b-2f5e-4aed-b5e5-56e52aa63e54 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T07:35:32.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.450Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "policy-id",
  "timestamp": 1648712107750,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T07:35:32.456Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1b73b25b-2f5e-4aed-b5e5-56e52aa63e54
2022-03-31T07:35:32.456Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b73b25b-2f5e-4aed-b5e5-56e52aa63e54 and ComponentName POLICY
2022-03-31T07:35:32.457Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T07:35:32.459Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T07:35:32.459Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fMYlM0c9WFZs1RBm) ...
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T07:35:32.465Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.465Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "aai-ml",
  "timestamp": 1648712111558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/resourceInstances/pnf60cfa8a73f4b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:35:32.465Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:35:32.465Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.466Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "aai-ml",
  "timestamp": 1648712111558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/resourceInstances/pnf60cfa8a73f4b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:35:32.466Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:35:32.466Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.466Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "clamp",
  "timestamp": 1648712112659,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/resourceInstances/pnf60cfa8a73f4b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:35:32.466Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:35:32.466Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.466Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "aai-ml",
  "timestamp": 1648712111558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/resourceInstances/pnf60cfa8a73f4b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:35:32.467Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:35:32.468Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.469Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "clamp",
  "timestamp": 1648712112659,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/resourceInstances/pnf60cfa8a73f4b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:35:32.471Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:35:32.475Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.486Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "aai-ml",
  "timestamp": 1648712111558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/resourceInstances/pnf60cfa8a73f4b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:35:32.491Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:35:32.495Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.495Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "clamp",
  "timestamp": 1648712112659,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/resourceInstances/pnf60cfa8a73f4b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:35:32.495Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:35:32.496Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.496Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "aai-ml",
  "timestamp": 1648712111558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/resourceInstances/pnf60cfa8a73f4b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:35:32.496Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:35:32.496Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.497Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "clamp",
  "timestamp": 1648712112659,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/resourceInstances/pnf60cfa8a73f4b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:35:32.497Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:35:32.497Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.497Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648712117327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/resourceInstances/pnf60cfa8a73f4b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:35:32.498Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:35:32.498Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.498Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "aai-ml",
  "timestamp": 1648712111558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/resourceInstances/pnf60cfa8a73f4b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:35:32.498Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:35:32.499Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.499Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "clamp",
  "timestamp": 1648712112659,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/resourceInstances/pnf60cfa8a73f4b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:35:32.499Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:35:32.499Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.499Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648712117327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/resourceInstances/pnf60cfa8a73f4b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:35:32.500Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:35:32.500Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.500Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "aai-ml",
  "timestamp": 1648712111558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/artifacts/service-DemoPnf46yi5uuafw4wo8panf3k-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:35:32.500Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:35:32.500Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.501Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "clamp",
  "timestamp": 1648712112659,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/resourceInstances/pnf60cfa8a73f4b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:35:32.501Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:35:32.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.501Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648712117327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/resourceInstances/pnf60cfa8a73f4b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:35:32.501Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:35:32.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "aai-ml",
  "timestamp": 1648712111558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/artifacts/service-DemoPnf46yi5uuafw4wo8panf3k-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T07:35:32.502Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:35:32.503Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.503Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "clamp",
  "timestamp": 1648712112659,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/artifacts/service-DemoPnf46yi5uuafw4wo8panf3k-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:35:32.504Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:35:32.504Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.504Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648712117327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/resourceInstances/pnf60cfa8a73f4b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:35:32.504Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:35:32.504Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.505Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "clamp",
  "timestamp": 1648712112659,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/artifacts/service-DemoPnf46yi5uuafw4wo8panf3k-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T07:35:32.505Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:35:32.505Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.505Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "aai-ml",
  "timestamp": 1648712120471,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/artifacts/service-DemoPnf46yi5uuafw4wo8panf3k-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T07:35:32.505Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T07:35:32.505Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.506Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648712117327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/resourceInstances/pnf60cfa8a73f4b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:35:32.506Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:35:32.506Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.506Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648712117327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/resourceInstances/pnf60cfa8a73f4b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:35:32.506Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:35:32.506Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.507Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648712117327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/artifacts/service-DemoPnf46yi5uuafw4wo8panf3k-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:35:32.507Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:35:32.507Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.507Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648712117327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/artifacts/service-DemoPnf46yi5uuafw4wo8panf3k-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T07:35:32.507Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:35:32.508Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.508Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648712126083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/artifacts/service-DemoPnf46yi5uuafw4wo8panf3k-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T07:35:32.508Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T07:35:32.508Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.508Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "aai-ml",
  "timestamp": 1648712125760,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/artifacts/service-DemoPnf46yi5uuafw4wo8panf3k-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T07:35:32.509Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T07:35:32.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.509Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "aai-ml",
  "timestamp": 1648712126764,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
2022-03-31T07:35:32.511Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:35:32.512Z||pool-41-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":2,"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=?
2022-03-31T07:35:32.519Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1b73b25b-2f5e-4aed-b5e5-56e52aa63e54
2022-03-31T07:35:32.520Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b73b25b-2f5e-4aed-b5e5-56e52aa63e54 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T07:35:32.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.536Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648712128017,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/artifacts/service-DemoPnf46yi5uuafw4wo8panf3k-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T07:35:32.537Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T07:35:32.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:35:32.537Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648712129022,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T07:35:32.544Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1b73b25b-2f5e-4aed-b5e5-56e52aa63e54
2022-03-31T07:35:32.544Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b73b25b-2f5e-4aed-b5e5-56e52aa63e54 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T07:35:33.360Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T07:35:33.361Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-31T07:35:33.364Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T07:35:33.364Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648712131671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/resourceInstances/pnf60cfa8a73f4b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:35:33.464Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T07:35:33.465Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T07:35:33.465Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fMYlM0c9WFZs1RBm) ...
2022-03-31T07:35:33.495Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:35:33.496Z||pool-42-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-03-31T07:35:34.365Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T07:35:34.368Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-31T07:35:34.375Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T07:35:34.376Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648712131671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/resourceInstances/pnf60cfa8a73f4b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:35:34.484Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-03-31T07:35:34.485Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T07:35:34.486Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fMYlM0c9WFZs1RBm) ...
2022-03-31T07:35:34.506Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:35:34.507Z||pool-43-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-03-31T07:35:35.377Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T07:35:35.378Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-31T07:35:35.381Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T07:35:35.381Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648712131671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/resourceInstances/pnf60cfa8a73f4b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:35:35.481Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T07:35:35.482Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T07:35:35.482Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fMYlM0c9WFZs1RBm) ...
2022-03-31T07:35:35.497Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:35:35.498Z||pool-44-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-31T07:35:36.387Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T07:35:36.388Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-31T07:35:36.390Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T07:35:36.391Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648712131671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/resourceInstances/pnf60cfa8a73f4b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:35:36.491Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-31T07:35:36.491Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T07:35:36.492Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fMYlM0c9WFZs1RBm) ...
2022-03-31T07:35:36.505Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:35:36.505Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-31T07:35:37.392Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T07:35:37.399Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-31T07:35:37.402Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T07:35:37.402Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648712131671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/resourceInstances/pnf60cfa8a73f4b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:35:37.502Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T07:35:37.504Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T07:35:37.504Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fMYlM0c9WFZs1RBm) ...
2022-03-31T07:35:37.522Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:35:37.523Z||pool-46-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-31T07:35:38.403Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T07:35:38.404Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-31T07:35:38.407Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T07:35:38.407Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648712131671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/artifacts/service-DemoPnf46yi5uuafw4wo8panf3k-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:35:38.508Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-31T07:35:38.510Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T07:35:38.510Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fMYlM0c9WFZs1RBm) ...
2022-03-31T07:35:38.539Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:35:38.540Z||pool-47-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-03-31T07:35:39.408Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T07:35:39.409Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-31T07:35:39.413Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T07:35:39.413Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648712131671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/artifacts/service-DemoPnf46yi5uuafw4wo8panf3k-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T07:35:39.515Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-31T07:35:39.516Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T07:35:39.516Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fMYlM0c9WFZs1RBm) ...
2022-03-31T07:35:39.530Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:35:39.531Z||pool-48-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-31T07:35:40.414Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "serviceName": "Demo_pNF_46yi5uUaFw4WO8paNf3K",
  "serviceVersion": "1.0",
  "serviceUUID": "a66be2d4-9ad3-4c09-9fdd-70728c309b66",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "0a2001a6-e8d1-493f-93e0-f8d6b2f036fd",
  "resources": [
    {
      "resourceInstanceName": "pNF 60cfa8a7-3f4b 0",
      "resourceCustomizationUUID": "6fb0c25d-8159-4db3-ae04-979f0e1012cc",
      "resourceName": "pNF 60cfa8a7-3f4b",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "8a86443f-7003-45ef-a929-91f04cdc6e6f",
      "resourceInvariantUUID": "8bbd4b51-838a-4d7a-8f45-8f3d2c05e4c9",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf46yi5uuafw4wo8panf3k-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/artifacts/service-DemoPnf46yi5uuafw4wo8panf3k-csar.csar",
      "artifactChecksum": "ZWFkMGJjZGM4YTRhM2ZiOTBiMzdjOGQxZDUyOThmMzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ce196c36-d312-4423-863c-3a0a5ee84403"
    }
  ],
  "workloadContext": "Production"
}
2022-03-31T07:35:40.415Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-31T07:35:40.416Z|c9722ae5-b87a-4c4b-b094-f6c3c43e6b71|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a66be2d4-9ad3-4c09-9fdd-70728c309b66 ASDC
2022-03-31T07:35:40.417Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:1b73b25b-2f5e-4aed-b5e5-56e52aa63e54
ServiceName:Demo_pNF_46yi5uUaFw4WO8paNf3K
ServiceVersion:1.0
ServiceUUID:a66be2d4-9ad3-4c09-9fdd-70728c309b66
ServiceInvariantUUID:0a2001a6-e8d1-493f-93e0-f8d6b2f036fd
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf46yi5uuafw4wo8panf3k-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/artifacts/service-DemoPnf46yi5uuafw4wo8panf3k-csar.csar
ArtifactUUID:ce196c36-d312-4423-863c-3a0a5ee84403
ArtifactChecksum:ZWFkMGJjZGM4YTRhM2ZiOTBiMzdjOGQxZDUyOThmMzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 60cfa8a7-3f4b 0
ResourceCustomizationUUID:6fb0c25d-8159-4db3-ae04-979f0e1012cc
ResourceInvariantUUID:8bbd4b51-838a-4d7a-8f45-8f3d2c05e4c9
ResourceName:pNF 60cfa8a7-3f4b
ResourceType:PNF
ResourceUUID:8a86443f-7003-45ef-a929-91f04cdc6e6f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-31T07:35:40.417Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a66be2d4-9ad3-4c09-9fdd-70728c309b66 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-31T07:35:40.459Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T07:35:40.461Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-31T07:35:40.461Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-31T07:35:40.461Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ce196c36-d312-4423-863c-3a0a5ee84403 from URL: /sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/artifacts/service-DemoPnf46yi5uuafw4wo8panf3k-csar.csar
2022-03-31T07:35:40.462Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-31T07:35:40.462Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/artifacts/service-DemoPnf46yi5uuafw4wo8panf3k-csar.csar
2022-03-31T07:35:40.751Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-31T07:35:40.755Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/artifacts/service-DemoPnf46yi5uuafw4wo8panf3k-csar.csar ce196c36-d312-4423-863c-3a0a5ee84403 82643
2022-03-31T07:35:40.755Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/artifacts/service-DemoPnf46yi5uuafw4wo8panf3k-csar.csar ASDC sendASDCNotification
2022-03-31T07:35:40.756Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/artifacts/service-DemoPnf46yi5uuafw4wo8panf3k-csar.csar
2022-03-31T07:35:40.756Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T07:35:40.757Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-31T07:35:40.759Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T07:35:40.759Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648712140755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/artifacts/service-DemoPnf46yi5uuafw4wo8panf3k-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T07:35:40.859Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T07:35:40.861Z||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.
2022-03-31T07:35:40.861Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fMYlM0c9WFZs1RBm) ...
2022-03-31T07:35:40.874Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:35:40.875Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-31T07:35:41.760Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T07:35:41.762Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-31T07:35:41.762Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: ce196c36-d312-4423-863c-3a0a5ee84403, URL: /sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/artifacts/service-DemoPnf46yi5uuafw4wo8panf3k-csar.csar to file: /app/ASDC/1/service-DemoPnf46yi5uuafw4wo8panf3k-csar.csar
2022-03-31T07:35:41.763Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf46yi5uuafw4wo8panf3k-csar.csar
2022-03-31T07:35:41.763Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf46yi5uuafw4wo8panf3k-csar.csar
2022-03-31T07:35:41.764Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf46yi5uuafw4wo8panf3k-csar.csar
2022-03-31T07:35:41.928Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2650544638724656396/Definitions/service-DemoPnf46yi5uuafw4wo8panf3k-template.yml
2022-03-31T07:35:43.001Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-31T07:35:43.001Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-31T07:35:43.001Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf46yi5uuafw4wo8panf3k-csar.csar
2022-03-31T07:35:43.001Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-31T07:35:43.002Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|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-DemoPnf46yi5uuafw4wo8panf3k-csar.csar
2022-03-31T07:35:43.002Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|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-DemoPnf46yi5uuafw4wo8panf3k-csar.csar
2022-03-31T07:35:43.002Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|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-DemoPnf46yi5uuafw4wo8panf3k-csar.csar
2022-03-31T07:35:43.002Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 60cfa8a7-3f4b 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-DemoPnf46yi5uuafw4wo8panf3k-csar.csar
2022-03-31T07:35:43.002Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|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-DemoPnf46yi5uuafw4wo8panf3k-csar.csar
2022-03-31T07:35:43.002Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|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-DemoPnf46yi5uuafw4wo8panf3k-csar.csar
2022-03-31T07:35:43.002Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|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-DemoPnf46yi5uuafw4wo8panf3k-csar.csar
2022-03-31T07:35:43.002Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-31T07:35:43.002Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T07:35:43.003Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_46yi5uUaFw4WO8paNf3K is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T07:35:43.003Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||DEBUG|500||Node template pNF 60cfa8a7-3f4b 0 is matching search criteria
2022-03-31T07:35:43.003Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-31T07:35:43.004Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 60cfa8a7-3f4b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T07:35:43.004Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T07:35:43.004Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_46yi5uUaFw4WO8paNf3K is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T07:35:43.004Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||DEBUG|500||Node template pNF 60cfa8a7-3f4b 0 is matching search criteria
2022-03-31T07:35:43.004Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-31T07:35:43.005Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 60cfa8a7-3f4b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T07:35:43.005Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T07:35:43.005Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_46yi5uUaFw4WO8paNf3K is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T07:35:43.005Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T07:35:43.005Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_46yi5uUaFw4WO8paNf3K is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T07:35:43.005Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T07:35:43.006Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_46yi5uUaFw4WO8paNf3K is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T07:35:43.006Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T07:35:43.006Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_46yi5uUaFw4WO8paNf3K is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T07:35:43.006Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T07:35:43.006Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_46yi5uUaFw4WO8paNf3K is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T07:35:43.006Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_46yi5uUaFw4WO8paNf3K
Description:catalog service description
Model UUID:a66be2d4-9ad3-4c09-9fdd-70728c309b66
Model Version:NULL
Model InvariantUuid:0a2001a6-e8d1-493f-93e0-f8d6b2f036fd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-31T07:35:43.016Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 8a86443f-7003-45ef-a929-91f04cdc6e6f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T07:35:43.022Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||INFO|500||pNF 60cfa8a7-3f4b 0
2022-03-31T07:35:43.022Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 8a86443f-7003-45ef-a929-91f04cdc6e6f
2022-03-31T07:35:43.022Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||DEBUG|500||No resources found for Service: a66be2d4-9ad3-4c09-9fdd-70728c309b66
2022-03-31T07:35:43.023Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: a66be2d4-9ad3-4c09-9fdd-70728c309b66
2022-03-31T07:35:43.023Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 60cfa8a7-3f4b 0 8a86443f-7003-45ef-a929-91f04cdc6e6f ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T07:35:43.029Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@28cdeb86, org.onap.sdc.toscaparser.api.parameters.Input@2f79671a, org.onap.sdc.toscaparser.api.parameters.Input@6fe87c93, org.onap.sdc.toscaparser.api.parameters.Input@35cf781, org.onap.sdc.toscaparser.api.parameters.Input@440abdb7]
2022-03-31T07:35:43.030Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T07:35:43.031Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_46yi5uUaFw4WO8paNf3K is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T07:35:43.031Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid a66be2d4-9ad3-4c09-9fdd-70728c309b66: pNF 60cfa8a7-3f4b
2022-03-31T07:35:43.031Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||INFO|500||Processing PNF resource: 8a86443f-7003-45ef-a929-91f04cdc6e6f
2022-03-31T07:35:43.032Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-31T07:35:43.032Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_46yi5uUaFw4WO8paNf3K is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T07:35:43.032Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||INFO|500||Resource customization UUID: 6fb0c25d-8159-4db3-ae04-979f0e1012cc is the same as notified resource customizationUUID: 6fb0c25d-8159-4db3-ae04-979f0e1012cc
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 (?, ?)
2022-03-31T07:35:43.070Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 60cfa8a7-3f4b 8a86443f-7003-45ef-a929-91f04cdc6e6f 0 ASDC deployResourceStructure
2022-03-31T07:35:43.071Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/artifacts/service-DemoPnf46yi5uuafw4wo8panf3k-csar.csar ASDC sendASDCNotification
2022-03-31T07:35:43.071Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/artifacts/service-DemoPnf46yi5uuafw4wo8panf3k-csar.csar
2022-03-31T07:35:43.071Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T07:35:43.071Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-31T07:35:43.073Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T07:35:43.074Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648712143071,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/artifacts/service-DemoPnf46yi5uuafw4wo8panf3k-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T07:35:43.174Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T07:35:43.175Z||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.
2022-03-31T07:35:43.175Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fMYlM0c9WFZs1RBm) ...
2022-03-31T07:35:43.187Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:35:43.187Z||pool-50-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T07:35:44.075Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b73b25b-2f5e-4aed-b5e5-56e52aa63e54
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T07:35:44.085Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b73b25b-2f5e-4aed-b5e5-56e52aa63e54
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T07:35:44.089Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T07:35:44.089Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-31T07:35:44.089Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-31T07:35:44.090Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-31T07:35:44.090Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T07:35:44.090Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T07:35:44.090Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T07:35:44.090Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T07:35:44.091Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T07:35:44.091Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-31T07:35:44.091Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T07:35:44.097Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-31T07:36:14.097Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1b73b25b-2f5e-4aed-b5e5-56e52aa63e54 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-31T07:36:14.103Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1b73b25b-2f5e-4aed-b5e5-56e52aa63e54 and serviceModelVersionId: a66be2d4-9ad3-4c09-9fdd-70728c309b66
2022-03-31T07:36:14.103Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0a2001a6-e8d1-493f-93e0-f8d6b2f036fd
2022-03-31T07:36:14.105Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0a2001a6-e8d1-493f-93e0-f8d6b2f036fd/model-vers/model-ver/a66be2d4-9ad3-4c09-9fdd-70728c309b66?depth=0
2022-03-31T07:36:14.112Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-03-31T07:36:14.183Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|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/0a2001a6-e8d1-493f-93e0-f8d6b2f036fd/model-vers/model-ver/a66be2d4-9ad3-4c09-9fdd-70728c309b66?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-31T07:36:14.186Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a2001a6-e8d1-493f-93e0-f8d6b2f036fd/model-vers/model-ver/a66be2d4-9ad3-4c09-9fdd-70728c309b66?depth=0|INFO|500||Invoke
2022-03-31T07:36:14.220Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a2001a6-e8d1-493f-93e0-f8d6b2f036fd/model-vers/model-ver/a66be2d4-9ad3-4c09-9fdd-70728c309b66?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-31T07:36:14.660Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a2001a6-e8d1-493f-93e0-f8d6b2f036fd/model-vers/model-ver/a66be2d4-9ad3-4c09-9fdd-70728c309b66?depth=0|INFO|500||InvokeReturn
2022-03-31T07:36:14.661Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|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/0a2001a6-e8d1-493f-93e0-f8d6b2f036fd/model-vers/model-ver/a66be2d4-9ad3-4c09-9fdd-70728c309b66?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220331-07:36:14:229-83604], vertex-id=[184448], Content-Length=[0], Date=[Thu, 31 Mar 2022 07:36:14 GMT], Content-Type=[application/json]}
2022-03-31T07:36:14.661Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-03-31T07:36:14.663Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-31T07:36:14.663Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T07:36:14.669Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-31T07:36:14.669Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1b73b25b-2f5e-4aed-b5e5-56e52aa63e54 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-31T07:36:14.670Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-31T07:36:14.670Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-31T07:36:14.674Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T07:36:14.674Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648712174669,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-31T07:36:14.773Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-31T07:36:14.774Z||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.
2022-03-31T07:36:14.775Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fMYlM0c9WFZs1RBm) ...
2022-03-31T07:36:14.789Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:36:14.790Z||pool-51-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-31T07:36:31.672Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:36:31.673Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:36:31.673Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fMYlM0c9WFZs1RBm) ...
2022-03-31T07:36:31.673Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:36:31.680Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:36:31.680Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:36:31.805Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:36:31.806Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T07:36:31.806Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648712131671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/resourceInstances/pnf60cfa8a73f4b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:36:31.807Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:36:41.234Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:37:31.672Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:37:31.673Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:37:31.673Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:37:31.677Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:37:31.677Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:37:31.677Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:37:32.216Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:37:32.217Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-31T07:37:32.217Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648712131671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/resourceInstances/pnf60cfa8a73f4b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:37:32.217Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:37:32.218Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-31T07:37:32.218Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "clamp",
  "timestamp": 1648712133270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/artifacts/service-DemoPnf46yi5uuafw4wo8panf3k-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T07:37:32.218Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T07:37:32.218Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-31T07:37:32.218Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648712131671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/resourceInstances/pnf60cfa8a73f4b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:37:32.218Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:37:32.218Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-31T07:37:32.219Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648712131671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/resourceInstances/pnf60cfa8a73f4b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:37:32.219Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:37:32.219Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-31T07:37:32.219Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "clamp",
  "timestamp": 1648712135279,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/artifacts/service-DemoPnf46yi5uuafw4wo8panf3k-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T07:37:32.219Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T07:37:32.219Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-31T07:37:32.219Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648712131671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/resourceInstances/pnf60cfa8a73f4b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:37:32.219Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:37:32.220Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-31T07:37:32.220Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "clamp",
  "timestamp": 1648712136283,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T07:37:32.229Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1b73b25b-2f5e-4aed-b5e5-56e52aa63e54
2022-03-31T07:37:32.230Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b73b25b-2f5e-4aed-b5e5-56e52aa63e54 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T07:37:32.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-31T07:37:32.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648712131671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/resourceInstances/pnf60cfa8a73f4b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:37:32.259Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:37:32.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-31T07:37:32.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648712131671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/artifacts/service-DemoPnf46yi5uuafw4wo8panf3k-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-31T07:37:32.260Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:37:32.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-31T07:37:32.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648712131671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/artifacts/service-DemoPnf46yi5uuafw4wo8panf3k-csar.csar",
  "status": "NOTIFIED"
}
2022-03-31T07:37:32.260Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-31T07:37:32.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-31T07:37:32.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648712140755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/artifacts/service-DemoPnf46yi5uuafw4wo8panf3k-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-31T07:37:32.261Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T07:37:32.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-31T07:37:32.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648712143071,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf46yi5uuafw4wo8panf3k/1.0/artifacts/service-DemoPnf46yi5uuafw4wo8panf3k-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-31T07:37:32.261Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T07:37:32.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-31T07:37:32.263Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b73b25b-2f5e-4aed-b5e5-56e52aa63e54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648712174669,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-31T07:37:32.263Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T07:37:41.248Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:38:31.674Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:38:31.675Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:38:31.675Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:38:31.675Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:38:31.677Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:38:31.677Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:38:41.242Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:38:41.242Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:39:31.672Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:39:31.674Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:39:31.675Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:39:31.675Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:39:31.676Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:39:31.676Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:39:41.282Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:39:41.293Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:40:31.671Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:40:31.672Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:40:31.673Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:40:31.674Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:40:31.674Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:40:31.675Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:40:41.230Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:40:41.235Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:41:31.671Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:41:31.672Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:41:31.672Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:41:31.674Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:41:31.675Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:41:31.675Z|061316e7-459b-40b4-90f3-652f75465d88|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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:41:41.227Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:41:41.227Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:42:31.671Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:42:31.672Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:42:31.672Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:42:31.677Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:42:31.678Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:42:31.684Z|061316e7-459b-40b4-90f3-652f75465d88|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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:42:41.234Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:42:41.255Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:43:31.672Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:43:31.684Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:43:31.685Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:43:31.685Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:43:31.686Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:43:31.685Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:43:41.245Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:43:41.245Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:44:31.671Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:44:31.673Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:44:31.673Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:44:31.674Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:44:31.674Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:44:31.674Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:44:41.265Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:44:41.266Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:45:31.671Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:45:31.672Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:45:31.672Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:45:31.674Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:45:31.674Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:45:31.674Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:45:41.236Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:45:41.244Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:46:31.672Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:46:31.673Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:46:31.673Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:46:31.675Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:46:31.675Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:46:31.675Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:46:41.235Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:46:41.235Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:47:31.672Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:47:31.673Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:47:31.673Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:47:31.673Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:47:31.674Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:47:31.674Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:47:41.235Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:47:41.247Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:48:31.671Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:48:31.674Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:48:31.674Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:48:31.674Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:48:31.674Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:48:31.674Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:48:41.236Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:48:41.236Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:49:31.675Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:49:31.676Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:49:31.677Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:49:31.677Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:49:31.685Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:49:31.685Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:49:41.241Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:49:41.242Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:50:31.671Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:50:31.672Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:50:31.674Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:50:31.674Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:50:31.674Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:50:31.674Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:50:41.261Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:50:41.261Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:51:31.671Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:51:31.673Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:51:31.673Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:51:31.674Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:51:31.674Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:51:31.674Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:51:41.243Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:51:41.246Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:52:31.671Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:52:31.672Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:52:31.672Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:52:31.673Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:52:31.684Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:52:31.684Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:52:41.239Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:52:41.241Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:53:31.673Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:53:31.674Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:53:31.675Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:53:31.675Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:53:31.675Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:53:31.675Z|061316e7-459b-40b4-90f3-652f75465d88|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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:53:41.250Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:53:41.251Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:54:31.672Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:54:31.673Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:54:31.673Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:54:31.676Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:54:31.680Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:54:31.680Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:54:41.240Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:54:41.275Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:55:31.671Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:55:31.672Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:55:31.672Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:55:31.674Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:55:31.675Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:55:31.675Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:55:41.238Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:55:41.253Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:56:31.671Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:56:31.672Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:56:31.674Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:56:31.674Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:56:31.674Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:56:31.674Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:56:41.234Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:56:41.234Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:57:31.672Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:57:31.674Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:57:31.674Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:57:31.674Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:57:31.683Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:57:31.684Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:57:41.227Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:57:41.237Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:58:31.672Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:58:31.674Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:58:31.675Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:58:31.675Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:58:31.676Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:58:31.676Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:58:41.233Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:58:41.233Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:59:31.674Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:59:31.675Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:59:31.676Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:59:31.675Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T07:59:31.677Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T07:59:31.678Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T07:59:41.234Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T07:59:41.238Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T08:00:31.671Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T08:00:31.672Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T08:00:31.673Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T08:00:31.674Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T08:00:31.675Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T08:00:31.675Z|061316e7-459b-40b4-90f3-652f75465d88|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 fMYlM0c9WFZs1RBm) ...
2022-03-31T08:00:41.243Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T08:00:41.243Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T08:01:31.671Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T08:01:31.672Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T08:01:31.672Z|061316e7-459b-40b4-90f3-652f75465d88|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 fMYlM0c9WFZs1RBm) ...
2022-03-31T08:01:31.676Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T08:01:31.679Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T08:01:31.684Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T08:01:41.231Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T08:01:41.233Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T08:02:31.671Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T08:02:31.672Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T08:02:31.672Z|061316e7-459b-40b4-90f3-652f75465d88|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 fMYlM0c9WFZs1RBm) ...
2022-03-31T08:02:31.677Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T08:02:31.685Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T08:02:31.685Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T08:02:41.232Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T08:02:41.249Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T08:03:31.671Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T08:03:31.675Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T08:03:31.675Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T08:03:31.675Z|061316e7-459b-40b4-90f3-652f75465d88|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 fMYlM0c9WFZs1RBm) ...
2022-03-31T08:03:31.680Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T08:03:31.681Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T08:03:41.243Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T08:03:41.250Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T08:04:31.672Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T08:04:31.674Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T08:04:31.674Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T08:04:31.674Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T08:04:31.674Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T08:04:31.675Z|061316e7-459b-40b4-90f3-652f75465d88|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 fMYlM0c9WFZs1RBm) ...
2022-03-31T08:04:41.243Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T08:04:41.246Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T08:05:31.672Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T08:05:31.673Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T08:05:31.673Z|061316e7-459b-40b4-90f3-652f75465d88|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 fMYlM0c9WFZs1RBm) ...
2022-03-31T08:05:31.675Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T08:05:31.676Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T08:05:31.676Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T08:05:41.234Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T08:05:41.248Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T08:06:31.671Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T08:06:31.674Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T08:06:31.677Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T08:06:31.677Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T08:06:31.677Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T08:06:31.680Z|061316e7-459b-40b4-90f3-652f75465d88|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 fMYlM0c9WFZs1RBm) ...
2022-03-31T08:06:41.240Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T08:06:41.242Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T08:07:31.671Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T08:07:31.672Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T08:07:31.672Z|061316e7-459b-40b4-90f3-652f75465d88|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 fMYlM0c9WFZs1RBm) ...
2022-03-31T08:07:31.674Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T08:07:31.675Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T08:07:31.675Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T08:07:41.243Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T08:07:41.255Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T08:08:31.671Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T08:08:31.672Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T08:08:31.673Z|061316e7-459b-40b4-90f3-652f75465d88|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 fMYlM0c9WFZs1RBm) ...
2022-03-31T08:08:31.675Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T08:08:31.675Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T08:08:31.675Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|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 fMYlM0c9WFZs1RBm) ...
2022-03-31T08:08:41.233Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T08:08:41.233Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T08:09:31.672Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T08:09:31.674Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T08:09:31.674Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T08:09:31.674Z|061316e7-459b-40b4-90f3-652f75465d88|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 fMYlM0c9WFZs1RBm) ...
2022-03-31T08:09:31.674Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T08:09:31.674Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T08:09:41.246Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T08:09:41.249Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T08:10:31.671Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T08:10:31.673Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T08:10:31.674Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T08:10:31.674Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T08:10:31.674Z|061316e7-459b-40b4-90f3-652f75465d88|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 fMYlM0c9WFZs1RBm) ...
2022-03-31T08:10:31.674Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T08:10:41.243Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T08:10:41.243Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T08:11:31.671Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T08:11:31.673Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T08:11:31.673Z|061316e7-459b-40b4-90f3-652f75465d88|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 fMYlM0c9WFZs1RBm) ...
2022-03-31T08:11:31.675Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T08:11:31.676Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T08:11:31.681Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|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 fMYlM0c9WFZs1RBm) ...
2022-03-31T08:11:41.253Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T08:11:41.264Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T08:12:31.671Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T08:12:31.673Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T08:12:31.673Z|061316e7-459b-40b4-90f3-652f75465d88|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 fMYlM0c9WFZs1RBm) ...
2022-03-31T08:12:31.673Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T08:12:31.674Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T08:12:31.674Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T08:12:41.232Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T08:12:41.233Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T08:13:31.672Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T08:13:31.673Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T08:13:31.673Z|061316e7-459b-40b4-90f3-652f75465d88|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 fMYlM0c9WFZs1RBm) ...
2022-03-31T08:13:31.673Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T08:13:31.674Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T08:13:31.674Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T08:13:41.240Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T08:13:41.246Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T08:14:31.671Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T08:14:31.673Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T08:14:31.673Z|061316e7-459b-40b4-90f3-652f75465d88|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 fMYlM0c9WFZs1RBm) ...
2022-03-31T08:14:31.677Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T08:14:31.678Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T08:14:31.678Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T08:14:41.242Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T08:14:41.241Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T08:15:31.672Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T08:15:31.674Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T08:15:31.674Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T08:15:31.674Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T08:15:31.674Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T08:15:31.674Z|061316e7-459b-40b4-90f3-652f75465d88|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 fMYlM0c9WFZs1RBm) ...
2022-03-31T08:15:41.230Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T08:15:41.240Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T08:16:31.671Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T08:16:31.672Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T08:16:31.672Z|061316e7-459b-40b4-90f3-652f75465d88|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 fMYlM0c9WFZs1RBm) ...
2022-03-31T08:16:31.679Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T08:16:31.680Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T08:16:31.680Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|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 fMYlM0c9WFZs1RBm) ...
2022-03-31T08:16:41.239Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T08:16:41.251Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T08:17:31.671Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T08:17:31.674Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T08:17:31.674Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T08:17:31.675Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T08:17:31.686Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T08:17:31.686Z|061316e7-459b-40b4-90f3-652f75465d88|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 fMYlM0c9WFZs1RBm) ...
2022-03-31T08:17:41.259Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T08:17:41.259Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T08:18:31.672Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T08:18:31.673Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T08:18:31.673Z|061316e7-459b-40b4-90f3-652f75465d88|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 fMYlM0c9WFZs1RBm) ...
2022-03-31T08:18:31.677Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T08:18:31.684Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T08:18:31.685Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T08:18:41.231Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T08:18:41.231Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T08:19:31.673Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T08:19:31.674Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T08:19:31.675Z|061316e7-459b-40b4-90f3-652f75465d88|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 fMYlM0c9WFZs1RBm) ...
2022-03-31T08:19:31.674Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T08:19:31.684Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T08:19:31.685Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T08:19:41.236Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T08:19:41.238Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T08:20:31.674Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T08:20:31.676Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T08:20:31.676Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|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 fMYlM0c9WFZs1RBm) ...
2022-03-31T08:20:31.672Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T08:20:31.685Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T08:20:31.685Z|061316e7-459b-40b4-90f3-652f75465d88|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 fMYlM0c9WFZs1RBm) ...
2022-03-31T08:20:41.237Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T08:20:41.241Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T08:21:31.671Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T08:21:31.673Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T08:21:31.673Z|061316e7-459b-40b4-90f3-652f75465d88|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 fMYlM0c9WFZs1RBm) ...
2022-03-31T08:21:31.675Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T08:21:31.675Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T08:21:31.675Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T08:21:41.256Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T08:21:41.259Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T08:22:31.671Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T08:22:31.672Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T08:22:31.672Z|061316e7-459b-40b4-90f3-652f75465d88|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 fMYlM0c9WFZs1RBm) ...
2022-03-31T08:22:31.673Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T08:22:31.674Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T08:22:31.674Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T08:22:41.236Z|061316e7-459b-40b4-90f3-652f75465d88|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T08:22:41.236Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T08:23:31.671Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T08:23:31.672Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T08:23:31.672Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T08:23:31.676Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T08:23:31.680Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T08:23:31.680Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T08:23:41.242Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T08:23:41.246Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T08:24:31.671Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T08:24:31.673Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T08:24:31.673Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T08:24:31.674Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T08:24:31.675Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T08:24:31.675Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T08:24:41.247Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T08:24:41.250Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T08:25:31.672Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T08:25:31.673Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T08:25:31.673Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|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 fMYlM0c9WFZs1RBm) ...
2022-03-31T08:25:31.674Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T08:25:31.676Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T08:25:31.676Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|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 fMYlM0c9WFZs1RBm) ...
2022-03-31T08:25:41.253Z|1b73b25b-2f5e-4aed-b5e5-56e52aa63e54|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T08:25:41.252Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T08:26:31.672Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T08:26:31.674Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T08:26:31.674Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T08:26:31.674Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T08:26:31.674Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T08:26:31.674Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|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 fMYlM0c9WFZs1RBm) ...
2022-03-31T08:26:41.260Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T08:26:41.269Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T08:27:31.672Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T08:27:31.673Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T08:27:31.673Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|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 fMYlM0c9WFZs1RBm) ...
2022-03-31T08:27:31.674Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T08:27:31.674Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T08:27:31.675Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T08:27:41.249Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T08:27:41.251Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T08:28:31.672Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T08:28:31.673Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T08:28:31.673Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|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 fMYlM0c9WFZs1RBm) ...
2022-03-31T08:28:31.678Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T08:28:31.678Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T08:28:31.679Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T08:28:41.236Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T08:28:41.244Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T08:29:31.671Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T08:29:31.672Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T08:29:31.672Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|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 fMYlM0c9WFZs1RBm) ...
2022-03-31T08:29:31.673Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T08:29:31.674Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T08:29:31.674Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T08:29:41.249Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T08:29:41.250Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T08:30:31.673Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T08:30:31.675Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T08:30:31.675Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T08:30:31.676Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T08:30:31.676Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|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 fMYlM0c9WFZs1RBm) ...
2022-03-31T08:30:31.676Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T08:30:41.235Z|4c1f99b1-2bcb-4822-beed-173f00797c8a|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T08:30:41.242Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T08:31:31.672Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T08:31:31.674Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T08:31:31.676Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T08:31:31.675Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T08:31:31.687Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T08:31:31.688Z||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 fMYlM0c9WFZs1RBm) ...
2022-03-31T08:31:41.247Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-31T08:31:41.257Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK