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-11-18T17:26:54.621Z||main|||||INFO|500||The following profiles are active: basic
2022-11-18T17:27:06.528Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-18T17:27:06.528Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-18T17:27:06.646Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-18T17:27:10.907Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-18T17:27:11.366Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-18T17:27:11.839Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-18T17:27:11.846Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-18T17:27:11.943Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-18T17:27:12.197Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-18T17:27:12.837Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-18T17:27:14.541Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-18T17:27:16.480Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-18T17:27:16.548Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-18T17:27:17.140Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-18T17:27:17.349Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-11-18T17:27:18.123Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-18T17:27:19.042Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-11-18T17:27:19.074Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: 
java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
	at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
	at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
	at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$b3d2088f.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-11-18T17:27:19.076Z||main|||||WARN|500||The sdc end point is not alive
2022-11-18T17:27:21.615Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-11-18T17:27:23.993Z||main|||||WARN|500||---
2022-11-18T17:27:23.993Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-18T17:27:23.993Z||main|||||WARN|500||---
2022-11-18T17:27:24.357Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-18T17:27:29.600Z||main|||||INFO|500||Started Application in 37.982 seconds (JVM running for 39.923)
2022-11-18T17:27:29.615Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-18T17:27:29.616Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-18T17:27:29.635Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-18T17:27:29.670Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-18T17:27:29.708Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 38a74fea-8a6d-489e-8871-32feed403996 url= /sdc/v1/artifactTypes
2022-11-18T17:27:29.708Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-18T17:27:29.980Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-18T17:27:30.006Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-11-18T17:27:30.031Z||scheduling-1|||||DEBUG|500||create keys
2022-11-18T17:27:30.043Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-18T17:27:30.097Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T17:27:30.111Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 9cb73b16-857e-4e4c-9c46-96032c712bdb url= /sdc/v1/registerForDistribution
2022-11-18T17:27:30.258Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 9cb73b16-857e-4e4c-9c46-96032c712bdb url= /sdc/v1/registerForDistribution
2022-11-18T17:27:30.258Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-18T17:27:30.269Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:27:30.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:27:30.275Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:27:30.276Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:27:30.276Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:27:30.276Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-18T17:27:30.277Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:27:40.719Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T17:27:40.720Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T17:28:30.267Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:28:30.268Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:28:30.269Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:28:30.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:28:30.271Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:28:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:28:39.885Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T17:28:39.905Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T17:29:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:29:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:29:30.268Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AgCBvFByRqd0UYSo) ...
2022-11-18T17:29:30.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:29:30.271Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:29:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:29:39.841Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T17:29:39.841Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T17:30:30.267Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:30:30.269Z||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-11-18T17:30:30.269Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:30:30.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:30:30.272Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:30:30.273Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:30:39.830Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T17:30:39.836Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T17:31:30.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:31:30.268Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:31:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:31:30.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:31:30.271Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:31:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:31:39.834Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T17:31:39.835Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T17:32:30.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:32:30.268Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:32:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:32:30.270Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:32:30.270Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:32:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:32:39.848Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T17:32:39.849Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T17:33:30.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:33:30.268Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:33:30.269Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:33:30.270Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:33:30.271Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:33:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:33:39.835Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T17:33:39.846Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T17:34:30.268Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:34:30.270Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:34:30.271Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:34:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:34:30.273Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:34:30.273Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:34:39.816Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T17:34:39.818Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T17:35:30.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:35:30.268Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:35:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:35:30.270Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:35:30.271Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:35:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:35:39.840Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T17:35:39.840Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T17:36:30.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:36:30.268Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:36:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:36:30.270Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:36:30.271Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:36:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:36:39.808Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T17:36:39.818Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T17:37:09.666Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-18T17:37:30.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:37:30.268Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:37:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:37:30.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:37:30.270Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:37:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:37:39.848Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T17:37:39.848Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T17:38:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:38:30.269Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:38:30.269Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AgCBvFByRqd0UYSo) ...
2022-11-18T17:38:30.270Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:38:30.272Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:38:30.273Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:38:39.814Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T17:38:39.814Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T17:39:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:39:30.269Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:39:30.269Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AgCBvFByRqd0UYSo) ...
2022-11-18T17:39:30.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:39:30.270Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:39:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:39:39.825Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T17:39:39.831Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T17:40:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:40:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:40:30.268Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AgCBvFByRqd0UYSo) ...
2022-11-18T17:40:30.270Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:40:30.270Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:40:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:40:39.835Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T17:40:39.834Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T17:41:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:41:30.269Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:41:30.269Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AgCBvFByRqd0UYSo) ...
2022-11-18T17:41:30.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:41:30.270Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:41:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:41:39.835Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T17:41:39.850Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T17:42:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:42:30.269Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:42:30.270Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AgCBvFByRqd0UYSo) ...
2022-11-18T17:42:30.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:42:30.271Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:42:30.272Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:42:39.810Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T17:42:39.813Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T17:43:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:43:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:43:30.269Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AgCBvFByRqd0UYSo) ...
2022-11-18T17:43:30.270Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:43:30.270Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:43:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:43:39.808Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T17:43:39.810Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T17:44:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:44:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:44:30.268Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AgCBvFByRqd0UYSo) ...
2022-11-18T17:44:30.270Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:44:30.271Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:44:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:44:39.831Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T17:44:39.831Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T17:45:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:45:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:45:30.268Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AgCBvFByRqd0UYSo) ...
2022-11-18T17:45:30.270Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:45:30.270Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:45:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:45:39.852Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T17:45:39.858Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T17:46:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:46:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:46:30.268Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AgCBvFByRqd0UYSo) ...
2022-11-18T17:46:30.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:46:30.270Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:46:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:46:39.846Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T17:46:39.846Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T17:47:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:47:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:47:30.268Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AgCBvFByRqd0UYSo) ...
2022-11-18T17:47:30.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:47:30.270Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:47:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:47:39.847Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T17:47:39.847Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T17:48:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:48:30.269Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:48:30.269Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AgCBvFByRqd0UYSo) ...
2022-11-18T17:48:30.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:48:30.271Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:48:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:48:39.835Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T17:48:39.844Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T17:49:30.268Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:49:30.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:49:30.270Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:49:30.270Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:49:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:49:30.271Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AgCBvFByRqd0UYSo) ...
2022-11-18T17:49:39.817Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T17:49:39.817Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T17:50:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:50:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:50:30.268Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AgCBvFByRqd0UYSo) ...
2022-11-18T17:50:30.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:50:30.270Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:50:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:50:39.819Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T17:50:39.834Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T17:51:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:51:30.269Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:51:30.269Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AgCBvFByRqd0UYSo) ...
2022-11-18T17:51:30.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:51:30.270Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:51:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:51:39.834Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T17:51:39.836Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T17:52:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:52:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:52:30.268Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AgCBvFByRqd0UYSo) ...
2022-11-18T17:52:30.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:52:30.270Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:52:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:52:39.824Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T17:52:39.827Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T17:53:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:53:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:53:30.268Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AgCBvFByRqd0UYSo) ...
2022-11-18T17:53:30.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:53:30.270Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:53:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:53:39.840Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T17:53:39.839Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T17:54:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:54:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:54:30.268Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AgCBvFByRqd0UYSo) ...
2022-11-18T17:54:30.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:54:30.270Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:54:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:54:39.836Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T17:54:39.837Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T17:55:05.258Z||http-nio-8085-exec-10|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [0x160x030x010x020x000x010x000x010xfc0x030x030xb00xf7p\0xc50x880xa1&0xb93F0xcctzh0x150xf70xc20xffz0x1b30x16D0x0e,P0x10o0xa90xca:]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-18T17:55:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:55:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:55:30.268Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AgCBvFByRqd0UYSo) ...
2022-11-18T17:55:30.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:55:30.270Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:55:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:55:39.912Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T17:55:39.913Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T17:56:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:56:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:56:30.268Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AgCBvFByRqd0UYSo) ...
2022-11-18T17:56:30.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:56:30.270Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:56:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:56:39.827Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T17:56:39.828Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T17:57:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:57:30.269Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:57:30.269Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AgCBvFByRqd0UYSo) ...
2022-11-18T17:57:30.270Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:57:30.270Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:57:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:57:39.858Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T17:57:39.858Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T17:58:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:58:30.270Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:58:30.270Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AgCBvFByRqd0UYSo) ...
2022-11-18T17:58:30.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:58:30.271Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:58:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:58:39.826Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T17:58:39.828Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T17:59:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:59:30.269Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:59:30.269Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AgCBvFByRqd0UYSo) ...
2022-11-18T17:59:30.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T17:59:30.270Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T17:59:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T17:59:39.827Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T17:59:39.853Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:00:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:00:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:00:30.268Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AgCBvFByRqd0UYSo) ...
2022-11-18T18:00:30.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:00:30.270Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:00:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:00:39.826Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:00:39.826Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:01:30.267Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:01:30.269Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:01:30.269Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:01:30.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:01:30.273Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:01:30.273Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:01:39.816Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:01:39.817Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:02:30.267Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:02:30.268Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:02:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:02:30.269Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:02:30.270Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:02:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:02:39.809Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:02:39.810Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:03:30.267Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:03:30.268Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:03:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:03:30.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:03:30.270Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:03:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:03:39.860Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:03:39.860Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:04:30.267Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:04:30.268Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:04:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:04:30.270Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:04:30.270Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:04:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:04:39.832Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:04:39.833Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:05:30.267Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:05:30.268Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:05:30.269Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:05:30.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:05:30.270Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:05:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:05:39.841Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:05:39.842Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:06:30.268Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:06:30.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:06:30.270Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:06:30.271Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:06:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:06:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:06:39.844Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:06:39.844Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:07:30.267Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:07:30.268Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:07:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:07:30.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:07:30.271Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:07:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:07:39.841Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:07:39.841Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:08:30.267Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:08:30.268Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:08:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:08:30.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:08:30.270Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:08:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:08:39.821Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:08:39.864Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:09:30.267Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:09:30.269Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:09:30.269Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:09:30.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:09:30.270Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:09:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:09:39.881Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:09:39.893Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:10:30.267Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:10:30.268Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:10:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:10:30.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:10:30.270Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:10:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:10:39.864Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:10:39.865Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:11:30.267Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:11:30.268Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:11:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:11:30.270Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:11:30.270Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:11:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:11:39.852Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:11:39.853Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:12:30.267Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:12:30.268Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:12:30.269Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:12:30.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:12:30.271Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:12:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:12:39.836Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:12:39.842Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:13:30.267Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:13:30.268Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:13:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:13:30.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:13:30.270Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:13:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:13:39.844Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:13:39.847Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:14:30.267Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:14:30.270Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:14:30.270Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:14:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:14:30.270Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:14:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:14:39.838Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:14:39.845Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:15:30.267Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:15:30.268Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:15:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:15:30.270Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:15:30.270Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:15:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:15:39.829Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:15:39.829Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:16:30.267Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:16:30.268Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:16:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:16:30.270Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:16:30.270Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:16:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:16:39.839Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:16:39.845Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:17:30.267Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:17:30.268Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:17:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:17:30.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:17:30.271Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:17:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:17:39.839Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:17:39.848Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:18:30.267Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:18:30.268Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:18:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:18:30.270Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:18:30.270Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:18:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:18:39.815Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:18:39.815Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:19:30.267Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:19:30.268Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:19:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:19:30.270Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:19:30.271Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:19:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:19:39.879Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:19:39.884Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:20:30.268Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:20:30.269Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:20:30.269Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:20:30.270Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:20:30.270Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:20:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:20:39.813Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:20:39.813Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:21:30.267Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:21:30.268Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:21:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:21:30.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:21:30.270Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:21:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:21:39.845Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:21:39.845Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:22:30.267Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:22:30.269Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:22:30.269Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:22:30.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:22:30.270Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:22:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:22:39.813Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:22:39.817Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:23:30.267Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:23:30.268Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:23:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:23:30.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:23:30.270Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:23:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:23:39.854Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:23:39.854Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:24:30.267Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:24:30.268Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:24:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:24:30.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:24:30.270Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:24:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:24:39.810Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:24:39.811Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:25:30.268Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:25:30.269Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:25:30.269Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:25:30.270Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:25:30.270Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:25:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:25:39.830Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:25:39.883Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:26:30.267Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:26:30.268Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:26:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:26:30.270Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:26:30.270Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:26:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:26:39.859Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:26:39.862Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:27:30.267Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:27:30.268Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:27:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:27:30.270Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:27:30.270Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:27:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:27:39.836Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:27:39.844Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:28:30.267Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:28:30.268Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:28:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:28:30.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:28:30.270Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:28:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:28:39.939Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:28:39.941Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:29:30.267Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:29:30.269Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:29:30.269Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:29:30.270Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:29:30.270Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:29:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:29:39.813Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:29:39.814Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:30:30.267Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:30:30.269Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:30:30.269Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:30:30.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:30:30.270Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:30:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:30:39.809Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:30:39.810Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:31:30.267Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:31:30.268Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:31:30.269Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:31:30.270Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:31:30.270Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:31:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:31:39.818Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:31:39.818Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:32:30.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:32:30.268Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:32:30.269Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:32:30.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:32:30.270Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:32:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:32:39.838Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:32:39.838Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:33:30.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:33:30.268Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:33:30.269Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:33:30.270Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:33:30.270Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:33:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:33:39.845Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:33:39.851Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:34:30.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:34:30.268Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:34:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:34:30.270Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:34:30.270Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:34:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:34:39.840Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:34:39.842Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:35:30.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:35:30.268Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:35:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:35:30.270Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:35:30.270Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:35:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:35:39.841Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:35:39.841Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:36:30.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:36:30.268Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:36:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:36:30.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:36:30.270Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:36:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:36:39.837Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:36:39.839Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:37:30.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:37:30.268Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:37:30.269Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:37:30.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:37:30.270Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:37:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:37:39.837Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:37:39.844Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:38:30.269Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:38:30.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:38:30.271Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:38:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:38:30.271Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:38:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:38:39.823Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:38:39.825Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:39:30.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:39:30.268Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:39:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:39:30.270Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:39:30.270Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:39:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:39:39.816Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:39:39.817Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:40:30.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:40:30.268Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:40:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:40:30.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:40:30.270Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:40:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:40:39.847Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:40:39.848Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:41:30.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:41:30.268Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:41:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:41:30.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:41:30.270Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:41:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:41:39.830Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:41:39.831Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:42:30.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:42:30.268Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:42:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:42:30.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:42:30.270Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:42:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:42:39.827Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:42:39.832Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:43:30.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:43:30.268Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:43:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:43:30.270Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:43:30.270Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:43:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:43:39.842Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:43:39.845Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:44:30.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:44:30.268Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:44:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:44:30.270Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:44:30.270Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:44:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:44:39.847Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:44:39.852Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:45:30.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:45:30.269Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:45:30.269Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:45:30.270Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:45:30.270Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:45:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:45:39.848Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:45:39.854Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:46:30.267Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:46:30.269Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:46:30.269Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:46:30.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:46:30.271Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:46:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:46:39.846Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:46:39.846Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:47:30.267Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:47:30.268Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:47:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:47:30.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:47:30.270Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:47:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:47:39.846Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:47:39.847Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:48:30.267Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:48:30.268Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:48:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:48:30.270Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:48:30.270Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:48:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:48:39.817Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:48:39.818Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:49:30.267Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:49:30.268Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:49:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:49:30.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:49:30.270Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:49:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:49:39.831Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:49:39.833Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:50:30.267Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:50:30.268Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:50:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:50:30.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:50:30.270Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:50:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:50:39.828Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:50:39.830Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:51:30.267Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:51:30.268Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:51:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:51:30.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:51:30.270Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:51:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:51:39.816Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:51:39.816Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:52:30.267Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:52:30.268Z||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-11-18T18:52:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:52:30.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:52:30.270Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:52:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:52:39.826Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:52:39.826Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:53:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:53:30.269Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:53:30.269Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AgCBvFByRqd0UYSo) ...
2022-11-18T18:53:30.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:53:30.271Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:53:30.272Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:53:39.849Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:53:39.849Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:54:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:54:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:54:30.268Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AgCBvFByRqd0UYSo) ...
2022-11-18T18:54:30.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:54:30.270Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:54:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:54:39.857Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:54:39.861Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:55:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:55:30.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:55:30.270Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:55:30.270Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:55:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:55:30.271Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AgCBvFByRqd0UYSo) ...
2022-11-18T18:55:39.886Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:55:39.886Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:56:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:56:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:56:30.269Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AgCBvFByRqd0UYSo) ...
2022-11-18T18:56:30.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:56:30.270Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:56:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:56:39.814Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:56:39.814Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:57:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:57:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:57:30.268Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AgCBvFByRqd0UYSo) ...
2022-11-18T18:57:30.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:57:30.270Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:57:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:57:39.833Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:57:39.836Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:58:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:58:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:58:30.268Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AgCBvFByRqd0UYSo) ...
2022-11-18T18:58:30.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:58:30.270Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:58:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:58:39.812Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:58:39.813Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:59:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:59:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:59:30.268Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AgCBvFByRqd0UYSo) ...
2022-11-18T18:59:30.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T18:59:30.270Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T18:59:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T18:59:39.815Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T18:59:39.819Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:00:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:00:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:00:30.268Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AgCBvFByRqd0UYSo) ...
2022-11-18T19:00:30.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:00:30.270Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:00:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:00:39.818Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:00:39.824Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:01:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:01:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:01:30.268Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AgCBvFByRqd0UYSo) ...
2022-11-18T19:01:30.270Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:01:30.270Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:01:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:01:39.824Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:01:39.824Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:02:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:02:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:02:30.268Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AgCBvFByRqd0UYSo) ...
2022-11-18T19:02:30.270Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:02:30.270Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:02:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:02:39.840Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:02:39.840Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:03:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:03:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:03:30.268Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AgCBvFByRqd0UYSo) ...
2022-11-18T19:03:30.270Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:03:30.270Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:03:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:03:39.836Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:03:39.841Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:04:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:04:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:04:30.268Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AgCBvFByRqd0UYSo) ...
2022-11-18T19:04:30.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:04:30.270Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:04:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:04:39.813Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:04:39.813Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:05:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:05:30.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:05:30.270Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:05:30.270Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AgCBvFByRqd0UYSo) ...
2022-11-18T19:05:30.270Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:05:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:05:39.818Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:05:39.819Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:06:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:06:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:06:30.268Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AgCBvFByRqd0UYSo) ...
2022-11-18T19:06:30.270Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:06:30.270Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:06:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:06:39.812Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:06:39.813Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:07:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:07:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:07:30.268Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AgCBvFByRqd0UYSo) ...
2022-11-18T19:07:30.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:07:30.270Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:07:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:07:39.835Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:07:39.835Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:08:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:08:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:08:30.268Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AgCBvFByRqd0UYSo) ...
2022-11-18T19:08:30.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:08:30.270Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:08:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:08:39.894Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:08:39.900Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:09:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:09:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:09:30.268Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AgCBvFByRqd0UYSo) ...
2022-11-18T19:09:30.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:09:30.271Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:09:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:09:39.833Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:09:39.833Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:10:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:10:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:10:30.268Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AgCBvFByRqd0UYSo) ...
2022-11-18T19:10:30.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:10:30.270Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:10:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:10:39.838Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:10:39.839Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:11:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:11:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:11:30.268Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AgCBvFByRqd0UYSo) ...
2022-11-18T19:11:30.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:11:30.271Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:11:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:11:39.861Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:11:39.865Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:12:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:12:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:12:30.268Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AgCBvFByRqd0UYSo) ...
2022-11-18T19:12:30.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:12:30.270Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:12:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:12:39.819Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:12:39.820Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:13:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:13:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:13:30.268Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AgCBvFByRqd0UYSo) ...
2022-11-18T19:13:30.270Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:13:30.270Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:13:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:13:39.828Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:13:39.829Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:14:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:14:30.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:14:30.271Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:14:30.272Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AgCBvFByRqd0UYSo) ...
2022-11-18T19:14:30.272Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:14:30.272Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:14:39.823Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:14:39.823Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:15:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:15:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:15:30.268Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AgCBvFByRqd0UYSo) ...
2022-11-18T19:15:30.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:15:30.270Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:15:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:15:39.806Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:15:39.810Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:16:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:16:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:16:30.268Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AgCBvFByRqd0UYSo) ...
2022-11-18T19:16:30.270Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:16:30.270Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:16:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:16:39.829Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:16:39.828Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:17:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:17:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:17:30.268Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AgCBvFByRqd0UYSo) ...
2022-11-18T19:17:30.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:17:30.270Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:17:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:17:39.848Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:17:39.849Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:18:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:18:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:18:30.268Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AgCBvFByRqd0UYSo) ...
2022-11-18T19:18:30.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:18:30.270Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:18:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:18:39.825Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:18:39.826Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:19:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:19:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:19:30.268Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AgCBvFByRqd0UYSo) ...
2022-11-18T19:19:30.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:19:30.270Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:19:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:19:39.807Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:19:39.818Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:20:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:20:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:20:30.268Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AgCBvFByRqd0UYSo) ...
2022-11-18T19:20:30.270Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:20:30.270Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:20:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:20:39.813Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:20:39.819Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:21:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:21:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:21:30.269Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AgCBvFByRqd0UYSo) ...
2022-11-18T19:21:30.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:21:30.270Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:21:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:21:39.813Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:21:39.816Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:22:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:22:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:22:30.268Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AgCBvFByRqd0UYSo) ...
2022-11-18T19:22:30.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:22:30.270Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:22:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:22:39.854Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:22:39.856Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:23:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:23:30.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:23:30.270Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:23:30.270Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AgCBvFByRqd0UYSo) ...
2022-11-18T19:23:30.270Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:23:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:23:39.824Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:23:39.822Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:24:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:24:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:24:30.269Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AgCBvFByRqd0UYSo) ...
2022-11-18T19:24:30.270Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:24:30.270Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:24:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:24:39.839Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:24:39.840Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:25:30.267Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:25:30.268Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:25:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:25:30.270Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:25:30.271Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:25:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:25:39.837Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:25:39.837Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:26:30.267Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:26:30.268Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:26:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:26:30.270Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:26:30.270Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:26:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:26:39.869Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:26:39.873Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:27:30.267Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:27:30.268Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:27:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:27:30.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:27:30.270Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:27:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:27:39.848Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:27:39.848Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:28:30.267Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:28:30.268Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:28:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:28:30.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:28:30.271Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:28:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:28:39.824Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:28:39.828Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:29:30.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:29:30.268Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:29:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:29:30.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:29:30.270Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:29:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:29:39.828Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:29:39.828Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:30:30.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:30:30.268Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:30:30.269Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:30:30.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:30:30.270Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:30:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:30:39.852Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:30:39.852Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:31:30.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:31:30.268Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:31:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:31:30.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:31:30.270Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:31:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:31:39.838Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:31:39.839Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:32:30.267Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:32:30.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:32:30.270Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:32:30.270Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:32:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:32:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:32:39.842Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:32:39.842Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:33:30.267Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:33:30.269Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:33:30.269Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:33:30.270Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:33:30.270Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:33:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:33:39.810Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:33:39.816Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:34:30.267Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:34:30.268Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:34:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:34:30.270Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:34:30.270Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:34:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:34:39.841Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:34:39.858Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:35:30.267Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:35:30.268Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:35:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:35:30.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:35:30.270Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:35:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:35:39.822Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:35:39.826Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:36:30.267Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:36:30.268Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:36:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:36:30.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:36:30.271Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:36:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:36:39.850Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:36:39.853Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:37:30.267Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:37:30.268Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:37:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:37:30.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:37:30.270Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:37:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:37:39.832Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:37:39.832Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:38:30.267Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:38:30.268Z||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-11-18T19:38:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:38:30.270Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:38:30.270Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:38:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:38:39.872Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:38:39.876Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:39:30.267Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:39:30.268Z||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-11-18T19:39:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:39:30.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:39:30.270Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:39:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:39:39.819Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:39:39.819Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:40:30.267Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:40:30.268Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:40:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:40:30.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:40:30.270Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:40:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:40:39.805Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:40:39.806Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:41:30.267Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:41:30.268Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:41:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:41:30.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:41:30.270Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:41:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:41:39.824Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:41:39.828Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:42:30.267Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:42:30.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:42:30.270Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:42:30.270Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:42:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:42:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:42:39.820Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:42:39.822Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:43:30.267Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:43:30.268Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:43:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:43:30.270Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:43:30.270Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:43:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:43:39.813Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:43:39.813Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:44:30.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:44:30.268Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:44:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:44:30.270Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:44:30.270Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:44:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:44:39.812Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:44:39.817Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:45:30.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:45:30.268Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:45:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:45:30.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:45:30.270Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:45:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:45:39.810Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:45:39.810Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:46:30.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:46:30.268Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:46:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:46:30.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:46:30.270Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:46:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:46:39.829Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:46:39.846Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:47:30.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:47:30.268Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:47:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:47:30.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:47:30.270Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:47:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:47:39.837Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:47:39.838Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:48:30.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:48:30.268Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:48:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:48:30.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:48:30.270Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:48:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:48:39.813Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:48:39.814Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:49:30.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:49:30.268Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:49:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:49:30.270Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:49:30.270Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:49:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:49:39.815Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:49:39.816Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:50:30.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:50:30.268Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:50:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:50:30.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:50:30.270Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:50:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:50:39.832Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:50:39.834Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:51:30.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:51:30.268Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:51:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:51:30.269Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:51:30.270Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:51:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:51:39.805Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:51:39.808Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:52:30.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:52:30.268Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:52:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:52:30.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:52:30.270Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:52:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:52:39.844Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:52:39.844Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:53:30.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:53:30.269Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:53:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:53:30.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:53:30.270Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:53:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:53:39.820Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:53:39.819Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:54:30.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:54:30.268Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:54:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:54:30.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:54:30.270Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:54:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:54:39.823Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:54:39.828Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:55:30.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:55:30.268Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:55:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:55:30.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:55:30.270Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:55:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:55:39.825Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:55:39.825Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:56:30.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:56:30.268Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:56:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:56:30.270Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:56:30.271Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:56:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:56:39.814Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:56:39.816Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:57:30.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:57:30.268Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:57:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:57:30.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:57:30.270Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:57:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:57:39.838Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:57:39.838Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:58:30.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:58:30.268Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:58:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:58:30.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:58:30.270Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:58:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:58:39.813Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:58:39.814Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:59:30.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:59:30.268Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:59:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:59:30.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T19:59:30.270Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T19:59:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T19:59:39.827Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T19:59:39.829Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:00:30.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:00:30.268Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:00:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:00:30.269Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:00:30.270Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:00:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:00:30.923Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:00:30.924Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T20:00:30.924Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"517861c2-1fb6-4093-9cfd-091528c13231","serviceName":"vFW 2022-11-18 19-57-56","serviceVersion":"1.0","serviceUUID":"39227c79-f996-4aef-b863-39bc4f3608ef","serviceDescription":"catalog service description","serviceInvariantUUID":"b2de2ec8-9d99-433c-a977-1b63bb224e1f","resources":[{"resourceInstanceName":"vFW 1521e798-7732 0","resourceName":"vFW 1521e798-7732","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"753f3b42-168b-4d0f-9168-ea14b79df2cd","resourceInvariantUUID":"3bb22f8f-eca9-4884-a8a0-298f3eafd336","resourceCustomizationUUID":"cdb7a3cf-f7ba-4d06-b870-7cf5aeafc722","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vf-license-model.xml","artifactChecksum":"OGQ4ZGMxZmY2Y2UxMmEwNzA4YzVmYjY1ZDk4ODIxMWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2cc9ce56-fc51-4edd-9af2-d23794a0d150","artifactVersion":"1"},{"artifactName":"vfw1521e79877320_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vfw1521e79877320_modules.json","artifactChecksum":"ZmRiZjlhZTQ1YjU2NzFiZTI2MGM3MWU2ODM4NDEzMjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bbd04292-8823-44a8-a453-83f24024637f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a703adf4-6e17-4bfa-8df8-d76307417371","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vendor-license-model.xml","artifactChecksum":"MDhiYmIxYTA2ZjQ4ODQxNWU3MWFhYWUwNWRmNjFiNDI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9f37e06b-3f03-408c-9fb8-36a77f234af0","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"fcf6cf31-fc9d-4f80-84b7-8376217fed92","artifactVersion":"2","generatedFromUUID":"a703adf4-6e17-4bfa-8df8-d76307417371"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221118195756-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-template.yml","artifactChecksum":"Y2E0ZGI2M2RhODdkZjg2NjNhNTA5NWMzY2U5MTVmYjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b24884be-853b-4754-9a9c-265c8a4c204c","artifactVersion":"1"},{"artifactName":"service-Vfw20221118195756-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-csar.csar","artifactChecksum":"NmJhNjQyOTk3ZDc2YmJlMTIxYWMyMjVkYzU2NGJhMjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e5fb0d49-8f80-4f58-9644-a6fb5805ad1f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-18T20:00:30.928Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:00:30.932Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:30.932Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "cds",
  "timestamp": 1668801583138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:00:30.938Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:00:30.944Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:00:30.997Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:00:30.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:30.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668801581134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:00:30.997Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:00:30.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:30.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "cds",
  "timestamp": 1668801583138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vfw1521e79877320_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:00:30.998Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:00:30.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:30.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668801581134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vfw1521e79877320_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:00:31.001Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:00:31.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "cds",
  "timestamp": 1668801583138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:00:31.002Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:00:31.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668801581134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:00:31.002Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:00:31.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668801585940,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:00:31.002Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:00:31.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "cds",
  "timestamp": 1668801583138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:00:31.002Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:00:31.002Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:00:31.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668801581134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:00:31.002Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668801630267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:00:31.002Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:00:31.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.003Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668801585940,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vfw1521e79877320_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:00:31.003Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:00:31.003Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.003Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "aai-ml",
  "timestamp": 1668801587025,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:00:31.003Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:00:31.003Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.003Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "cds",
  "timestamp": 1668801583138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:00:31.003Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:00:31.003Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.003Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668801585940,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:00:31.003Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:00:31.003Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.003Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668801581134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:00:31.003Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:00:31.003Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.003Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "aai-ml",
  "timestamp": 1668801587025,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vfw1521e79877320_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:00:31.003Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:00:31.003Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.003Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "cds",
  "timestamp": 1668801583138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:00:31.004Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:00:31.004Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.005Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668801585940,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:00:31.005Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:00:31.005Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.005Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668801581134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:00:31.005Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:00:31.005Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.005Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "aai-ml",
  "timestamp": 1668801587025,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:00:31.005Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:00:31.006Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.006Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "cds",
  "timestamp": 1668801583138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T20:00:31.006Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:00:31.006Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.006Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668801585940,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:00:31.006Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:00:31.006Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.006Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668801581134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T20:00:31.006Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:00:31.006Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.006Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "aai-ml",
  "timestamp": 1668801587025,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:00:31.007Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:00:31.007Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.007Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "cds",
  "timestamp": 1668801591211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:00:31.007Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:00:31.007Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.007Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668801585940,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:00:31.007Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:00:31.007Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.007Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "aai-ml",
  "timestamp": 1668801587025,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:00:31.007Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:00:31.007Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.007Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668801591731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:00:31.007Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:00:31.007Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.007Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "cds",
  "timestamp": 1668801592236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T20:00:31.103Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-11-18T20:00:31.106Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:00:31.107Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:00:31.120Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:00:31.122Z||pool-3-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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T20:00:31.188Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 517861c2-1fb6-4093-9cfd-091528c13231
2022-11-18T20:00:31.205Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 517861c2-1fb6-4093-9cfd-091528c13231 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T20:00:31.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.229Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668801585940,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:00:31.230Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:00:31.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "aai-ml",
  "timestamp": 1668801587025,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:00:31.230Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:00:31.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668801592524,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:00:31.230Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:00:31.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "aai-ml",
  "timestamp": 1668801587025,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T20:00:31.231Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:00:31.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668801592524,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vfw1521e79877320_modules.json",
  "status": "NOTIFIED"
}
2022-11-18T20:00:31.231Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:00:31.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "aai-ml",
  "timestamp": 1668801594999,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:00:31.231Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:00:31.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668801592524,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-18T20:00:31.231Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:00:31.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668801592524,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:00:31.232Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:00:31.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668801592524,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-18T20:00:31.232Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:00:31.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668801592524,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:00:31.233Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:00:31.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668801592524,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T20:00:31.233Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:00:31.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668801600431,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vfw1521e79877320_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:00:31.233Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:00:31.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668801601619,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:00:31.234Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:00:31.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668801602731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:00:31.234Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:00:31.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668801603878,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T20:00:31.251Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 517861c2-1fb6-4093-9cfd-091528c13231
2022-11-18T20:00:31.252Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 517861c2-1fb6-4093-9cfd-091528c13231 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T20:00:31.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668801604882,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vfw1521e79877320_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-18T20:00:31.260Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:00:31.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668801609413,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T20:00:31.260Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:00:31.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668801610442,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T20:00:31.265Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 517861c2-1fb6-4093-9cfd-091528c13231
2022-11-18T20:00:31.265Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 517861c2-1fb6-4093-9cfd-091528c13231 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T20:00:31.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.273Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "aai-ml",
  "timestamp": 1668801615148,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T20:00:31.274Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:00:31.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:00:31.274Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "aai-ml",
  "timestamp": 1668801616155,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T20:00:31.278Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 517861c2-1fb6-4093-9cfd-091528c13231
2022-11-18T20:00:31.278Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 517861c2-1fb6-4093-9cfd-091528c13231 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T20:00:32.010Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:00:32.011Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:00:32.013Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:00:32.013Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668801630267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vfw1521e79877320_modules.json",
  "status": "NOTIFIED"
}
2022-11-18T20:00:32.113Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:00:32.115Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:00:32.115Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:00:32.127Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:00:32.127Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:00:33.013Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:00:33.015Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:00:33.016Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:00:33.017Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668801630267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-18T20:00:33.117Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:00:33.117Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:00:33.117Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:00:33.128Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:00:33.129Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-18T20:00:34.017Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:00:34.018Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:00:34.020Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:00:34.020Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668801630267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:00:34.120Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:00:34.121Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:00:34.121Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:00:34.131Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:00:34.132Z||pool-6-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:00:35.021Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:00:35.022Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:00:35.023Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:00:35.023Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668801630267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-18T20:00:35.124Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:00:35.125Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:00:35.125Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:00:35.136Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:00:35.137Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:00:36.024Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:00:36.024Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:00:36.027Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:00:36.028Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668801630267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:00:36.127Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-18T20:00:36.128Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:00:36.128Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:00:36.140Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:00:36.141Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-18T20:00:37.028Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:00:37.029Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:00:37.031Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:00:37.031Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668801630267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T20:00:37.132Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:00:37.132Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:00:37.132Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:00:37.143Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:00:37.144Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:00:38.033Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "serviceName": "vFW 2022-11-18 19-57-56",
  "serviceVersion": "1.0",
  "serviceUUID": "39227c79-f996-4aef-b863-39bc4f3608ef",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "b2de2ec8-9d99-433c-a977-1b63bb224e1f",
  "resources": [
    {
      "resourceInstanceName": "vFW 1521e798-7732 0",
      "resourceCustomizationUUID": "cdb7a3cf-f7ba-4d06-b870-7cf5aeafc722",
      "resourceName": "vFW 1521e798-7732",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "753f3b42-168b-4d0f-9168-ea14b79df2cd",
      "resourceInvariantUUID": "3bb22f8f-eca9-4884-a8a0-298f3eafd336",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw1521e79877320_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vfw1521e79877320_modules.json",
          "artifactChecksum": "ZmRiZjlhZTQ1YjU2NzFiZTI2MGM3MWU2ODM4NDEzMjA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bbd04292-8823-44a8-a453-83f24024637f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a703adf4-6e17-4bfa-8df8-d76307417371",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "fcf6cf31-fc9d-4f80-84b7-8376217fed92",
            "generatedFromUUID": "a703adf4-6e17-4bfa-8df8-d76307417371"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "fcf6cf31-fc9d-4f80-84b7-8376217fed92",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20221118195756-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-csar.csar",
      "artifactChecksum": "NmJhNjQyOTk3ZDc2YmJlMTIxYWMyMjVkYzU2NGJhMjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e5fb0d49-8f80-4f58-9644-a6fb5805ad1f"
    }
  ],
  "workloadContext": "Production"
}
2022-11-18T20:00:38.034Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-18T20:00:38.034Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 39227c79-f996-4aef-b863-39bc4f3608ef ASDC
2022-11-18T20:00:38.119Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:517861c2-1fb6-4093-9cfd-091528c13231
ServiceName:vFW 2022-11-18 19-57-56
ServiceVersion:1.0
ServiceUUID:39227c79-f996-4aef-b863-39bc4f3608ef
ServiceInvariantUUID:b2de2ec8-9d99-433c-a977-1b63bb224e1f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221118195756-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-csar.csar
ArtifactUUID:e5fb0d49-8f80-4f58-9644-a6fb5805ad1f
ArtifactChecksum:NmJhNjQyOTk3ZDc2YmJlMTIxYWMyMjVkYzU2NGJhMjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 1521e798-7732 0
ResourceCustomizationUUID:cdb7a3cf-f7ba-4d06-b870-7cf5aeafc722
ResourceInvariantUUID:3bb22f8f-eca9-4884-a8a0-298f3eafd336
ResourceName:vFW 1521e798-7732
ResourceType:VF
ResourceUUID:753f3b42-168b-4d0f-9168-ea14b79df2cd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw1521e79877320_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vfw1521e79877320_modules.json
ArtifactUUID:bbd04292-8823-44a8-a453-83f24024637f
ArtifactChecksum:ZmRiZjlhZTQ1YjU2NzFiZTI2MGM3MWU2ODM4NDEzMjA=
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/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.yaml
ArtifactUUID:a703adf4-6e17-4bfa-8df8-d76307417371
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.env
ArtifactUUID:fcf6cf31-fc9d-4f80-84b7-8376217fed92
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.env
ArtifactUUID:fcf6cf31-fc9d-4f80-84b7-8376217fed92
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-18T20:00:38.119Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 39227c79-f996-4aef-b863-39bc4f3608ef ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-18T20:00:38.172Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T20:00:38.173Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-18T20:00:38.175Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-18T20:00:38.175Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e5fb0d49-8f80-4f58-9644-a6fb5805ad1f from URL: /sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-csar.csar
2022-11-18T20:00:38.175Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-18T20:00:38.176Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-csar.csar
2022-11-18T20:00:38.807Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-18T20:00:38.828Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-csar.csar e5fb0d49-8f80-4f58-9644-a6fb5805ad1f 100697
2022-11-18T20:00:38.831Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-csar.csar ASDC sendASDCNotification
2022-11-18T20:00:38.831Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-csar.csar
2022-11-18T20:00:38.832Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T20:00:38.835Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:00:38.838Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:00:38.838Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668801638829,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:00:38.938Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:00:38.939Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:00:38.939Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:00:38.949Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:00:38.950Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:00:39.838Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T20:00:39.840Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-18T20:00:39.840Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: e5fb0d49-8f80-4f58-9644-a6fb5805ad1f, URL: /sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-csar.csar to file: /app/ASDC/1/service-Vfw20221118195756-csar.csar
2022-11-18T20:00:39.841Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221118195756-csar.csar
2022-11-18T20:00:39.910Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221118195756-csar.csar
2022-11-18T20:00:39.910Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221118195756-csar.csar
2022-11-18T20:00:40.263Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11179158564457281406/Definitions/service-Vfw20221118195756-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2022-11-18T20:00:42.471Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-18T20:00:42.476Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-18T20:00:42.476Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221118195756-csar.csar
2022-11-18T20:00:42.476Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-11-18T20:00:42.476Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221118195756-csar.csar
2022-11-18T20:00:42.476Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221118195756-csar.csar
2022-11-18T20:00:42.477Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221118195756-csar.csar
2022-11-18T20:00:42.477Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 1521e798-7732 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20221118195756-csar.csar
2022-11-18T20:00:42.477Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221118195756-csar.csar
2022-11-18T20:00:42.477Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221118195756-csar.csar
2022-11-18T20:00:42.477Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221118195756-csar.csar
2022-11-18T20:00:42.477Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221118195756-csar.csar
2022-11-18T20:00:42.477Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221118195756-csar.csar
2022-11-18T20:00:42.477Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221118195756-csar.csar
2022-11-18T20:00:42.477Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221118195756-csar.csar
2022-11-18T20:00:42.477Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-18T20:00:42.484Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:00:42.486Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-18 19-57-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:00:42.490Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vFW 1521e798-7732 0 is matching search criteria
2022-11-18T20:00:42.491Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-18T20:00:42.494Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1521e798-7732 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T20:00:42.496Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:00:42.496Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-18 19-57-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:00:42.497Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vFW 1521e798-7732 0 is matching search criteria
2022-11-18T20:00:42.497Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-18T20:00:42.497Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1521e798-7732 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T20:00:42.497Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:00:42.497Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-18 19-57-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:00:42.501Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:00:42.501Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vFW 1521e798-7732 0 is not matching search criteria
2022-11-18T20:00:42.501Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-18T20:00:42.501Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-18T20:00:42.502Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-18T20:00:42.502Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-18T20:00:42.502Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-18T20:00:42.502Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-18T20:00:42.502Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T20:00:42.502Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-18T20:00:42.502Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-18T20:00:42.503Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-18T20:00:42.503Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-18T20:00:42.503Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-18T20:00:42.503Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-18T20:00:42.503Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-18T20:00:42.503Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T20:00:42.503Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-18T20:00:42.503Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:00:42.503Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-18 19-57-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-18T20:00:42.505Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:00:42.505Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vFW 1521e798-7732 0 is matching search criteria
2022-11-18T20:00:42.505Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1521e798-7732 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T20:00:42.505Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:00:42.505Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vFW 1521e798-7732 0 is matching search criteria
2022-11-18T20:00:42.506Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1521e798-7732 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T20:00:42.506Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:00:42.506Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vFW 1521e798-7732 0 is matching search criteria
2022-11-18T20:00:42.506Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1521e798-7732 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T20:00:42.506Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:00:42.506Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vFW 1521e798-7732 0 is not matching search criteria
2022-11-18T20:00:42.506Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-18T20:00:42.507Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-18T20:00:42.507Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-18T20:00:42.507Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-18T20:00:42.507Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-18T20:00:42.507Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-18T20:00:42.507Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-18T20:00:42.508Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-18T20:00:42.508Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-18T20:00:42.508Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-18T20:00:42.508Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T20:00:42.508Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3eb0eef4-744e-48e9-a99f-c67e931a7aa3
2022-11-18T20:00:42.508Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:00:42.509Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vFW 1521e798-7732 0 is not matching search criteria
2022-11-18T20:00:42.509Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-18T20:00:42.509Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-18T20:00:42.509Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-18T20:00:42.509Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-18T20:00:42.509Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-18T20:00:42.509Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-18T20:00:42.510Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T20:00:42.510Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-18T20:00:42.510Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-18T20:00:42.510Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-18T20:00:42.510Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-18T20:00:42.510Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T20:00:42.510Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c35715b5-1c60-4f6c-80a9-4e55c03da6f8
2022-11-18T20:00:42.510Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:00:42.510Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vFW 1521e798-7732 0 is not matching search criteria
2022-11-18T20:00:42.511Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-18T20:00:42.511Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-18T20:00:42.511Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-18T20:00:42.511Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-18T20:00:42.511Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-18T20:00:42.511Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-18T20:00:42.511Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T20:00:42.511Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-18T20:00:42.511Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-18T20:00:42.511Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-18T20:00:42.511Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-18T20:00:42.511Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-18T20:00:42.511Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5f7577d8-31bb-4e41-aeb6-2a73d5bdde12
2022-11-18T20:00:42.512Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:00:42.512Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-18 19-57-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:00:42.512Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:00:42.512Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-18 19-57-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:00:42.512Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:00:42.512Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-18 19-57-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:00:42.512Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:00:42.512Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-18 19-57-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:00:42.512Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-11-18 19-57-56
Description:catalog service description
Model UUID:39227c79-f996-4aef-b863-39bc4f3608ef
Model Version:NULL
Model InvariantUuid:b2de2ec8-9d99-433c-a977-1b63bb224e1f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 1521e798-7732
Model UUID:5ea9ab85-ba15-4728-a76f-c83155b84a38
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3bb22f8f-eca9-4884-a8a0-298f3eafd336
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:cdb7a3cf-f7ba-4d06-b870-7cf5aeafc722
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:97a868c9-7ec9-4d0c-9a6c-9d6e201209d2
ModelName:Vfw1521e7987732..base_vfw..module-0
ModelUuid:748d7c67-9ffb-4267-8c36-87de2110f192
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3eb0eef4-744e-48e9-a99f-c67e931a7aa3
ModelInvariantUuid:f692e13b-add3-4da8-8a92-495c0a435123
ModelName:vFW 1521e798-7732-nodes.vfwCvfc
ModelUuid:1d0cd4f4-13e4-4dc9-af9c-c71c2c4e8312
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:29e2f4fe-3ba0-439b-ab98-6db8be87ccc9
ModelInvariantUuid:1e4e68ea-6351-4380-b672-cdb4f2ec0417
ModelName:Vfw1521e7987732.compute.nodes.heat.vfw
ModelUuid:ee943ff1-914b-4927-8172-2e34e251d0df
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c35715b5-1c60-4f6c-80a9-4e55c03da6f8
ModelInvariantUuid:3f3b3a46-12fd-4d15-bf5d-fdd0883ac616
ModelName:vFW 1521e798-7732-nodes.vsnCvfc
ModelUuid:a82a3c96-35e1-4a7c-84d6-569b313e3fa3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:5ef18ada-f893-41af-a6a1-23f6a22fe482
ModelInvariantUuid:261a0bbd-8443-4c22-ab2a-768f28ec5a36
ModelName:Vfw1521e7987732.compute.nodes.heat.vsn
ModelUuid:f051fd63-caca-4083-9a3b-42cbeac70f98
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5f7577d8-31bb-4e41-aeb6-2a73d5bdde12
ModelInvariantUuid:891eac2c-923d-472a-9c9c-724806f66046
ModelName:vFW 1521e798-7732-nodes.vpgCvfc
ModelUuid:12d414e7-1025-4050-a88d-dfcae8a76971
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:db1776e9-63de-4339-843c-84f6ccad4737
ModelInvariantUuid:75908092-c59d-46bd-875c-c460360a9667
ModelName:Vfw1521e7987732.compute.nodes.heat.vpg
ModelUuid:8a2088aa-3912-4253-959b-bd6896a944cc
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-18T20:00:42.527Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 753f3b42-168b-4d0f-9168-ea14b79df2cd
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T20:00:42.617Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||vFW 1521e798-7732 0
2022-11-18T20:00:42.626Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 753f3b42-168b-4d0f-9168-ea14b79df2cd
2022-11-18T20:00:42.626Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: bbd04292-8823-44a8-a453-83f24024637f from URL: /sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vfw1521e79877320_modules.json
2022-11-18T20:00:42.626Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-18T20:00:42.627Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vfw1521e79877320_modules.json
2022-11-18T20:00:42.716Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-18T20:00:42.716Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vfw1521e79877320_modules.json bbd04292-8823-44a8-a453-83f24024637f 785
2022-11-18T20:00:42.717Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vfw1521e79877320_modules.json ASDC sendASDCNotification
2022-11-18T20:00:42.717Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vfw1521e79877320_modules.json
2022-11-18T20:00:42.717Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T20:00:42.717Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:00:42.720Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:00:42.721Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668801642717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vfw1521e79877320_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:00:42.821Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-18T20:00:42.821Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:00:42.822Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:00:42.840Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:00:42.841Z||pool-11-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-11-18T20:00:43.722Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw1521e7987732..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "97a868c9-7ec9-4d0c-9a6c-9d6e201209d2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "748d7c67-9ffb-4267-8c36-87de2110f192",
    "vfModuleModelCustomizationUUID": "d38c5b4a-2841-4d19-b957-504c214ddaa6",
    "isBase": true,
    "artifacts": [
      "a703adf4-6e17-4bfa-8df8-d76307417371",
      "fcf6cf31-fc9d-4f80-84b7-8376217fed92"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-18T20:00:43.735Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1521e7987732..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:748d7c67-9ffb-4267-8c36-87de2110f192
VfModuleModelInvariantUUID:97a868c9-7ec9-4d0c-9a6c-9d6e201209d2
VfModuleModelDescription:NULL
Artifacts UUID List:{
a703adf4-6e17-4bfa-8df8-d76307417371
,
fcf6cf31-fc9d-4f80-84b7-8376217fed92

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

isBase:true


}

2022-11-18T20:00:43.738Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw1521e7987732..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "97a868c9-7ec9-4d0c-9a6c-9d6e201209d2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "748d7c67-9ffb-4267-8c36-87de2110f192",
    "vfModuleModelCustomizationUUID": "d38c5b4a-2841-4d19-b957-504c214ddaa6",
    "isBase": true,
    "artifacts": [
      "a703adf4-6e17-4bfa-8df8-d76307417371",
      "fcf6cf31-fc9d-4f80-84b7-8376217fed92"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-18T20:00:43.738Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1521e7987732..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:748d7c67-9ffb-4267-8c36-87de2110f192
VfModuleModelInvariantUUID:97a868c9-7ec9-4d0c-9a6c-9d6e201209d2
VfModuleModelDescription:NULL
Artifacts UUID List:{
a703adf4-6e17-4bfa-8df8-d76307417371
,
fcf6cf31-fc9d-4f80-84b7-8376217fed92

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

isBase:true


}

2022-11-18T20:00:43.738Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a703adf4-6e17-4bfa-8df8-d76307417371 from URL: /sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.yaml
2022-11-18T20:00:43.738Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-18T20:00:43.739Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.yaml
2022-11-18T20:00:43.957Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-18T20:00:43.961Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.yaml a703adf4-6e17-4bfa-8df8-d76307417371 20368
2022-11-18T20:00:43.962Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-18T20:00:43.962Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.yaml
2022-11-18T20:00:43.962Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T20:00:43.962Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:00:43.964Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:00:43.964Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668801643962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:00:44.064Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:00:44.066Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:00:44.067Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:00:44.079Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:00:44.080Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:00:44.965Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: fcf6cf31-fc9d-4f80-84b7-8376217fed92 from URL: /sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.env
2022-11-18T20:00:44.965Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-18T20:00:44.966Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.env
2022-11-18T20:00:45.022Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-18T20:00:45.023Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.env fcf6cf31-fc9d-4f80-84b7-8376217fed92 2098
2022-11-18T20:00:45.023Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-18T20:00:45.023Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.env
2022-11-18T20:00:45.023Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T20:00:45.023Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:00:45.026Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:00:45.026Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668801645023,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:00:45.126Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:00:45.127Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:00:45.127Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:00:45.141Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:00:45.142Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-18T20:00:46.027Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 39227c79-f996-4aef-b863-39bc4f3608ef
2022-11-18T20:00:46.028Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 1521e798-7732 0 753f3b42-168b-4d0f-9168-ea14b79df2cd ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T20:00:46.066Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@61317be1, org.onap.sdc.toscaparser.api.parameters.Input@1ee0b940, org.onap.sdc.toscaparser.api.parameters.Input@3d78d5a7, org.onap.sdc.toscaparser.api.parameters.Input@53cb0931, org.onap.sdc.toscaparser.api.parameters.Input@39cf8eda]
2022-11-18T20:00:46.070Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:00:46.070Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-18 19-57-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:00:46.070Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-11-18T20:00:46.071Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= cdb7a3cf-f7ba-4d06-b870-7cf5aeafc722
2022-11-18T20:00:46.071Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cdb7a3cf-f7ba-4d06-b870-7cf5aeafc722 matches Tosca VF Customization UUID: cdb7a3cf-f7ba-4d06-b870-7cf5aeafc722
2022-11-18T20:00:46.071Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: cdb7a3cf-f7ba-4d06-b870-7cf5aeafc722  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-18T20:00:46.078Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:00:46.078Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-18 19-57-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:00:46.080Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id cdb7a3cf-f7ba-4d06-b870-7cf5aeafc722: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-18T20:00:46.080Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6114e9a7
2022-11-18T20:00:46.080Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:00:46.080Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-18 19-57-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-18T20:00:46.081Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d38c5b4a-2841-4d19-b957-504c214ddaa6
2022-11-18T20:00:46.082Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d38c5b4a-2841-4d19-b957-504c214ddaa6
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-18T20:00:46.089Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:00:46.089Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vFW 1521e798-7732 0 is matching search criteria
2022-11-18T20:00:46.089Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1521e798-7732 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T20:00:46.090Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:00:46.091Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vFW 1521e798-7732 0 is matching search criteria
2022-11-18T20:00:46.091Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1521e798-7732 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T20:00:46.091Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:00:46.091Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vFW 1521e798-7732 0 is not matching search criteria
2022-11-18T20:00:46.091Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-18T20:00:46.091Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-18T20:00:46.091Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-18T20:00:46.091Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-18T20:00:46.091Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-18T20:00:46.091Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-18T20:00:46.091Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-18T20:00:46.091Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-18T20:00:46.091Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-18T20:00:46.091Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-18T20:00:46.091Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T20:00:46.091Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3eb0eef4-744e-48e9-a99f-c67e931a7aa3
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-18T20:00:46.099Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:00:46.100Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vFW 1521e798-7732 0 is matching search criteria
2022-11-18T20:00:46.100Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1521e798-7732 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T20:00:46.100Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:00:46.100Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vFW 1521e798-7732 0 is not matching search criteria
2022-11-18T20:00:46.100Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-18T20:00:46.100Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-18T20:00:46.101Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-18T20:00:46.101Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-18T20:00:46.101Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-18T20:00:46.101Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-18T20:00:46.101Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T20:00:46.101Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-18T20:00:46.101Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-18T20:00:46.101Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-18T20:00:46.101Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-18T20:00:46.101Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T20:00:46.101Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c35715b5-1c60-4f6c-80a9-4e55c03da6f8
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-18T20:00:46.104Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:00:46.104Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vFW 1521e798-7732 0 is matching search criteria
2022-11-18T20:00:46.104Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1521e798-7732 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T20:00:46.107Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:00:46.107Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vFW 1521e798-7732 0 is not matching search criteria
2022-11-18T20:00:46.107Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-18T20:00:46.107Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-18T20:00:46.107Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-18T20:00:46.107Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-18T20:00:46.107Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-18T20:00:46.108Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-18T20:00:46.108Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-18T20:00:46.108Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-18T20:00:46.108Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-18T20:00:46.108Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-18T20:00:46.108Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-18T20:00:46.108Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-18T20:00:46.108Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5f7577d8-31bb-4e41-aeb6-2a73d5bdde12
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-18T20:00:46.111Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:00:46.112Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vFW 1521e798-7732 0 is matching search criteria
2022-11-18T20:00:46.112Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1521e798-7732 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T20:00:46.112Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:00:46.112Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Node template vFW 1521e798-7732 0 is matching search criteria
2022-11-18T20:00:46.113Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1521e798-7732 0] matching following query criteria: sdcType=VF, customizationUUID=cdb7a3cf-f7ba-4d06-b870-7cf5aeafc722
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T20:00:46.115Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:00:46.115Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-18 19-57-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:00:46.116Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 39227c79-f996-4aef-b863-39bc4f3608ef: vFW 1521e798-7732
2022-11-18T20:00:46.116Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:00:46.116Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-18 19-57-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:00:46.116Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:00:46.116Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-18 19-57-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:00:46.116Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:00:46.117Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-18 19-57-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:00:46.117Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:00:46.117Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-18 19-57-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:00:46.117Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:00:46.117Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-18 19-57-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:00:46.117Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-11-18 19-57-56 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T20:00:46.365Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 1521e798-7732 753f3b42-168b-4d0f-9168-ea14b79df2cd 1 ASDC deployResourceStructure
2022-11-18T20:00:46.365Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vfw1521e79877320_modules.json ASDC sendASDCNotification
2022-11-18T20:00:46.365Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vfw1521e79877320_modules.json
2022-11-18T20:00:46.365Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T20:00:46.365Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:00:46.367Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:00:46.367Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668801646365,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vfw1521e79877320_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-18T20:00:46.468Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-18T20:00:46.469Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:00:46.469Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:00:46.479Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:00:46.480Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:00:47.368Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-18T20:00:47.369Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.yaml
2022-11-18T20:00:47.369Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T20:00:47.369Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:00:47.371Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:00:47.372Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668801647368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-11-18T20:00:47.472Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:00:47.473Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:00:47.473Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:00:47.484Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:00:47.485Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-18T20:00:48.372Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-18T20:00:48.373Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.env
2022-11-18T20:00:48.373Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T20:00:48.373Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:00:48.375Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:00:48.375Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668801648372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-11-18T20:00:48.475Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:00:48.476Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:00:48.476Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:00:48.549Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:00:48.549Z||pool-16-thread-1|||||INFO|500||cambria reply ok (73 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:00:49.376Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-csar.csar ASDC sendASDCNotification
2022-11-18T20:00:49.376Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-csar.csar
2022-11-18T20:00:49.376Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T20:00:49.376Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:00:49.378Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:00:49.378Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668801649376,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T20:00:49.478Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:00:49.479Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:00:49.479Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:00:49.491Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:00:49.491Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:00:50.379Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 517861c2-1fb6-4093-9cfd-091528c13231
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T20:00:50.395Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 517861c2-1fb6-4093-9cfd-091528c13231
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T20:00:50.398Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T20:00:50.398Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-18T20:00:50.398Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-18T20:00:50.398Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-18T20:00:50.398Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T20:00:50.398Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T20:00:50.398Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T20:00:50.398Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T20:00:50.398Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T20:00:50.398Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T20:00:50.402Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-18T20:01:20.402Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 517861c2-1fb6-4093-9cfd-091528c13231 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-18T20:01:20.411Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 517861c2-1fb6-4093-9cfd-091528c13231 and serviceModelVersionId: 39227c79-f996-4aef-b863-39bc4f3608ef
2022-11-18T20:01:20.411Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b2de2ec8-9d99-433c-a977-1b63bb224e1f
2022-11-18T20:01:30.270Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:01:30.271Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:01:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:01:30.370Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b2de2ec8-9d99-433c-a977-1b63bb224e1f/model-vers/model-ver/39227c79-f996-4aef-b863-39bc4f3608ef?depth=0
2022-11-18T20:01:30.419Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:01:30.420Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:01:30.420Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668801630267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:01:30.422Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:01:30.476Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-11-18T20:01:30.958Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2de2ec8-9d99-433c-a977-1b63bb224e1f/model-vers/model-ver/39227c79-f996-4aef-b863-39bc4f3608ef?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-11-18T20:01:30.964Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2de2ec8-9d99-433c-a977-1b63bb224e1f/model-vers/model-ver/39227c79-f996-4aef-b863-39bc4f3608ef?depth=0|INFO|500||Invoke
2022-11-18T20:01:31.144Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2de2ec8-9d99-433c-a977-1b63bb224e1f/model-vers/model-ver/39227c79-f996-4aef-b863-39bc4f3608ef?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-18T20:01:32.561Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2de2ec8-9d99-433c-a977-1b63bb224e1f/model-vers/model-ver/39227c79-f996-4aef-b863-39bc4f3608ef?depth=0|INFO|500||InvokeReturn
2022-11-18T20:01:32.566Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2de2ec8-9d99-433c-a977-1b63bb224e1f/model-vers/model-ver/39227c79-f996-4aef-b863-39bc4f3608ef?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221118-20:01:32:183-25731], vertex-id=[381152], Content-Length=[0], Date=[Fri, 18 Nov 2022 20:01:32 GMT], Content-Type=[application/json]}
2022-11-18T20:01:32.567Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-11-18T20:01:32.574Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-18T20:01:32.575Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T20:01:32.585Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-18T20:01:32.630Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 517861c2-1fb6-4093-9cfd-091528c13231 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-18T20:01:32.633Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-18T20:01:32.633Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:01:32.636Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:01:32.638Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668801692631,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-18T20:01:32.738Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-11-18T20:01:32.739Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:01:32.740Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:01:32.754Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:01:32.754Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-18T20:01:33.651Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:01:33.652Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:01:33.652Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:01:43.200Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:02:30.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:02:30.268Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:02:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:02:30.270Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:02:30.270Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:02:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:02:30.335Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:02:30.336Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:02:30.336Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668801630267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vfw1521e79877320_modules.json",
  "status": "NOTIFIED"
}
2022-11-18T20:02:30.339Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:02:30.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:02:30.339Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668801630267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-18T20:02:30.339Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:02:30.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:02:30.339Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668801630267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:02:30.339Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:02:30.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:02:30.339Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668801630267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-18T20:02:30.339Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:02:30.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:02:30.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668801630267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:02:30.340Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:02:30.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:02:30.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668801630267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T20:02:30.340Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:02:30.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:02:30.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668801638829,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:02:30.340Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:02:30.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:02:30.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668801642717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vfw1521e79877320_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:02:30.340Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:02:30.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:02:30.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668801643962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:02:30.340Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:02:30.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:02:30.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668801645023,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:02:30.340Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:02:30.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:02:30.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668801646365,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/vfw1521e79877320_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-18T20:02:30.340Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:02:30.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:02:30.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668801647368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-11-18T20:02:30.340Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:02:30.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:02:30.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668801648372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/resourceInstances/vfw1521e79877320/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-11-18T20:02:30.340Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:02:30.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:02:30.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668801649376,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221118195756/1.0/artifacts/service-Vfw20221118195756-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T20:02:30.340Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:02:39.850Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:03:30.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:03:30.268Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:03:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:03:30.270Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:03:30.270Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:03:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:03:30.833Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:03:30.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:03:30.834Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "517861c2-1fb6-4093-9cfd-091528c13231",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668801692631,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-18T20:03:30.835Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:03:39.846Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:04:30.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:04:30.269Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:04:30.269Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:04:30.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:04:30.270Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:04:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:04:39.820Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:04:39.820Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:05:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:05:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:05:30.269Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:05:30.270Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:05:30.270Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:05:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:05:39.822Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:05:39.822Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:06:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:06:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:06:30.268Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:06:30.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:06:30.270Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:06:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:06:39.817Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:06:39.819Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:07:30.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:07:30.268Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:07:30.268Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:07:30.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:07:30.270Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:07:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:07:39.833Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:07:39.833Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:08:30.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:08:30.268Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:08:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:08:30.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:08:30.270Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:08:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:08:39.812Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:08:39.816Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:09:30.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:09:30.268Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:09:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:09:30.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:09:30.270Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:09:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:09:30.926Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:09:30.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:09:30.928Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:09:30.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a837a1-5ce7-4b80-af52-3d0939e1f496",
  "consumerID": "cds",
  "timestamp": 1668802123138,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:09:30.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:09:30.928Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"a9a837a1-5ce7-4b80-af52-3d0939e1f496","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"d57f0a9e-e95d-4730-81fd-41e9eacb553b","serviceDescription":"service","serviceInvariantUUID":"9dd6a733-999e-450f-8bf6-fe757d61ec50","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"45255add-ab6a-44bc-9cac-0f666a1041fe","resourceInvariantUUID":"57add545-8250-4bfc-9495-1d7fd1f83bb6","resourceCustomizationUUID":"71a1451c-3f0e-4205-b7ee-6044fbfecd10","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"NDhlZjdlOWMzNmY4YjE4NWRkMGVmYWQwNTQ1ODVmNDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"35d88fbe-040f-4935-9cb4-5a47fde420ce","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MjY3NTM0Y2VhNzhjM2IxYjI0ZDdhMTdjZTM0Y2NjMWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4589294d-f125-4677-b995-46081f7e6b2b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-18T20:09:30.932Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:09:30.932Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:09:30.938Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:09:30.938Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a9a837a1-5ce7-4b80-af52-3d0939e1f496",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802170267,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:09:30.940Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:09:30.940Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:09:30.940Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a837a1-5ce7-4b80-af52-3d0939e1f496",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668802121132,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:09:30.940Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:09:30.940Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:09:30.940Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a837a1-5ce7-4b80-af52-3d0939e1f496",
  "consumerID": "cds",
  "timestamp": 1668802123138,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T20:09:30.940Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:09:30.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:09:30.941Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a837a1-5ce7-4b80-af52-3d0939e1f496",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668802121132,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T20:09:30.941Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:09:30.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:09:30.941Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a837a1-5ce7-4b80-af52-3d0939e1f496",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668802125940,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:09:30.941Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:09:30.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:09:30.941Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a837a1-5ce7-4b80-af52-3d0939e1f496",
  "consumerID": "cds",
  "timestamp": 1668802126717,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:09:30.941Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:09:30.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:09:30.941Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a837a1-5ce7-4b80-af52-3d0939e1f496",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668802126925,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:09:30.942Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:09:30.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:09:30.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a837a1-5ce7-4b80-af52-3d0939e1f496",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668802125940,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:09:30.942Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:09:30.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:09:30.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a837a1-5ce7-4b80-af52-3d0939e1f496",
  "consumerID": "aai-ml",
  "timestamp": 1668802127025,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:09:30.942Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:09:30.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:09:30.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a837a1-5ce7-4b80-af52-3d0939e1f496",
  "consumerID": "cds",
  "timestamp": 1668802127724,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T20:09:30.971Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a9a837a1-5ce7-4b80-af52-3d0939e1f496
2022-11-18T20:09:30.971Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9a837a1-5ce7-4b80-af52-3d0939e1f496 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T20:09:30.982Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:09:30.982Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a837a1-5ce7-4b80-af52-3d0939e1f496",
  "consumerID": "aai-ml",
  "timestamp": 1668802127025,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T20:09:30.982Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:09:30.982Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:09:30.982Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a837a1-5ce7-4b80-af52-3d0939e1f496",
  "consumerID": "aai-ml",
  "timestamp": 1668802129897,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:09:30.982Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:09:30.982Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:09:30.982Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a837a1-5ce7-4b80-af52-3d0939e1f496",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668802131845,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T20:09:30.982Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:09:30.982Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:09:30.982Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a837a1-5ce7-4b80-af52-3d0939e1f496",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668802132850,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T20:09:30.988Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a9a837a1-5ce7-4b80-af52-3d0939e1f496
2022-11-18T20:09:30.988Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9a837a1-5ce7-4b80-af52-3d0939e1f496 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T20:09:30.994Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:09:30.994Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a837a1-5ce7-4b80-af52-3d0939e1f496",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668802132524,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:09:30.995Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:09:30.995Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:09:30.995Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a837a1-5ce7-4b80-af52-3d0939e1f496",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668802132524,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T20:09:30.995Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:09:30.995Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:09:30.995Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a837a1-5ce7-4b80-af52-3d0939e1f496",
  "consumerID": "aai-ml",
  "timestamp": 1668802136060,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T20:09:30.996Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:09:30.996Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:09:30.996Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a837a1-5ce7-4b80-af52-3d0939e1f496",
  "consumerID": "aai-ml",
  "timestamp": 1668802137075,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T20:09:31.000Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a9a837a1-5ce7-4b80-af52-3d0939e1f496
2022-11-18T20:09:31.000Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9a837a1-5ce7-4b80-af52-3d0939e1f496 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T20:09:31.037Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-18T20:09:31.038Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:09:31.038Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:09:31.067Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:09:31.068Z||pool-19-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:09:31.939Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:09:31.940Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:09:31.942Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:09:31.942Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a9a837a1-5ce7-4b80-af52-3d0939e1f496",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802170267,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T20:09:32.043Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-18T20:09:32.043Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:09:32.044Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:09:32.063Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:09:32.063Z||pool-20-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:09:32.944Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "a9a837a1-5ce7-4b80-af52-3d0939e1f496",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "d57f0a9e-e95d-4730-81fd-41e9eacb553b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9dd6a733-999e-450f-8bf6-fe757d61ec50",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "71a1451c-3f0e-4205-b7ee-6044fbfecd10",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "45255add-ab6a-44bc-9cac-0f666a1041fe",
      "resourceInvariantUUID": "57add545-8250-4bfc-9495-1d7fd1f83bb6",
      "category": "Generic",
      "subcategory": "Network Elements",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicNetwork-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
      "artifactChecksum": "MjY3NTM0Y2VhNzhjM2IxYjI0ZDdhMTdjZTM0Y2NjMWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4589294d-f125-4677-b995-46081f7e6b2b"
    }
  ],
  "workloadContext": "Production"
}
2022-11-18T20:09:32.944Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-18T20:09:32.944Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d57f0a9e-e95d-4730-81fd-41e9eacb553b ASDC
2022-11-18T20:09:32.945Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:a9a837a1-5ce7-4b80-af52-3d0939e1f496
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:d57f0a9e-e95d-4730-81fd-41e9eacb553b
ServiceInvariantUUID:9dd6a733-999e-450f-8bf6-fe757d61ec50
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:4589294d-f125-4677-b995-46081f7e6b2b
ArtifactChecksum:MjY3NTM0Y2VhNzhjM2IxYjI0ZDdhMTdjZTM0Y2NjMWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:71a1451c-3f0e-4205-b7ee-6044fbfecd10
ResourceInvariantUUID:57add545-8250-4bfc-9495-1d7fd1f83bb6
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:45255add-ab6a-44bc-9cac-0f666a1041fe
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-11-18T20:09:32.945Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d57f0a9e-e95d-4730-81fd-41e9eacb553b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-18T20:09:32.978Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T20:09:32.979Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-18T20:09:32.980Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-18T20:09:32.980Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4589294d-f125-4677-b995-46081f7e6b2b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-18T20:09:32.980Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-18T20:09:32.980Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-18T20:09:33.323Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-18T20:09:33.325Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 4589294d-f125-4677-b995-46081f7e6b2b 57664
2022-11-18T20:09:33.325Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-18T20:09:33.325Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-18T20:09:33.325Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T20:09:33.326Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:09:33.327Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:09:33.327Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a9a837a1-5ce7-4b80-af52-3d0939e1f496",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802173325,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:09:33.428Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-18T20:09:33.428Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:09:33.429Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:09:33.438Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:09:33.439Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:09:34.328Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T20:09:34.330Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-18T20:09:34.331Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 4589294d-f125-4677-b995-46081f7e6b2b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-18T20:09:34.331Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-18T20:09:34.331Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-18T20:09:34.332Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-18T20:09:34.422Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7798567626359630251/Definitions/service-BasicNetwork-template.yml
2022-11-18T20:09:34.819Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-18T20:09:34.820Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-18T20:09:34.820Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-18T20:09:34.820Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-18T20:09:34.820Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-18T20:09:34.820Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-18T20:09:34.820Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-18T20:09:34.820Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-18T20:09:34.820Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-18T20:09:34.820Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-18T20:09:34.820Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-18T20:09:34.820Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-18T20:09:34.821Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-18T20:09:34.821Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:09:34.821Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:09:34.821Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-18T20:09:34.821Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-18T20:09:34.821Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T20:09:34.821Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:09:34.821Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:09:34.822Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-18T20:09:34.822Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-18T20:09:34.822Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T20:09:34.822Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:09:34.822Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:09:34.822Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:09:34.822Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:09:34.822Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:09:34.822Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:09:34.822Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:09:34.822Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:09:34.822Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:09:34.822Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:09:34.823Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:d57f0a9e-e95d-4730-81fd-41e9eacb553b
Model Version:NULL
Model InvariantUuid:9dd6a733-999e-450f-8bf6-fe757d61ec50
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:57add545-8250-4bfc-9495-1d7fd1f83bb6
Model UUID:a299deeb-711a-45b1-9634-a516139e7180
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:71a1451c-3f0e-4205-b7ee-6044fbfecd10
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-18T20:09:34.829Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: 45255add-ab6a-44bc-9cac-0f666a1041fe
2022-11-18T20:09:34.829Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||No resources found for Service: d57f0a9e-e95d-4730-81fd-41e9eacb553b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T20:09:34.835Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||
2022-11-18T20:09:34.836Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-11-18T20:09:34.836Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||No resources found for Service: d57f0a9e-e95d-4730-81fd-41e9eacb553b
2022-11-18T20:09:34.836Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: d57f0a9e-e95d-4730-81fd-41e9eacb553b
2022-11-18T20:09:34.836Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-11-18T20:09:34.837Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T20:09:34.844Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6ab3754e, org.onap.sdc.toscaparser.api.parameters.Input@182948e, org.onap.sdc.toscaparser.api.parameters.Input@3b700448, org.onap.sdc.toscaparser.api.parameters.Input@29f8a08d, org.onap.sdc.toscaparser.api.parameters.Input@5810a9f9]
2022-11-18T20:09:34.845Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:09:34.845Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:09:34.846Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:09:34.846Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:09:34.846Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid d57f0a9e-e95d-4730-81fd-41e9eacb553b: Generic NeutronNet
2022-11-18T20:09:34.846Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:09:34.846Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:09:34.846Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:09:34.846Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-11-18T20:09:34.880Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:09:34.880Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:09:34.880Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:09:34.880Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:09:34.881Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:09:34.881Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:09:34.881Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-11-18T20:09:34.945Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-11-18T20:09:34.945Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-18T20:09:34.945Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-18T20:09:34.946Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T20:09:34.946Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:09:34.948Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:09:34.948Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a9a837a1-5ce7-4b80-af52-3d0939e1f496",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802174945,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T20:09:35.049Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-18T20:09:35.050Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:09:35.050Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:09:35.060Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:09:35.061Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:09:35.949Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9a837a1-5ce7-4b80-af52-3d0939e1f496
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T20:09:35.959Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9a837a1-5ce7-4b80-af52-3d0939e1f496
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T20:09:35.962Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T20:09:35.962Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-18T20:09:35.962Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-18T20:09:35.962Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-18T20:09:35.962Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T20:09:35.963Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T20:09:35.963Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T20:09:35.963Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T20:09:35.963Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T20:09:35.968Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-18T20:10:05.968Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a9a837a1-5ce7-4b80-af52-3d0939e1f496 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-18T20:10:05.978Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a9a837a1-5ce7-4b80-af52-3d0939e1f496 and serviceModelVersionId: d57f0a9e-e95d-4730-81fd-41e9eacb553b
2022-11-18T20:10:05.978Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9dd6a733-999e-450f-8bf6-fe757d61ec50
2022-11-18T20:10:05.979Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9dd6a733-999e-450f-8bf6-fe757d61ec50/model-vers/model-ver/d57f0a9e-e95d-4730-81fd-41e9eacb553b?depth=0
2022-11-18T20:10:05.984Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-11-18T20:10:06.030Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9dd6a733-999e-450f-8bf6-fe757d61ec50/model-vers/model-ver/d57f0a9e-e95d-4730-81fd-41e9eacb553b?depth=0|INFO|500||Invoke
2022-11-18T20:10:06.030Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9dd6a733-999e-450f-8bf6-fe757d61ec50/model-vers/model-ver/d57f0a9e-e95d-4730-81fd-41e9eacb553b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9dd6a733-999e-450f-8bf6-fe757d61ec50/model-vers/model-ver/d57f0a9e-e95d-4730-81fd-41e9eacb553b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a9a837a1-5ce7-4b80-af52-3d0939e1f496], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1d2ae5b8-6e9b-4c21-91db-44ddff3dd62d], X-ECOMP-RequestID=[a9a837a1-5ce7-4b80-af52-3d0939e1f496], X-TransactionId=[], X-ONAP-RequestID=[a9a837a1-5ce7-4b80-af52-3d0939e1f496], Content-Type=[application/merge-patch+json]}
2022-11-18T20:10:06.079Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9dd6a733-999e-450f-8bf6-fe757d61ec50/model-vers/model-ver/d57f0a9e-e95d-4730-81fd-41e9eacb553b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-18T20:10:06.342Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9dd6a733-999e-450f-8bf6-fe757d61ec50/model-vers/model-ver/d57f0a9e-e95d-4730-81fd-41e9eacb553b?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/9dd6a733-999e-450f-8bf6-fe757d61ec50/model-vers/model-ver/d57f0a9e-e95d-4730-81fd-41e9eacb553b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221118-20:10:07:077-91524], vertex-id=[176336], Content-Length=[0], Date=[Fri, 18 Nov 2022 20:10:07 GMT], Content-Type=[application/json]}
2022-11-18T20:10:06.345Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9dd6a733-999e-450f-8bf6-fe757d61ec50/model-vers/model-ver/d57f0a9e-e95d-4730-81fd-41e9eacb553b?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-18T20:10:06.346Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9dd6a733-999e-450f-8bf6-fe757d61ec50/model-vers/model-ver/d57f0a9e-e95d-4730-81fd-41e9eacb553b?depth=0|INFO|500||InvokeReturn
2022-11-18T20:10:06.347Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-18T20:10:06.347Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T20:10:06.355Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-18T20:10:06.355Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a9a837a1-5ce7-4b80-af52-3d0939e1f496 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-18T20:10:06.356Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-18T20:10:06.356Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:10:06.358Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:10:06.358Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a9a837a1-5ce7-4b80-af52-3d0939e1f496",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802206356,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-18T20:10:06.459Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-18T20:10:06.460Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:10:06.461Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:10:06.480Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:10:06.481Z||pool-23-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-18T20:10:30.267Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:10:30.268Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:10:30.268Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:10:30.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:10:30.271Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:10:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:10:30.391Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:10:30.391Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:10:30.392Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a837a1-5ce7-4b80-af52-3d0939e1f496",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802170267,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:10:30.392Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:10:30.893Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:10:30.894Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:10:30.894Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"6c3277aa-a095-47cb-aeee-a44774f1757f","serviceName":"Demo_pNF_FBi9oxKHoSssk79CqDmy","serviceVersion":"1.0","serviceUUID":"1ebda0de-3ba8-4f55-ba79-55672f7e0c3f","serviceDescription":"catalog service description","serviceInvariantUUID":"f6535433-aa64-411c-8b41-19a9a71198d6","resources":[{"resourceInstanceName":"pNF 7e2ee99d-f278 0","resourceName":"pNF 7e2ee99d-f278","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"56376690-ea9b-4afc-b78a-996a7ad02c07","resourceInvariantUUID":"0bad49f5-760e-4a31-a51d-5918bdb61d43","resourceCustomizationUUID":"74b7fe58-31b6-472f-a7f8-a813314c6be0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/vf-license-model.xml","artifactChecksum":"ZGQ2NjkyYmRmYjU2ZDcwOWM4NmMxM2E5YThlNGQ2YmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"750e69e2-2e49-44c1-a776-51c015a1618b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/pNF.csar","artifactChecksum":"MTM2NmNjZWZhM2EwZWEwMDQ3OWZlMjkxYWM0YjczYWE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3452230b-6746-46aa-a8cc-7a7daa76e49c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"492727ba-d888-491e-9628-598e47dd325c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/vendor-license-model.xml","artifactChecksum":"ZjBhZDA2M2Y2MjMyYjQ2ZGI4OTY5NDJiMGJhMDcxNzM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8c520abc-771e-4aac-add0-328ebe2822a2","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"71ae5d3c-61d4-46b7-ad80-0cfbf7b5c5b6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fb377664-f522-47de-bf96-aeeab6c5198e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfFbi9oxkhosssk79cqdmy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-template.yml","artifactChecksum":"NDJhMDkzNmM4NzNlOWI5NWZkMWFjYmNiZGUwNDBjYTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c3de89f4-8292-407a-8562-b535a9be9f37","artifactVersion":"1"},{"artifactName":"service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar","artifactChecksum":"MGQ1MDJjZWZkNzViNGVkN2JmYjE2MzY2MGMyMTk3YTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1377341c-ed59-4439-a2ff-38c1d7a31051","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-18T20:10:30.898Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:10:30.898Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:10:30.900Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:10:30.900Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802230267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:10:31.000Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:10:31.001Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:10:31.001Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:10:31.012Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:10:31.013Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:10:31.901Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:10:31.901Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:10:31.903Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:10:31.903Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802230267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:10:32.004Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-18T20:10:32.004Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:10:32.004Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:10:32.017Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:10:32.017Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:10:32.904Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:10:32.904Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:10:32.906Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:10:32.906Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802230267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:10:33.007Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:10:33.007Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:10:33.007Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:10:33.019Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:10:33.019Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-18T20:10:33.907Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:10:33.908Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:10:33.909Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:10:33.909Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802230267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:10:34.010Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:10:34.011Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:10:34.011Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:10:34.021Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:10:34.021Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-11-18T20:10:34.910Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:10:34.911Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:10:34.913Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:10:34.913Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802230267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:10:35.014Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:10:35.015Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:10:35.015Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:10:35.027Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:10:35.027Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:10:35.914Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:10:35.915Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:10:35.916Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:10:35.916Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802230267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:10:36.017Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:10:36.018Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:10:36.018Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:10:36.031Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:10:36.031Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:10:36.917Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:10:36.918Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:10:36.920Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:10:36.920Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802230267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:10:37.020Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:10:37.021Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:10:37.021Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:10:37.055Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:10:37.056Z||pool-30-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:10:37.920Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:10:37.921Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:10:37.923Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:10:37.923Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802230267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T20:10:38.024Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-18T20:10:38.025Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:10:38.025Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:10:38.037Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:10:38.038Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:10:38.924Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "serviceName": "Demo_pNF_FBi9oxKHoSssk79CqDmy",
  "serviceVersion": "1.0",
  "serviceUUID": "1ebda0de-3ba8-4f55-ba79-55672f7e0c3f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f6535433-aa64-411c-8b41-19a9a71198d6",
  "resources": [
    {
      "resourceInstanceName": "pNF 7e2ee99d-f278 0",
      "resourceCustomizationUUID": "74b7fe58-31b6-472f-a7f8-a813314c6be0",
      "resourceName": "pNF 7e2ee99d-f278",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "56376690-ea9b-4afc-b78a-996a7ad02c07",
      "resourceInvariantUUID": "0bad49f5-760e-4a31-a51d-5918bdb61d43",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar",
      "artifactChecksum": "MGQ1MDJjZWZkNzViNGVkN2JmYjE2MzY2MGMyMTk3YTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1377341c-ed59-4439-a2ff-38c1d7a31051"
    }
  ],
  "workloadContext": "Production"
}
2022-11-18T20:10:38.925Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-18T20:10:38.925Z|a9a837a1-5ce7-4b80-af52-3d0939e1f496|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1ebda0de-3ba8-4f55-ba79-55672f7e0c3f ASDC
2022-11-18T20:10:38.925Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:6c3277aa-a095-47cb-aeee-a44774f1757f
ServiceName:Demo_pNF_FBi9oxKHoSssk79CqDmy
ServiceVersion:1.0
ServiceUUID:1ebda0de-3ba8-4f55-ba79-55672f7e0c3f
ServiceInvariantUUID:f6535433-aa64-411c-8b41-19a9a71198d6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar
ArtifactUUID:1377341c-ed59-4439-a2ff-38c1d7a31051
ArtifactChecksum:MGQ1MDJjZWZkNzViNGVkN2JmYjE2MzY2MGMyMTk3YTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 7e2ee99d-f278 0
ResourceCustomizationUUID:74b7fe58-31b6-472f-a7f8-a813314c6be0
ResourceInvariantUUID:0bad49f5-760e-4a31-a51d-5918bdb61d43
ResourceName:pNF 7e2ee99d-f278
ResourceType:PNF
ResourceUUID:56376690-ea9b-4afc-b78a-996a7ad02c07
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-11-18T20:10:38.925Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1ebda0de-3ba8-4f55-ba79-55672f7e0c3f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T20:10:38.951Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T20:10:38.952Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-18T20:10:38.952Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-18T20:10:38.952Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1377341c-ed59-4439-a2ff-38c1d7a31051 from URL: /sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar
2022-11-18T20:10:38.952Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-18T20:10:38.952Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar
2022-11-18T20:10:39.090Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-18T20:10:39.095Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar 1377341c-ed59-4439-a2ff-38c1d7a31051 87774
2022-11-18T20:10:39.095Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar ASDC sendASDCNotification
2022-11-18T20:10:39.095Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar
2022-11-18T20:10:39.095Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T20:10:39.095Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:10:39.097Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:10:39.097Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802239095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:10:39.197Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:10:39.198Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:10:39.199Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:10:39.209Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:10:39.209Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-11-18T20:10:40.098Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T20:10:40.099Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-18T20:10:40.100Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 1377341c-ed59-4439-a2ff-38c1d7a31051, URL: /sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar to file: /app/ASDC/1/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar
2022-11-18T20:10:40.100Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar
2022-11-18T20:10:40.100Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar
2022-11-18T20:10:40.101Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar
2022-11-18T20:10:40.231Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13635721728343435208/Definitions/service-DemoPnfFbi9oxkhosssk79cqdmy-template.yml
2022-11-18T20:10:40.806Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-18T20:10:40.807Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-18T20:10:40.807Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar
2022-11-18T20:10:40.807Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-18T20:10:40.807Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 7e2ee99d-f278 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-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar
2022-11-18T20:10:40.807Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar
2022-11-18T20:10:40.807Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar
2022-11-18T20:10:40.807Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar
2022-11-18T20:10:40.808Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar
2022-11-18T20:10:40.808Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar
2022-11-18T20:10:40.808Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar
2022-11-18T20:10:40.808Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-18T20:10:40.808Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:10:40.808Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_FBi9oxKHoSssk79CqDmy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:10:40.808Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Node template pNF 7e2ee99d-f278 0 is matching search criteria
2022-11-18T20:10:40.808Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-18T20:10:40.808Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 7e2ee99d-f278 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T20:10:40.808Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:10:40.809Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_FBi9oxKHoSssk79CqDmy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:10:40.809Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Node template pNF 7e2ee99d-f278 0 is matching search criteria
2022-11-18T20:10:40.809Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-18T20:10:40.809Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 7e2ee99d-f278 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T20:10:40.809Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:10:40.809Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_FBi9oxKHoSssk79CqDmy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:10:40.809Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:10:40.809Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_FBi9oxKHoSssk79CqDmy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:10:40.809Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:10:40.809Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_FBi9oxKHoSssk79CqDmy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:10:40.809Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:10:40.809Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_FBi9oxKHoSssk79CqDmy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:10:40.809Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:10:40.809Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_FBi9oxKHoSssk79CqDmy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:10:40.809Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_FBi9oxKHoSssk79CqDmy
Description:catalog service description
Model UUID:1ebda0de-3ba8-4f55-ba79-55672f7e0c3f
Model Version:NULL
Model InvariantUuid:f6535433-aa64-411c-8b41-19a9a71198d6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-18T20:10:40.821Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 56376690-ea9b-4afc-b78a-996a7ad02c07
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T20:10:40.825Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||pNF 7e2ee99d-f278 0
2022-11-18T20:10:40.826Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 56376690-ea9b-4afc-b78a-996a7ad02c07
2022-11-18T20:10:40.826Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 1ebda0de-3ba8-4f55-ba79-55672f7e0c3f
2022-11-18T20:10:40.826Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 1ebda0de-3ba8-4f55-ba79-55672f7e0c3f
2022-11-18T20:10:40.826Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 7e2ee99d-f278 0 56376690-ea9b-4afc-b78a-996a7ad02c07 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T20:10:40.844Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3199e244, org.onap.sdc.toscaparser.api.parameters.Input@5cb3933b, org.onap.sdc.toscaparser.api.parameters.Input@6e93fb18, org.onap.sdc.toscaparser.api.parameters.Input@4fb394a1, org.onap.sdc.toscaparser.api.parameters.Input@31c6d4d1]
2022-11-18T20:10:40.845Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:10:40.845Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_FBi9oxKHoSssk79CqDmy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:10:40.845Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 1ebda0de-3ba8-4f55-ba79-55672f7e0c3f: pNF 7e2ee99d-f278
2022-11-18T20:10:40.845Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||Processing PNF resource: 56376690-ea9b-4afc-b78a-996a7ad02c07
2022-11-18T20:10:40.846Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:10:40.846Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_FBi9oxKHoSssk79CqDmy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:10:40.846Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||Resource customization UUID: 74b7fe58-31b6-472f-a7f8-a813314c6be0 is the same as notified resource customizationUUID: 74b7fe58-31b6-472f-a7f8-a813314c6be0
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-11-18T20:10:40.894Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 7e2ee99d-f278 56376690-ea9b-4afc-b78a-996a7ad02c07 0 ASDC deployResourceStructure
2022-11-18T20:10:40.895Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar ASDC sendASDCNotification
2022-11-18T20:10:40.895Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar
2022-11-18T20:10:40.895Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T20:10:40.895Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:10:40.898Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:10:40.898Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802240895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T20:10:40.998Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:10:40.999Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:10:40.999Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:10:41.010Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:10:41.011Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:10:41.899Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c3277aa-a095-47cb-aeee-a44774f1757f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T20:10:41.907Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c3277aa-a095-47cb-aeee-a44774f1757f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T20:10:41.909Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T20:10:41.909Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-18T20:10:41.909Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-18T20:11:11.909Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c3277aa-a095-47cb-aeee-a44774f1757f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T20:11:11.917Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c3277aa-a095-47cb-aeee-a44774f1757f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T20:11:11.920Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T20:11:11.920Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-18T20:11:11.920Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-18T20:11:30.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:11:30.270Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:11:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:11:30.348Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:11:30.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a837a1-5ce7-4b80-af52-3d0939e1f496",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802170267,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T20:11:30.352Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:11:30.352Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.352Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a837a1-5ce7-4b80-af52-3d0939e1f496",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802173325,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:11:30.352Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:11:30.352Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.352Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a837a1-5ce7-4b80-af52-3d0939e1f496",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802174945,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T20:11:30.352Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:11:30.352Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.352Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668802185940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.352Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:11:30.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "aai-ml",
  "timestamp": 1668802187025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.353Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:11:30.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "cds",
  "timestamp": 1668802183138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.353Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:11:30.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668802181133,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.353Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:11:30.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "aai-ml",
  "timestamp": 1668802187025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.353Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:11:30.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "cds",
  "timestamp": 1668802183138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.353Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:11:30.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668802185940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.353Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:11:30.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668802181133,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.353Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:11:30.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668802185940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.353Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:11:30.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "aai-ml",
  "timestamp": 1668802187025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.353Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:11:30.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "cds",
  "timestamp": 1668802183138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.353Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:11:30.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668802181133,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.354Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:11:30.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668802185940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.354Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:11:30.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "cds",
  "timestamp": 1668802183138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.354Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:11:30.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "aai-ml",
  "timestamp": 1668802187025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.354Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:11:30.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668802181133,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.354Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:11:30.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668802192524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.354Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:11:30.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "cds",
  "timestamp": 1668802183138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.354Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:11:30.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "aai-ml",
  "timestamp": 1668802187025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.354Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:11:30.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668802185940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.354Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:11:30.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668802181133,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.355Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:11:30.355Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.355Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668802192524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.355Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:11:30.355Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.355Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "cds",
  "timestamp": 1668802183138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.355Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:11:30.355Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.355Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "aai-ml",
  "timestamp": 1668802187025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.355Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:11:30.355Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.355Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668802185940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-11-18T20:11:30.355Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:11:30.355Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.355Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668802181133,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.355Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:11:30.355Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.355Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668802192524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.355Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:11:30.355Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.355Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "aai-ml",
  "timestamp": 1668802187025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.355Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:11:30.355Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.355Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "cds",
  "timestamp": 1668802183138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.355Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:11:30.355Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.355Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668802185940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.355Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668802181133,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668802192524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "cds",
  "timestamp": 1668802183138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "aai-ml",
  "timestamp": 1668802187025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668802185940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668802181133,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668802192524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "cds",
  "timestamp": 1668802197105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668802197480,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "aai-ml",
  "timestamp": 1668802197475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668802192524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:11:30.356Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.357Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668802198026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:11:30.357Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:11:30.357Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.357Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "cds",
  "timestamp": 1668802198112,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T20:11:30.362Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6c3277aa-a095-47cb-aeee-a44774f1757f
2022-11-18T20:11:30.362Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c3277aa-a095-47cb-aeee-a44774f1757f and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T20:11:30.371Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.371Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668802198724,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-11-18T20:11:30.371Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:11:30.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.372Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668802192524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:11:30.372Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:11:30.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.372Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668802199728,
  "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-11-18T20:11:30.379Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 6c3277aa-a095-47cb-aeee-a44774f1757f
2022-11-18T20:11:30.379Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c3277aa-a095-47cb-aeee-a44774f1757f and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T20:11:30.388Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.388Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668802192524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T20:11:30.389Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:11:30.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668802203747,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T20:11:30.389Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:11:30.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "aai-ml",
  "timestamp": 1668802204430,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T20:11:30.389Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:11:30.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668802204768,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T20:11:30.393Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6c3277aa-a095-47cb-aeee-a44774f1757f
2022-11-18T20:11:30.394Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c3277aa-a095-47cb-aeee-a44774f1757f and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T20:11:30.401Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.401Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "aai-ml",
  "timestamp": 1668802205435,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T20:11:30.405Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6c3277aa-a095-47cb-aeee-a44774f1757f
2022-11-18T20:11:30.405Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c3277aa-a095-47cb-aeee-a44774f1757f and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T20:11:30.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:11:30.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a837a1-5ce7-4b80-af52-3d0939e1f496",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802206356,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-18T20:11:30.413Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:11:41.921Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c3277aa-a095-47cb-aeee-a44774f1757f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T20:11:41.930Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c3277aa-a095-47cb-aeee-a44774f1757f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T20:11:41.932Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T20:11:41.933Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-18T20:11:41.933Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-18T20:11:41.933Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-18T20:11:41.933Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T20:11:41.933Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T20:11:41.933Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T20:11:41.933Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T20:11:41.933Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T20:11:41.933Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T20:11:41.936Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-18T20:12:11.937Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6c3277aa-a095-47cb-aeee-a44774f1757f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-18T20:12:11.942Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6c3277aa-a095-47cb-aeee-a44774f1757f and serviceModelVersionId: 1ebda0de-3ba8-4f55-ba79-55672f7e0c3f
2022-11-18T20:12:11.943Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f6535433-aa64-411c-8b41-19a9a71198d6
2022-11-18T20:12:11.944Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f6535433-aa64-411c-8b41-19a9a71198d6/model-vers/model-ver/1ebda0de-3ba8-4f55-ba79-55672f7e0c3f?depth=0
2022-11-18T20:12:11.948Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-11-18T20:12:11.979Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6535433-aa64-411c-8b41-19a9a71198d6/model-vers/model-ver/1ebda0de-3ba8-4f55-ba79-55672f7e0c3f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-11-18T20:12:11.983Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6535433-aa64-411c-8b41-19a9a71198d6/model-vers/model-ver/1ebda0de-3ba8-4f55-ba79-55672f7e0c3f?depth=0|INFO|500||Invoke
2022-11-18T20:12:12.048Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6535433-aa64-411c-8b41-19a9a71198d6/model-vers/model-ver/1ebda0de-3ba8-4f55-ba79-55672f7e0c3f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-18T20:12:12.481Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6535433-aa64-411c-8b41-19a9a71198d6/model-vers/model-ver/1ebda0de-3ba8-4f55-ba79-55672f7e0c3f?depth=0|INFO|500||InvokeReturn
2022-11-18T20:12:12.482Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6535433-aa64-411c-8b41-19a9a71198d6/model-vers/model-ver/1ebda0de-3ba8-4f55-ba79-55672f7e0c3f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221118-20:12:13:097-91559], vertex-id=[413760], Content-Length=[0], Date=[Fri, 18 Nov 2022 20:12:13 GMT], Content-Type=[application/json]}
2022-11-18T20:12:12.482Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-11-18T20:12:12.482Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-18T20:12:12.482Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T20:12:12.489Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-18T20:12:12.490Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6c3277aa-a095-47cb-aeee-a44774f1757f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-18T20:12:12.490Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-18T20:12:12.490Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:12:12.492Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:12:12.492Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802332490,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-18T20:12:12.593Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:12:12.594Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:12:12.594Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:12:12.627Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:12:12.629Z||pool-34-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-18T20:12:13.511Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:12:13.513Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:12:13.513Z|6c3277aa-a095-47cb-aeee-a44774f1757f|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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:12:14.155Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:12:14.157Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:12:14.157Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"cbe49c2a-2324-46f0-9057-0b21a1867aa9","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"689485af-9166-4d80-8fdc-53bf939bfb75","serviceDescription":"service","serviceInvariantUUID":"fa06fc87-833e-468c-947f-baa6d8fa8b68","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"14d923ee-a6b1-4929-86a7-5d86ebc04014","resourceInvariantUUID":"66a4e271-a492-489a-91c5-b734369aad9e","resourceCustomizationUUID":"9532c26d-ae87-43d9-a321-d78f9bd4abfe","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"OTViYjgxYzMxNmQ2MzliZTI4NzIxMmU5OGZiMDY4NmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"653b2010-9960-4eb1-baf6-6d1566b4648a","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"MmU3ODZjMGQyYTQ4NThmYWNmZWU4ZTY0YzE1ZTAxODI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ad303bf8-01eb-4a30-a41b-460c46d08585","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"258cd8d5-4c63-4c91-97c6-5d906bc93a09","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"82f428e1-6861-417e-a389-fb2a3447bbaa","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6cf7413b-8e3e-4370-9b03-69d8890d2bf2","artifactVersion":"2","generatedFromUUID":"258cd8d5-4c63-4c91-97c6-5d906bc93a09"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ODEwYjQ4NmFlNjU1ZGE2NWM5YzU5YTU1NWM4MWQ0NDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8399aa3-35bf-4527-80ae-4ebd1893704f","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NWRiODRhMmY2YmEyNGViMjFiNjk2NWE4NTdlZGIzMTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"47acd75f-9d2e-4be4-8d8f-b5c4be2b6ffe","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-18T20:12:14.158Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:12:14.158Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:12:14.160Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:12:14.161Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802333511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:14.261Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:12:14.261Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:12:14.262Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:12:14.290Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:12:14.290Z||pool-35-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:12:15.161Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:12:15.162Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:12:15.164Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:12:15.164Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802333511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-18T20:12:15.264Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:12:15.265Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:12:15.265Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:12:15.279Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:12:15.281Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-18T20:12:16.164Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:12:16.165Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:12:16.167Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:12:16.167Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802333511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-18T20:12:16.267Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:12:16.268Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:12:16.268Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:12:16.278Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:12:16.279Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:12:17.167Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:12:17.168Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:12:17.189Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:12:17.189Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802333511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:17.271Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 82 ms
2022-11-18T20:12:17.272Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:12:17.272Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:12:17.283Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:12:17.284Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-18T20:12:18.190Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:12:18.190Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:12:18.194Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:12:18.195Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802333511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-18T20:12:18.300Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-11-18T20:12:18.301Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:12:18.301Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:12:18.312Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:12:18.313Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:12:19.195Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:12:19.196Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:12:19.199Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:12:19.199Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802333511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:19.299Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:12:19.300Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:12:19.301Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:12:19.313Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:12:19.314Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:12:20.199Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:12:20.201Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:12:20.204Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:12:20.205Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802333511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T20:12:20.306Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-18T20:12:20.307Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:12:20.307Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:12:20.330Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:12:20.331Z||pool-41-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:12:21.206Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "689485af-9166-4d80-8fdc-53bf939bfb75",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fa06fc87-833e-468c-947f-baa6d8fa8b68",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "9532c26d-ae87-43d9-a321-d78f9bd4abfe",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "14d923ee-a6b1-4929-86a7-5d86ebc04014",
      "resourceInvariantUUID": "66a4e271-a492-489a-91c5-b734369aad9e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
          "artifactChecksum": "MmU3ODZjMGQyYTQ4NThmYWNmZWU4ZTY0YzE1ZTAxODI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ad303bf8-01eb-4a30-a41b-460c46d08585",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "258cd8d5-4c63-4c91-97c6-5d906bc93a09",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "6cf7413b-8e3e-4370-9b03-69d8890d2bf2",
            "generatedFromUUID": "258cd8d5-4c63-4c91-97c6-5d906bc93a09"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "6cf7413b-8e3e-4370-9b03-69d8890d2bf2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NWRiODRhMmY2YmEyNGViMjFiNjk2NWE4NTdlZGIzMTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "47acd75f-9d2e-4be4-8d8f-b5c4be2b6ffe"
    }
  ],
  "workloadContext": "Production"
}
2022-11-18T20:12:21.206Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-18T20:12:21.207Z|6c3277aa-a095-47cb-aeee-a44774f1757f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 689485af-9166-4d80-8fdc-53bf939bfb75 ASDC
2022-11-18T20:12:21.207Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:cbe49c2a-2324-46f0-9057-0b21a1867aa9
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:689485af-9166-4d80-8fdc-53bf939bfb75
ServiceInvariantUUID:fa06fc87-833e-468c-947f-baa6d8fa8b68
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:47acd75f-9d2e-4be4-8d8f-b5c4be2b6ffe
ArtifactChecksum:NWRiODRhMmY2YmEyNGViMjFiNjk2NWE4NTdlZGIzMTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:9532c26d-ae87-43d9-a321-d78f9bd4abfe
ResourceInvariantUUID:66a4e271-a492-489a-91c5-b734369aad9e
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:14d923ee-a6b1-4929-86a7-5d86ebc04014
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:ad303bf8-01eb-4a30-a41b-460c46d08585
ArtifactChecksum:MmU3ODZjMGQyYTQ4NThmYWNmZWU4ZTY0YzE1ZTAxODI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:258cd8d5-4c63-4c91-97c6-5d906bc93a09
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:6cf7413b-8e3e-4370-9b03-69d8890d2bf2
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:6cf7413b-8e3e-4370-9b03-69d8890d2bf2
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-18T20:12:21.207Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 689485af-9166-4d80-8fdc-53bf939bfb75 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T20:12:21.231Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T20:12:21.234Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-18T20:12:21.235Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-18T20:12:21.236Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 47acd75f-9d2e-4be4-8d8f-b5c4be2b6ffe from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-18T20:12:21.236Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-18T20:12:21.236Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-18T20:12:21.386Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-18T20:12:21.389Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 47acd75f-9d2e-4be4-8d8f-b5c4be2b6ffe 74812
2022-11-18T20:12:21.389Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-11-18T20:12:21.390Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-18T20:12:21.390Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T20:12:21.390Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:12:21.392Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:12:21.392Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802341389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:12:21.492Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:12:21.493Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:12:21.494Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:12:21.505Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:12:21.506Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:12:22.392Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T20:12:22.393Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-18T20:12:22.394Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 47acd75f-9d2e-4be4-8d8f-b5c4be2b6ffe, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-18T20:12:22.394Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-11-18T20:12:22.394Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-18T20:12:22.394Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-11-18T20:12:22.526Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11035545755000576948/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-11-18T20:12:23.427Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-18T20:12:23.427Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-18T20:12:23.427Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-18T20:12:23.427Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-18T20:12:23.427Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-18T20:12:23.427Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-18T20:12:23.427Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-18T20:12:23.428Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-18T20:12:23.428Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-18T20:12:23.428Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-18T20:12:23.428Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-18T20:12:23.428Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-18T20:12:23.428Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:12:23.428Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:12:23.428Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-18T20:12:23.428Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-18T20:12:23.428Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T20:12:23.428Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:12:23.428Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:12:23.428Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-18T20:12:23.428Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-18T20:12:23.428Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T20:12:23.429Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:12:23.429Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:12:23.429Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:12:23.429Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-18T20:12:23.429Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-11-18T20:12:23.429Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-11-18T20:12:23.429Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-11-18T20:12:23.429Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-18T20:12:23.429Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-18T20:12:23.429Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:12:23.429Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-18T20:12:23.429Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:12:23.429Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-18T20:12:23.429Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T20:12:23.429Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:12:23.429Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-18T20:12:23.429Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T20:12:23.430Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:12:23.430Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-18T20:12:23.430Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T20:12:23.430Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:12:23.430Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-18T20:12:23.430Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-18T20:12:23.430Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-18T20:12:23.430Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e7f3324a-4a90-4242-829c-5313bfb5c4c4
2022-11-18T20:12:23.430Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:12:23.430Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:12:23.430Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:12:23.430Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:12:23.430Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:12:23.430Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:12:23.430Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:12:23.430Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:12:23.430Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:689485af-9166-4d80-8fdc-53bf939bfb75
Model Version:NULL
Model InvariantUuid:fa06fc87-833e-468c-947f-baa6d8fa8b68
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:a44bf1eb-17ed-4cb1-b4f7-f7f1685b98bd
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:66a4e271-a492-489a-91c5-b734369aad9e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9532c26d-ae87-43d9-a321-d78f9bd4abfe
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:273f82ed-7761-47b1-aa83-cbdb3f623a68
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:911b4da9-b3f0-4317-baaa-cacffc1d2c49
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e7f3324a-4a90-4242-829c-5313bfb5c4c4
ModelInvariantUuid:e298a798-2816-4f79-8b5b-77f5f025fd79
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:af9402a8-0c18-41a4-abb5-6dcb3cc5b8d7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:ab5da3eb-6856-4456-8302-7b90fd0dc733
ModelInvariantUuid:ffde4e04-162b-41ae-ba64-2c0e55316418
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:ac01dc44-7d30-42d0-8cec-ccea5291466e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-18T20:12:23.438Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 14d923ee-a6b1-4929-86a7-5d86ebc04014
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T20:12:23.441Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||basic_vm 0
2022-11-18T20:12:23.441Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 14d923ee-a6b1-4929-86a7-5d86ebc04014
2022-11-18T20:12:23.441Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ad303bf8-01eb-4a30-a41b-460c46d08585 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-11-18T20:12:23.441Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-18T20:12:23.442Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-11-18T20:12:23.509Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-18T20:12:23.510Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ad303bf8-01eb-4a30-a41b-460c46d08585 787
2022-11-18T20:12:23.510Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-11-18T20:12:23.510Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-11-18T20:12:23.510Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T20:12:23.510Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:12:23.513Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:12:23.513Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802343510,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:12:23.613Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:12:23.614Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:12:23.614Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:12:23.627Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:12:23.627Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:12:24.514Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "273f82ed-7761-47b1-aa83-cbdb3f623a68",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "911b4da9-b3f0-4317-baaa-cacffc1d2c49",
    "vfModuleModelCustomizationUUID": "4c9f0bdf-8b22-4b39-8cdb-8169816ede4b",
    "isBase": true,
    "artifacts": [
      "258cd8d5-4c63-4c91-97c6-5d906bc93a09",
      "6cf7413b-8e3e-4370-9b03-69d8890d2bf2"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-18T20:12:24.519Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:911b4da9-b3f0-4317-baaa-cacffc1d2c49
VfModuleModelInvariantUUID:273f82ed-7761-47b1-aa83-cbdb3f623a68
VfModuleModelDescription:NULL
Artifacts UUID List:{
258cd8d5-4c63-4c91-97c6-5d906bc93a09
,
6cf7413b-8e3e-4370-9b03-69d8890d2bf2

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

isBase:true


}

2022-11-18T20:12:24.521Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "273f82ed-7761-47b1-aa83-cbdb3f623a68",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "911b4da9-b3f0-4317-baaa-cacffc1d2c49",
    "vfModuleModelCustomizationUUID": "4c9f0bdf-8b22-4b39-8cdb-8169816ede4b",
    "isBase": true,
    "artifacts": [
      "258cd8d5-4c63-4c91-97c6-5d906bc93a09",
      "6cf7413b-8e3e-4370-9b03-69d8890d2bf2"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-18T20:12:24.522Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:911b4da9-b3f0-4317-baaa-cacffc1d2c49
VfModuleModelInvariantUUID:273f82ed-7761-47b1-aa83-cbdb3f623a68
VfModuleModelDescription:NULL
Artifacts UUID List:{
258cd8d5-4c63-4c91-97c6-5d906bc93a09
,
6cf7413b-8e3e-4370-9b03-69d8890d2bf2

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

isBase:true


}

2022-11-18T20:12:24.523Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 258cd8d5-4c63-4c91-97c6-5d906bc93a09 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-11-18T20:12:24.523Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-18T20:12:24.524Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-11-18T20:12:24.722Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-18T20:12:24.723Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 258cd8d5-4c63-4c91-97c6-5d906bc93a09 5033
2022-11-18T20:12:24.724Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-11-18T20:12:24.724Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-11-18T20:12:24.725Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T20:12:24.725Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:12:24.728Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:12:24.728Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802344724,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:12:24.828Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-18T20:12:24.829Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:12:24.829Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:12:24.840Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:12:24.841Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:12:25.728Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6cf7413b-8e3e-4370-9b03-69d8890d2bf2 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-11-18T20:12:25.729Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-18T20:12:25.729Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-11-18T20:12:25.908Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-18T20:12:25.909Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 6cf7413b-8e3e-4370-9b03-69d8890d2bf2 903
2022-11-18T20:12:25.909Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-11-18T20:12:25.909Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-11-18T20:12:25.909Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T20:12:25.909Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:12:25.911Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:12:25.911Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802345909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:12:26.011Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:12:26.013Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:12:26.014Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:12:26.030Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:12:26.030Z||pool-45-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:12:26.912Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 689485af-9166-4d80-8fdc-53bf939bfb75
2022-11-18T20:12:26.912Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 14d923ee-a6b1-4929-86a7-5d86ebc04014 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T20:12:26.927Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7f61e1f5, org.onap.sdc.toscaparser.api.parameters.Input@221550e6, org.onap.sdc.toscaparser.api.parameters.Input@2fb492ac, org.onap.sdc.toscaparser.api.parameters.Input@75d6ec67, org.onap.sdc.toscaparser.api.parameters.Input@548c561]
2022-11-18T20:12:26.929Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:12:26.929Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:12:26.929Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-11-18T20:12:26.929Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 9532c26d-ae87-43d9-a321-d78f9bd4abfe
2022-11-18T20:12:26.929Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9532c26d-ae87-43d9-a321-d78f9bd4abfe matches Tosca VF Customization UUID: 9532c26d-ae87-43d9-a321-d78f9bd4abfe
2022-11-18T20:12:26.929Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 9532c26d-ae87-43d9-a321-d78f9bd4abfe  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-18T20:12:26.932Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:12:26.933Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:12:26.933Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 9532c26d-ae87-43d9-a321-d78f9bd4abfe: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-18T20:12:26.933Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@448f94c6
2022-11-18T20:12:26.934Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:12:26.934Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-18T20:12:26.934Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4c9f0bdf-8b22-4b39-8cdb-8169816ede4b
2022-11-18T20:12:26.934Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4c9f0bdf-8b22-4b39-8cdb-8169816ede4b
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-18T20:12:26.937Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:12:26.937Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-18T20:12:26.938Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T20:12:26.938Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:12:26.938Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-18T20:12:26.938Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T20:12:26.938Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:12:26.938Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-18T20:12:26.938Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-18T20:12:26.938Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-18T20:12:26.938Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e7f3324a-4a90-4242-829c-5313bfb5c4c4
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-18T20:12:26.941Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:12:26.941Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-18T20:12:26.941Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T20:12:26.941Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:12:26.942Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-18T20:12:26.942Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=9532c26d-ae87-43d9-a321-d78f9bd4abfe
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T20:12:26.944Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:12:26.944Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:12:26.944Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 689485af-9166-4d80-8fdc-53bf939bfb75: basic_vm
2022-11-18T20:12:26.944Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:12:26.944Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:12:26.945Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:12:26.945Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:12:26.945Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:12:26.945Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:12:26.945Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:12:26.945Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:12:26.945Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:12:26.945Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:12:26.945Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T20:12:27.027Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 14d923ee-a6b1-4929-86a7-5d86ebc04014 1 ASDC deployResourceStructure
2022-11-18T20:12:27.027Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-11-18T20:12:27.027Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-11-18T20:12:27.027Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T20:12:27.027Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:12:27.029Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:12:27.030Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802347027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-18T20:12:27.132Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-18T20:12:27.133Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:12:27.133Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:12:27.146Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:12:27.146Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:12:28.031Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-11-18T20:12:28.031Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-11-18T20:12:28.031Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T20:12:28.031Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:12:28.033Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:12:28.034Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802348031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-18T20:12:28.134Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:12:28.135Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:12:28.135Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:12:28.146Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:12:28.146Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:12:29.035Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-11-18T20:12:29.035Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-11-18T20:12:29.035Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T20:12:29.035Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:12:29.038Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:12:29.038Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802349035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-18T20:12:29.138Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:12:29.139Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:12:29.139Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:12:29.151Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:12:29.151Z||pool-48-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-18T20:12:30.039Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-11-18T20:12:30.039Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-18T20:12:30.040Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T20:12:30.040Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:12:30.042Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:12:30.042Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802350039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T20:12:30.142Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:12:30.143Z||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-11-18T20:12:30.143Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:12:30.154Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:12:30.154Z||pool-49-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:12:30.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:12:30.270Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:12:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:12:30.293Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:12:30.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802230267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802230267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802230267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802230267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802230267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.311Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802230267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/resourceInstances/pnf7e2ee99df2780/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.311Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802230267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.311Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "cds",
  "timestamp": 1668802228138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.311Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668802232524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.311Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802230267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T20:12:30.311Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "cds",
  "timestamp": 1668802228138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.311Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668802232524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-18T20:12:30.311Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802239095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:12:30.311Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:12:30.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "cds",
  "timestamp": 1668802228138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.312Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668802232524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-18T20:12:30.312Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "cds",
  "timestamp": 1668802228138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.312Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668802232524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.312Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802240895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFbi9oxkhosssk79cqdmy/1.0/artifacts/service-DemoPnfFbi9oxkhosssk79cqdmy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T20:12:30.312Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:12:30.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "cds",
  "timestamp": 1668802228138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.312Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.313Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.313Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668802232524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-18T20:12:30.313Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.313Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.313Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668802241135,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.313Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.313Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.313Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "cds",
  "timestamp": 1668802228138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.313Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.313Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.313Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668802232524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.313Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.313Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.313Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668802241135,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.313Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.313Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.313Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "cds",
  "timestamp": 1668802228138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T20:12:30.313Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.313Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.313Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668802232524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T20:12:30.313Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.313Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.313Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668802241135,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.313Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.314Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.314Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668802241135,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.314Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.314Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.314Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "cds",
  "timestamp": 1668802245465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:12:30.314Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:12:30.314Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.314Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668802245813,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:12:30.315Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:12:30.315Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.315Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668802241135,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.315Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.315Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.315Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668802245941,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.315Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.315Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.315Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "cds",
  "timestamp": 1668802246474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T20:12:30.321Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cbe49c2a-2324-46f0-9057-0b21a1867aa9
2022-11-18T20:12:30.321Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cbe49c2a-2324-46f0-9057-0b21a1867aa9 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T20:12:30.330Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.331Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668802246993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:12:30.331Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:12:30.331Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.331Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668802245941,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.331Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.331Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.331Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668802241135,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.331Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.331Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.331Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "aai-ml",
  "timestamp": 1668802247025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.331Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.331Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.331Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668802248158,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:12:30.331Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:12:30.332Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.332Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "cds",
  "timestamp": 1668802247477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.332Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.332Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.332Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668802245941,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.332Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.332Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.332Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "aai-ml",
  "timestamp": 1668802247025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.332Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.332Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.332Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668802241135,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T20:12:30.332Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.332Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.332Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668802249187,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T20:12:30.336Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cbe49c2a-2324-46f0-9057-0b21a1867aa9
2022-11-18T20:12:30.336Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cbe49c2a-2324-46f0-9057-0b21a1867aa9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T20:12:30.356Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.356Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "cds",
  "timestamp": 1668802247477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.357Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.357Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.357Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668802245941,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.357Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.357Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.357Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "aai-ml",
  "timestamp": 1668802247025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.357Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.357Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.357Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668802249810,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:12:30.357Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:12:30.357Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.357Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668802250193,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-18T20:12:30.357Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:12:30.357Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.357Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "cds",
  "timestamp": 1668802247477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.357Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.357Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.357Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668802245941,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.357Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.357Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.357Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "aai-ml",
  "timestamp": 1668802247025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.357Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.357Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.358Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "cds",
  "timestamp": 1668802247477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.358Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.358Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.358Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668802245941,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.358Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.358Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.358Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "aai-ml",
  "timestamp": 1668802247025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.358Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.358Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.358Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "cds",
  "timestamp": 1668802247477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.358Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.358Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.358Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668802245941,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.358Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.358Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.358Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "aai-ml",
  "timestamp": 1668802247025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.358Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.358Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.358Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668802252524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.358Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.358Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.358Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "cds",
  "timestamp": 1668802247477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.358Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.359Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.359Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668802245941,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.359Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.359Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.359Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "aai-ml",
  "timestamp": 1668802247025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T20:12:30.359Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.359Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.359Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668802252524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-11-18T20:12:30.359Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.359Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.359Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "cds",
  "timestamp": 1668802247477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.359Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.359Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.359Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668802245941,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.359Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.359Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.359Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "aai-ml",
  "timestamp": 1668802254858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:12:30.359Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:12:30.359Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.359Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668802252524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-11-18T20:12:30.359Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.359Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.360Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "cds",
  "timestamp": 1668802247477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.360Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.360Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.360Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668802245941,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.360Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.360Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.360Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668802252524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-18T20:12:30.360Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.360Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.360Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "cds",
  "timestamp": 1668802247477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T20:12:30.360Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.360Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.360Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668802245941,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.360Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.360Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.360Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668802252524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-18T20:12:30.361Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.361Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.361Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668802245941,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.361Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.361Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.361Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668802252524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.361Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.361Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.361Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "cds",
  "timestamp": 1668802257913,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:12:30.361Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:12:30.361Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.361Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668802245941,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.361Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.361Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.361Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668802258577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T20:12:30.361Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:12:30.361Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.361Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668802252524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-11-18T20:12:30.361Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.361Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.361Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "cds",
  "timestamp": 1668802258919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T20:12:30.384Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e26a0f1e-738b-4d1f-a745-37af4714de3b
2022-11-18T20:12:30.385Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e26a0f1e-738b-4d1f-a745-37af4714de3b and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T20:12:30.398Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.398Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668802245941,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.399Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.399Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.399Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668802259610,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T20:12:30.405Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cbe49c2a-2324-46f0-9057-0b21a1867aa9
2022-11-18T20:12:30.405Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cbe49c2a-2324-46f0-9057-0b21a1867aa9 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T20:12:30.411Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668802252524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.412Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668802245941,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.412Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668802241135,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.412Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668802252524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T20:12:30.412Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668802245941,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668802241135,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668802262376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:12:30.413Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:12:30.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668802241135,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668802263640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:12:30.413Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:12:30.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668802241135,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668802264888,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:12:30.413Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:12:30.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668802241135,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.414Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "aai-ml",
  "timestamp": 1668802266053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T20:12:30.414Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:12:30.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668802266110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:12:30.414Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:12:30.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668802241135,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.414Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "aai-ml",
  "timestamp": 1668802267057,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T20:12:30.418Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cbe49c2a-2324-46f0-9057-0b21a1867aa9
2022-11-18T20:12:30.418Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cbe49c2a-2324-46f0-9057-0b21a1867aa9 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T20:12:30.425Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.426Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668802267191,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T20:12:30.430Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e26a0f1e-738b-4d1f-a745-37af4714de3b
2022-11-18T20:12:30.430Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e26a0f1e-738b-4d1f-a745-37af4714de3b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T20:12:30.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.440Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668802241135,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.440Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.440Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "aai-ml",
  "timestamp": 1668802247025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.441Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668802268195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-18T20:12:30.441Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:12:30.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668802241135,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.441Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "aai-ml",
  "timestamp": 1668802247025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.441Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668802241135,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T20:12:30.441Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "aai-ml",
  "timestamp": 1668802247025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.441Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668802270214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:12:30.441Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:12:30.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "aai-ml",
  "timestamp": 1668802247025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.442Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "aai-ml",
  "timestamp": 1668802247025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.442Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "aai-ml",
  "timestamp": 1668802247025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.442Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "aai-ml",
  "timestamp": 1668802247025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.442Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "aai-ml",
  "timestamp": 1668802247025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:12:30.442Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "aai-ml",
  "timestamp": 1668802247025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T20:12:30.442Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:12:30.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "aai-ml",
  "timestamp": 1668802277243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:12:30.442Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:12:30.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668802277073,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T20:12:30.442Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:12:30.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668802278106,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T20:12:30.448Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e26a0f1e-738b-4d1f-a745-37af4714de3b
2022-11-18T20:12:30.448Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e26a0f1e-738b-4d1f-a745-37af4714de3b and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T20:12:30.456Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.456Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "aai-ml",
  "timestamp": 1668802289018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T20:12:30.457Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:12:30.457Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:12:30.457Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "aai-ml",
  "timestamp": 1668802290023,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T20:12:30.462Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e26a0f1e-738b-4d1f-a745-37af4714de3b
2022-11-18T20:12:30.462Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e26a0f1e-738b-4d1f-a745-37af4714de3b and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T20:12:31.043Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cbe49c2a-2324-46f0-9057-0b21a1867aa9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T20:12:31.050Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cbe49c2a-2324-46f0-9057-0b21a1867aa9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T20:12:31.053Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T20:12:31.053Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-18T20:12:31.053Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-18T20:12:31.053Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-18T20:12:31.053Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T20:12:31.053Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T20:12:31.053Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T20:12:31.053Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T20:12:31.053Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T20:12:31.053Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T20:12:31.056Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-18T20:13:01.057Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cbe49c2a-2324-46f0-9057-0b21a1867aa9 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-18T20:13:01.061Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cbe49c2a-2324-46f0-9057-0b21a1867aa9 and serviceModelVersionId: 689485af-9166-4d80-8fdc-53bf939bfb75
2022-11-18T20:13:01.062Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fa06fc87-833e-468c-947f-baa6d8fa8b68
2022-11-18T20:13:01.063Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fa06fc87-833e-468c-947f-baa6d8fa8b68/model-vers/model-ver/689485af-9166-4d80-8fdc-53bf939bfb75?depth=0
2022-11-18T20:13:01.068Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-11-18T20:13:01.127Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa06fc87-833e-468c-947f-baa6d8fa8b68/model-vers/model-ver/689485af-9166-4d80-8fdc-53bf939bfb75?depth=0|INFO|500||Invoke
2022-11-18T20:13:01.128Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa06fc87-833e-468c-947f-baa6d8fa8b68/model-vers/model-ver/689485af-9166-4d80-8fdc-53bf939bfb75?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa06fc87-833e-468c-947f-baa6d8fa8b68/model-vers/model-ver/689485af-9166-4d80-8fdc-53bf939bfb75?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cbe49c2a-2324-46f0-9057-0b21a1867aa9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b915be5d-1397-48a0-8d00-7b212931a426], X-ECOMP-RequestID=[cbe49c2a-2324-46f0-9057-0b21a1867aa9], X-TransactionId=[], X-ONAP-RequestID=[cbe49c2a-2324-46f0-9057-0b21a1867aa9], Content-Type=[application/merge-patch+json]}
2022-11-18T20:13:01.147Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa06fc87-833e-468c-947f-baa6d8fa8b68/model-vers/model-ver/689485af-9166-4d80-8fdc-53bf939bfb75?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-18T20:13:01.311Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa06fc87-833e-468c-947f-baa6d8fa8b68/model-vers/model-ver/689485af-9166-4d80-8fdc-53bf939bfb75?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/fa06fc87-833e-468c-947f-baa6d8fa8b68/model-vers/model-ver/689485af-9166-4d80-8fdc-53bf939bfb75?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221118-20:13:02:144-71776], vertex-id=[430144], Content-Length=[0], Date=[Fri, 18 Nov 2022 20:13:02 GMT], Content-Type=[application/json]}
2022-11-18T20:13:01.311Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa06fc87-833e-468c-947f-baa6d8fa8b68/model-vers/model-ver/689485af-9166-4d80-8fdc-53bf939bfb75?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-18T20:13:01.312Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa06fc87-833e-468c-947f-baa6d8fa8b68/model-vers/model-ver/689485af-9166-4d80-8fdc-53bf939bfb75?depth=0|INFO|500||InvokeReturn
2022-11-18T20:13:01.313Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-18T20:13:01.313Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T20:13:01.320Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-18T20:13:01.322Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cbe49c2a-2324-46f0-9057-0b21a1867aa9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-18T20:13:01.322Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-18T20:13:01.323Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:13:01.326Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:13:01.326Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802381322,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-18T20:13:01.425Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-18T20:13:01.426Z||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-11-18T20:13:01.426Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:13:01.445Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:13:01.446Z||pool-50-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-18T20:13:02.342Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:13:02.342Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"e26a0f1e-738b-4d1f-a745-37af4714de3b","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"3136c847-89fc-4e80-ba96-012f197874dd","serviceDescription":"service","serviceInvariantUUID":"04928e8b-82aa-4d96-ac21-b6f74180c328","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0e0c26b3-6f18-40c2-ad96-4bc9d244c09b","resourceInvariantUUID":"48164463-daef-40ce-8e5e-a7234ca04629","resourceCustomizationUUID":"1bc2eb3c-5355-46d3-87dc-4b86d6bd5062","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"YTEwYTFhZGU4ZTczMWE3Y2VjMmJhMjVkMjRlZjJiNzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"611ea97f-8f76-4ee1-a445-40e683137aca","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"17786cdf-3aa1-443d-bf29-220c84045377","artifactVersion":"2","generatedFromUUID":"a999754b-6156-424c-81a1-9ee178e543cb"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a999754b-6156-424c-81a1-9ee178e543cb","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"MGQwZWI2ODcwZGJjNTJiYjBkZTE4NWE5ZDE0MDk3YzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"22a7dc9c-d980-411c-9560-eff4ed03d91c","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ecc09b38-8b31-4349-bd9e-20cfeeb8488d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ea2ff3e4-cbe3-43c9-8753-55c47f988855","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"43b9e626-038a-445b-ad20-362341dbdc71","artifactVersion":"2","generatedFromUUID":"ecc09b38-8b31-4349-bd9e-20cfeeb8488d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MTgwYTg1NjFkN2ZkZGI0YzExN2IwMjNmZjAzMmRkNDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dbef80ac-2a47-41cb-ab61-f17d2cec5f11","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NmE4NTMwYzAzMWQ2MzUzM2RiNmQxMzRiOTYwZTc3MzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ea5410d4-0ea6-4000-a7d7-57154d1a5c53","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-18T20:13:02.343Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:13:02.343Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:13:02.346Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:13:02.346Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802333511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:13:02.446Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:13:02.447Z||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-11-18T20:13:02.447Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:13:02.458Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:13:02.458Z||pool-51-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:13:03.346Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:13:03.347Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:13:03.349Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:13:03.349Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802333511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-11-18T20:13:03.450Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-18T20:13:03.450Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:13:03.451Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:13:03.480Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:13:03.481Z||pool-52-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-11-18T20:13:04.350Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:13:04.351Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:13:04.352Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:13:04.353Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802333511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-11-18T20:13:04.453Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:13:04.454Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:13:04.454Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:13:04.465Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:13:04.466Z||pool-53-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:13:05.353Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:13:05.354Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:13:05.357Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:13:05.358Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802333511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-18T20:13:05.458Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:13:05.463Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:13:05.463Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:13:05.480Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:13:05.481Z||pool-54-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:13:06.358Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:13:06.359Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:13:06.361Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:13:06.361Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802333511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-18T20:13:06.462Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-18T20:13:06.463Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:13:06.463Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:13:06.474Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:13:06.475Z||pool-55-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:13:07.362Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:13:07.363Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:13:07.365Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:13:07.365Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802333511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:13:07.466Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-18T20:13:07.467Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:13:07.467Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:13:07.479Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:13:07.479Z||pool-56-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:13:08.366Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:13:08.366Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:13:08.368Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:13:08.369Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802333511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-11-18T20:13:08.469Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:13:08.470Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:13:08.470Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:13:08.482Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:13:08.482Z||pool-57-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:13:09.369Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:13:09.370Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:13:09.372Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:13:09.372Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802333511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:13:09.472Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:13:09.473Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:13:09.473Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:13:09.484Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:13:09.484Z||pool-58-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:13:10.373Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:13:10.373Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:13:10.375Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:13:10.376Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802333511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T20:13:10.476Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:13:10.477Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:13:10.477Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:13:10.487Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:13:10.488Z||pool-59-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-18T20:13:11.377Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "3136c847-89fc-4e80-ba96-012f197874dd",
  "serviceDescription": "service",
  "serviceInvariantUUID": "04928e8b-82aa-4d96-ac21-b6f74180c328",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "1bc2eb3c-5355-46d3-87dc-4b86d6bd5062",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0e0c26b3-6f18-40c2-ad96-4bc9d244c09b",
      "resourceInvariantUUID": "48164463-daef-40ce-8e5e-a7234ca04629",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "nginx_cloudtech_k8s_charts.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "17786cdf-3aa1-443d-bf29-220c84045377",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "nginx_cloudtech_k8s_charts.tgz",
          "artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
          "artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a999754b-6156-424c-81a1-9ee178e543cb",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "basic_cnf0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
          "artifactChecksum": "MGQwZWI2ODcwZGJjNTJiYjBkZTE4NWE5ZDE0MDk3YzU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "22a7dc9c-d980-411c-9560-eff4ed03d91c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
          "artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ecc09b38-8b31-4349-bd9e-20cfeeb8488d",
          "generatedArtifact": {
            "artifactName": "base_dummy.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
            "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "43b9e626-038a-445b-ad20-362341dbdc71",
            "generatedFromUUID": "ecc09b38-8b31-4349-bd9e-20cfeeb8488d"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
          "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "43b9e626-038a-445b-ad20-362341dbdc71",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NmE4NTMwYzAzMWQ2MzUzM2RiNmQxMzRiOTYwZTc3MzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ea5410d4-0ea6-4000-a7d7-57154d1a5c53"
    }
  ],
  "workloadContext": "Production"
}
2022-11-18T20:13:11.377Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-18T20:13:11.377Z|cbe49c2a-2324-46f0-9057-0b21a1867aa9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 3136c847-89fc-4e80-ba96-012f197874dd ASDC
2022-11-18T20:13:11.378Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:e26a0f1e-738b-4d1f-a745-37af4714de3b
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:3136c847-89fc-4e80-ba96-012f197874dd
ServiceInvariantUUID:04928e8b-82aa-4d96-ac21-b6f74180c328
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:ea5410d4-0ea6-4000-a7d7-57154d1a5c53
ArtifactChecksum:NmE4NTMwYzAzMWQ2MzUzM2RiNmQxMzRiOTYwZTc3MzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:1bc2eb3c-5355-46d3-87dc-4b86d6bd5062
ResourceInvariantUUID:48164463-daef-40ce-8e5e-a7234ca04629
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:0e0c26b3-6f18-40c2-ad96-4bc9d244c09b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:17786cdf-3aa1-443d-bf29-220c84045377
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:a999754b-6156-424c-81a1-9ee178e543cb
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:22a7dc9c-d980-411c-9560-eff4ed03d91c
ArtifactChecksum:MGQwZWI2ODcwZGJjNTJiYjBkZTE4NWE5ZDE0MDk3YzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:ecc09b38-8b31-4349-bd9e-20cfeeb8488d
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:43b9e626-038a-445b-ad20-362341dbdc71
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:43b9e626-038a-445b-ad20-362341dbdc71
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-18T20:13:11.378Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3136c847-89fc-4e80-ba96-012f197874dd ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-18T20:13:11.403Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T20:13:11.404Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-18T20:13:11.405Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-18T20:13:11.405Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ea5410d4-0ea6-4000-a7d7-57154d1a5c53 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-18T20:13:11.405Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-18T20:13:11.406Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-18T20:13:11.481Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-18T20:13:11.484Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ea5410d4-0ea6-4000-a7d7-57154d1a5c53 73680
2022-11-18T20:13:11.484Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-11-18T20:13:11.484Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-18T20:13:11.485Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T20:13:11.485Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:13:11.486Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:13:11.486Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802391484,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:13:11.587Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:13:11.588Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:13:11.588Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:13:11.599Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:13:11.601Z||pool-60-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:13:12.488Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T20:13:12.489Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-18T20:13:12.489Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: ea5410d4-0ea6-4000-a7d7-57154d1a5c53, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-18T20:13:12.490Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-11-18T20:13:12.490Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-18T20:13:12.490Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-18T20:13:12.639Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12609574418657253064/Definitions/service-BasicCnf-template.yml
Log warning: The required parameter "compute_dummy_metadata" is not provided
Log warning: The required parameter "compute_dummy_name" is not provided
2022-11-18T20:13:13.511Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-18T20:13:13.512Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-18T20:13:13.512Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-18T20:13:13.512Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-11-18T20:13:13.512Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-18T20:13:13.512Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-18T20:13:13.512Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-18T20:13:13.512Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-18T20:13:13.512Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-18T20:13:13.512Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:13:13.512Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:13:13.512Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-18T20:13:13.512Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-18T20:13:13.512Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T20:13:13.513Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:13:13.513Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:13:13.513Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-18T20:13:13.513Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-18T20:13:13.513Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T20:13:13.513Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:13:13.513Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:13:13.513Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:13:13.513Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-18T20:13:13.513Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-11-18T20:13:13.513Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Node template dummy is not matching search criteria
2022-11-18T20:13:13.513Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-18T20:13:13.513Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:13:13.513Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-18T20:13:13.513Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:13:13.513Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-18T20:13:13.513Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T20:13:13.514Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:13:13.514Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-18T20:13:13.514Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T20:13:13.514Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:13:13.514Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-18T20:13:13.514Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T20:13:13.514Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:13:13.514Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-18T20:13:13.514Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-11-18T20:13:13.514Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=7cab1a60-3ef3-42c5-8dcd-c507e3f8c3e8
2022-11-18T20:13:13.514Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:13:13.514Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:13:13.514Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:13:13.514Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:13:13.514Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:13:13.514Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:13:13.514Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:13:13.515Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:13:13.515Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:3136c847-89fc-4e80-ba96-012f197874dd
Model Version:NULL
Model InvariantUuid:04928e8b-82aa-4d96-ac21-b6f74180c328
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:a2ddee9a-731f-4c0f-8bdd-bb404f23369f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:48164463-daef-40ce-8e5e-a7234ca04629
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1bc2eb3c-5355-46d3-87dc-4b86d6bd5062
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d7330abb-d96e-40bf-a24d-773c38cd60ea
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:ea4f1385-3a72-410d-9480-c8c5baf0c356
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7cab1a60-3ef3-42c5-8dcd-c507e3f8c3e8
ModelInvariantUuid:f95eb980-0e07-42cb-b956-05d7deab76ae
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:3cbfbd8d-e012-45dc-a6d4-b360987c4e3c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:19bb6dfc-ca25-4bc4-b190-371d57e093b8
ModelInvariantUuid:992335f2-7898-4579-9c26-7c8380044065
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:e03c6fbc-2176-41e5-b946-857b7711a3a6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-18T20:13:13.521Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 0e0c26b3-6f18-40c2-ad96-4bc9d244c09b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T20:13:13.524Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||basic_cnf 0
2022-11-18T20:13:13.524Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0e0c26b3-6f18-40c2-ad96-4bc9d244c09b
2022-11-18T20:13:13.524Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 17786cdf-3aa1-443d-bf29-220c84045377 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-11-18T20:13:13.524Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-18T20:13:13.525Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-11-18T20:13:13.585Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-18T20:13:13.586Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 17786cdf-3aa1-443d-bf29-220c84045377 12
2022-11-18T20:13:13.586Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-11-18T20:13:13.586Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-11-18T20:13:13.586Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T20:13:13.587Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:13:13.590Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:13:13.590Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802393586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:13:13.690Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:13:13.691Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:13:13.691Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:13:13.702Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:13:13.703Z||pool-61-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:13:14.590Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a999754b-6156-424c-81a1-9ee178e543cb from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-11-18T20:13:14.591Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-18T20:13:14.592Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-11-18T20:13:14.664Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-18T20:13:14.664Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz a999754b-6156-424c-81a1-9ee178e543cb 2688
2022-11-18T20:13:14.664Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-11-18T20:13:14.664Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-11-18T20:13:14.664Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T20:13:14.664Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:13:14.666Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:13:14.666Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802394664,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:13:14.766Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:13:14.768Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:13:14.768Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:13:14.780Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:13:14.780Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:13:15.668Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 22a7dc9c-d980-411c-9560-eff4ed03d91c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-11-18T20:13:15.668Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-18T20:13:15.669Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-11-18T20:13:15.735Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-18T20:13:15.736Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 22a7dc9c-d980-411c-9560-eff4ed03d91c 828
2022-11-18T20:13:15.736Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-11-18T20:13:15.736Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-11-18T20:13:15.736Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T20:13:15.736Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:13:15.768Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:13:15.770Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802395736,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:13:15.838Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 68 ms
2022-11-18T20:13:15.839Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:13:15.840Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:13:15.851Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:13:15.852Z||pool-63-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-18T20:13:16.771Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "d7330abb-d96e-40bf-a24d-773c38cd60ea",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ea4f1385-3a72-410d-9480-c8c5baf0c356",
    "vfModuleModelCustomizationUUID": "866119d9-8ff2-43f7-b5f4-97f3685276ac",
    "isBase": true,
    "artifacts": [
      "a999754b-6156-424c-81a1-9ee178e543cb",
      "ecc09b38-8b31-4349-bd9e-20cfeeb8488d",
      "43b9e626-038a-445b-ad20-362341dbdc71"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-18T20:13:16.775Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ea4f1385-3a72-410d-9480-c8c5baf0c356
VfModuleModelInvariantUUID:d7330abb-d96e-40bf-a24d-773c38cd60ea
VfModuleModelDescription:NULL
Artifacts UUID List:{
a999754b-6156-424c-81a1-9ee178e543cb
,
ecc09b38-8b31-4349-bd9e-20cfeeb8488d
,
43b9e626-038a-445b-ad20-362341dbdc71

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

isBase:true


}

2022-11-18T20:13:16.777Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "d7330abb-d96e-40bf-a24d-773c38cd60ea",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ea4f1385-3a72-410d-9480-c8c5baf0c356",
    "vfModuleModelCustomizationUUID": "866119d9-8ff2-43f7-b5f4-97f3685276ac",
    "isBase": true,
    "artifacts": [
      "a999754b-6156-424c-81a1-9ee178e543cb",
      "ecc09b38-8b31-4349-bd9e-20cfeeb8488d",
      "43b9e626-038a-445b-ad20-362341dbdc71"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-18T20:13:16.778Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ea4f1385-3a72-410d-9480-c8c5baf0c356
VfModuleModelInvariantUUID:d7330abb-d96e-40bf-a24d-773c38cd60ea
VfModuleModelDescription:NULL
Artifacts UUID List:{
a999754b-6156-424c-81a1-9ee178e543cb
,
ecc09b38-8b31-4349-bd9e-20cfeeb8488d
,
43b9e626-038a-445b-ad20-362341dbdc71

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

isBase:true


}

2022-11-18T20:13:16.778Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ecc09b38-8b31-4349-bd9e-20cfeeb8488d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-11-18T20:13:16.778Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-18T20:13:16.778Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-11-18T20:13:16.940Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-18T20:13:16.940Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ecc09b38-8b31-4349-bd9e-20cfeeb8488d 1164
2022-11-18T20:13:16.940Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-11-18T20:13:16.940Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-11-18T20:13:16.940Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T20:13:16.941Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:13:16.942Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:13:16.942Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802396940,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:13:17.044Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-18T20:13:17.045Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:13:17.045Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:13:17.057Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:13:17.057Z||pool-64-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:13:17.943Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 43b9e626-038a-445b-ad20-362341dbdc71 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-11-18T20:13:17.944Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-18T20:13:17.944Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-11-18T20:13:18.036Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-18T20:13:18.036Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 43b9e626-038a-445b-ad20-362341dbdc71 200
2022-11-18T20:13:18.037Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-11-18T20:13:18.037Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-11-18T20:13:18.037Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T20:13:18.037Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:13:18.039Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:13:18.039Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802398037,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:13:18.139Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:13:18.140Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:13:18.141Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:13:18.167Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:13:18.168Z||pool-65-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:13:19.040Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 3136c847-89fc-4e80-ba96-012f197874dd
2022-11-18T20:13:19.040Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 0e0c26b3-6f18-40c2-ad96-4bc9d244c09b ASDC
2022-11-18T20:13:19.049Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T20:13:19.065Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6ff6a0fa, org.onap.sdc.toscaparser.api.parameters.Input@64d151e1, org.onap.sdc.toscaparser.api.parameters.Input@78fbcb25, org.onap.sdc.toscaparser.api.parameters.Input@b968664, org.onap.sdc.toscaparser.api.parameters.Input@513d169c]
2022-11-18T20:13:19.067Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:13:19.072Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:13:19.073Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-11-18T20:13:19.073Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 1bc2eb3c-5355-46d3-87dc-4b86d6bd5062
2022-11-18T20:13:19.073Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1bc2eb3c-5355-46d3-87dc-4b86d6bd5062 matches Tosca VF Customization UUID: 1bc2eb3c-5355-46d3-87dc-4b86d6bd5062
2022-11-18T20:13:19.073Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 1bc2eb3c-5355-46d3-87dc-4b86d6bd5062  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-18T20:13:19.076Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:13:19.077Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:13:19.078Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 1bc2eb3c-5355-46d3-87dc-4b86d6bd5062: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-18T20:13:19.078Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@26134dd7
2022-11-18T20:13:19.078Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:13:19.078Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-18T20:13:19.079Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 866119d9-8ff2-43f7-b5f4-97f3685276ac
2022-11-18T20:13:19.079Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 866119d9-8ff2-43f7-b5f4-97f3685276ac
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-18T20:13:19.084Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:13:19.084Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-18T20:13:19.084Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T20:13:19.085Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:13:19.085Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-18T20:13:19.085Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T20:13:19.085Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:13:19.085Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-18T20:13:19.085Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-11-18T20:13:19.085Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=7cab1a60-3ef3-42c5-8dcd-c507e3f8c3e8
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-18T20:13:19.088Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:13:19.088Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-18T20:13:19.088Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T20:13:19.089Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:13:19.089Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-18T20:13:19.089Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=1bc2eb3c-5355-46d3-87dc-4b86d6bd5062
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T20:13:19.091Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:13:19.091Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:13:19.092Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 3136c847-89fc-4e80-ba96-012f197874dd: basic_cnf
2022-11-18T20:13:19.092Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:13:19.092Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:13:19.092Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:13:19.092Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:13:19.092Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:13:19.092Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:13:19.092Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:13:19.092Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:13:19.096Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:13:19.096Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:13:19.096Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T20:13:19.168Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 0e0c26b3-6f18-40c2-ad96-4bc9d244c09b 1 ASDC deployResourceStructure
2022-11-18T20:13:19.169Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-11-18T20:13:19.169Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-11-18T20:13:19.169Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-18T20:13:19.169Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:13:19.172Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:13:19.172Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802399169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-18T20:13:19.272Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:13:19.273Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:13:19.273Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:13:19.284Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:13:19.285Z||pool-66-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:13:20.172Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-11-18T20:13:20.173Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-11-18T20:13:20.173Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-18T20:13:20.173Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:13:20.176Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:13:20.176Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802400172,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-18T20:13:20.276Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-18T20:13:20.276Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:13:20.277Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:13:20.292Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:13:20.292Z||pool-67-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:13:21.177Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-11-18T20:13:21.180Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-11-18T20:13:21.180Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T20:13:21.180Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:13:21.182Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:13:21.182Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802401177,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-18T20:13:21.282Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:13:21.283Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:13:21.284Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:13:21.293Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:13:21.294Z||pool-68-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:13:22.186Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-11-18T20:13:22.186Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-11-18T20:13:22.186Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T20:13:22.186Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:13:22.188Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:13:22.188Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802402186,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-11-18T20:13:22.289Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-18T20:13:22.290Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:13:22.290Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:13:22.301Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:13:22.301Z||pool-69-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:13:23.189Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-11-18T20:13:23.190Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-11-18T20:13:23.190Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T20:13:23.190Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:13:23.192Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:13:23.193Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802403189,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-11-18T20:13:23.293Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:13:23.293Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:13:23.294Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:13:23.309Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:13:23.310Z||pool-70-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:13:24.193Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-11-18T20:13:24.194Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-18T20:13:24.194Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T20:13:24.194Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:13:24.196Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:13:24.197Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802404193,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T20:13:24.297Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:13:24.297Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:13:24.297Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:13:24.310Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:13:24.311Z||pool-71-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-18T20:13:25.198Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e26a0f1e-738b-4d1f-a745-37af4714de3b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T20:13:25.217Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e26a0f1e-738b-4d1f-a745-37af4714de3b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T20:13:25.220Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T20:13:25.220Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-18T20:13:25.220Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-18T20:13:25.220Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-18T20:13:25.221Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T20:13:25.221Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T20:13:25.221Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T20:13:25.221Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T20:13:25.221Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T20:13:25.221Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T20:13:25.224Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-18T20:13:30.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:13:30.270Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:13:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:13:30.316Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:13:30.317Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:13:30.317Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c3277aa-a095-47cb-aeee-a44774f1757f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802332490,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-18T20:13:30.317Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:13:30.317Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:13:30.317Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802333511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:13:30.317Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:13:30.318Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:13:30.318Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802333511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-18T20:13:30.318Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:13:30.318Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:13:30.318Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802333511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-18T20:13:30.318Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:13:30.318Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:13:30.318Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802333511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:13:30.318Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:13:30.318Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:13:30.318Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802333511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-18T20:13:30.318Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:13:30.318Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:13:30.318Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802333511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:13:30.318Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:13:30.318Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:13:30.319Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802333511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T20:13:30.319Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:13:30.319Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:13:30.319Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802341389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:13:30.319Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:13:30.319Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:13:30.319Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802343510,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:13:30.319Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:13:30.319Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:13:30.319Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802344724,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:13:30.319Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:13:30.319Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:13:30.319Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802345909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:13:30.319Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:13:30.319Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:13:30.319Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802347027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-18T20:13:30.319Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:13:30.319Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:13:30.319Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802348031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-18T20:13:30.319Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:13:30.319Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:13:30.319Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802349035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-18T20:13:30.319Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:13:30.320Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-18T20:13:30.320Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802350039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T20:13:30.320Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:13:55.224Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e26a0f1e-738b-4d1f-a745-37af4714de3b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-18T20:13:55.252Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e26a0f1e-738b-4d1f-a745-37af4714de3b and serviceModelVersionId: 3136c847-89fc-4e80-ba96-012f197874dd
2022-11-18T20:13:55.253Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 04928e8b-82aa-4d96-ac21-b6f74180c328
2022-11-18T20:13:55.254Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/04928e8b-82aa-4d96-ac21-b6f74180c328/model-vers/model-ver/3136c847-89fc-4e80-ba96-012f197874dd?depth=0
2022-11-18T20:13:55.258Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-11-18T20:13:55.338Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04928e8b-82aa-4d96-ac21-b6f74180c328/model-vers/model-ver/3136c847-89fc-4e80-ba96-012f197874dd?depth=0|INFO|500||Invoke
2022-11-18T20:13:55.338Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04928e8b-82aa-4d96-ac21-b6f74180c328/model-vers/model-ver/3136c847-89fc-4e80-ba96-012f197874dd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04928e8b-82aa-4d96-ac21-b6f74180c328/model-vers/model-ver/3136c847-89fc-4e80-ba96-012f197874dd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e26a0f1e-738b-4d1f-a745-37af4714de3b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2f3e586e-33c5-4298-bcfd-b7b06805ef6e], X-ECOMP-RequestID=[e26a0f1e-738b-4d1f-a745-37af4714de3b], X-TransactionId=[], X-ONAP-RequestID=[e26a0f1e-738b-4d1f-a745-37af4714de3b], Content-Type=[application/merge-patch+json]}
2022-11-18T20:13:55.398Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04928e8b-82aa-4d96-ac21-b6f74180c328/model-vers/model-ver/3136c847-89fc-4e80-ba96-012f197874dd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-18T20:13:55.839Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04928e8b-82aa-4d96-ac21-b6f74180c328/model-vers/model-ver/3136c847-89fc-4e80-ba96-012f197874dd?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/04928e8b-82aa-4d96-ac21-b6f74180c328/model-vers/model-ver/3136c847-89fc-4e80-ba96-012f197874dd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221118-20:13:56:412-70624], vertex-id=[442432], Content-Length=[0], Date=[Fri, 18 Nov 2022 20:13:56 GMT], Content-Type=[application/json]}
2022-11-18T20:13:55.840Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04928e8b-82aa-4d96-ac21-b6f74180c328/model-vers/model-ver/3136c847-89fc-4e80-ba96-012f197874dd?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-18T20:13:55.840Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04928e8b-82aa-4d96-ac21-b6f74180c328/model-vers/model-ver/3136c847-89fc-4e80-ba96-012f197874dd?depth=0|INFO|500||InvokeReturn
2022-11-18T20:13:55.841Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-18T20:13:55.841Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T20:13:55.847Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-18T20:13:55.848Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e26a0f1e-738b-4d1f-a745-37af4714de3b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-18T20:13:55.848Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-18T20:13:55.848Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:13:55.850Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:13:55.851Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802435848,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-18T20:13:55.950Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-18T20:13:55.952Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:13:55.952Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:13:55.995Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:13:55.996Z||pool-72-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-18T20:13:56.861Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:13:56.862Z||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-11-18T20:13:56.862Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:14:06.440Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:14:06.441Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:14:06.442Z||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-11-18T20:14:06.442Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:14:15.992Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:14:30.267Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:14:30.269Z||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-11-18T20:14:30.269Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:14:30.270Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:14:30.270Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:14:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:14:30.325Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:14:30.327Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-18T20:14:30.327Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbe49c2a-2324-46f0-9057-0b21a1867aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802381322,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-18T20:14:30.329Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:14:30.329Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-18T20:14:30.329Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802333511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:14:30.329Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:14:30.329Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-18T20:14:30.329Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802333511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-11-18T20:14:30.329Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:14:30.329Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-18T20:14:30.330Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802333511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-11-18T20:14:30.330Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:14:30.330Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-18T20:14:30.330Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802333511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-18T20:14:30.330Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:14:30.330Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-18T20:14:30.330Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802333511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-18T20:14:30.330Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:14:30.330Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-18T20:14:30.330Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802333511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:14:30.330Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:14:30.330Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-18T20:14:30.330Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802333511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-11-18T20:14:30.331Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:14:30.331Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-18T20:14:30.331Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802333511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:14:30.331Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:14:30.331Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-18T20:14:30.331Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802333511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T20:14:30.331Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:14:30.331Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-18T20:14:30.331Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802391484,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:14:30.331Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:14:30.331Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-18T20:14:30.331Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802393586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:14:30.332Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:14:30.332Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-18T20:14:30.332Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802394664,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:14:30.332Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:14:30.333Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-18T20:14:30.333Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802395736,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:14:30.333Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:14:30.333Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-18T20:14:30.333Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802396940,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:14:30.333Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:14:30.333Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-18T20:14:30.333Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802398037,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:14:30.333Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:14:30.333Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-18T20:14:30.333Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802399169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-18T20:14:30.334Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:14:30.334Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-18T20:14:30.334Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802400172,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-18T20:14:30.334Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:14:30.334Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-18T20:14:30.334Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802401177,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-18T20:14:30.334Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:14:30.334Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-18T20:14:30.334Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802402186,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-11-18T20:14:30.334Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:14:30.334Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-18T20:14:30.334Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802403189,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-11-18T20:14:30.334Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:14:30.334Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-18T20:14:30.334Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802404193,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T20:14:30.334Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:14:39.820Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:15:30.267Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:15:30.268Z||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-11-18T20:15:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:15:30.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:15:30.271Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:15:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:15:30.821Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:15:30.822Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T20:15:30.822Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e26a0f1e-738b-4d1f-a745-37af4714de3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668802435848,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-18T20:15:30.823Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:15:39.857Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:16:30.267Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:16:30.268Z||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-11-18T20:16:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:16:30.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:16:30.270Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:16:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:16:39.889Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:16:39.906Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:17:30.267Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:17:30.268Z||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-11-18T20:17:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:17:30.273Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:17:30.273Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:17:30.273Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:17:39.882Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:17:39.885Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:18:30.267Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:18:30.268Z||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-11-18T20:18:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:18:30.270Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:18:30.270Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:18:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:18:39.835Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:18:39.835Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:19:30.267Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:19:30.268Z||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-11-18T20:19:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:19:30.270Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:19:30.270Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:19:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:19:39.806Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:19:39.808Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:20:30.267Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:20:30.268Z||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-11-18T20:20:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:20:30.270Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:20:30.270Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:20:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:20:39.813Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:20:39.824Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:21:30.267Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:21:30.270Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:21:30.273Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:21:30.274Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:21:30.273Z||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-11-18T20:21:30.275Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:21:39.831Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:21:39.831Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:22:30.267Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:22:30.268Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:22:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:22:30.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:22:30.270Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:22:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:22:39.816Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:22:39.824Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:23:30.267Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:23:30.268Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:23:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:23:30.270Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:23:30.270Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:23:30.270Z|517861c2-1fb6-4093-9cfd-091528c13231|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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:23:39.807Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:23:39.815Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:24:30.267Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:24:30.269Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:24:30.269Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:24:30.270Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:24:30.270Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:24:30.271Z|517861c2-1fb6-4093-9cfd-091528c13231|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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:24:39.827Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:24:39.832Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:25:30.267Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:25:30.268Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:25:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:25:30.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:25:30.270Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:25:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:25:39.846Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:25:39.847Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:26:30.267Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:26:30.268Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:26:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:26:30.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:26:30.270Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:26:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:26:39.825Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:26:39.827Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:27:30.267Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:27:30.268Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:27:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:27:30.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:27:30.270Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:27:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:27:39.815Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:27:39.815Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:28:30.267Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:28:30.268Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:28:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:28:30.270Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:28:30.270Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:28:30.270Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:28:39.848Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:28:39.851Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:29:30.267Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:29:30.268Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:29:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:29:30.270Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:29:30.270Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:29:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:29:39.846Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:29:39.849Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:30:30.267Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:30:30.268Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:30:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:30:30.270Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:30:30.270Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:30:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:30:39.816Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:30:39.817Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:31:30.267Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:31:30.268Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:31:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:31:30.270Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:31:30.270Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:31:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:31:39.847Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:31:39.847Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:32:30.267Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:32:30.268Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:32:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:32:30.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:32:30.270Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:32:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:32:39.810Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:32:39.818Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:33:30.267Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:33:30.267Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:33:30.268Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:33:30.270Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:33:30.270Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:33:30.270Z|517861c2-1fb6-4093-9cfd-091528c13231|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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:33:32.820Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:33:32.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-18T20:33:32.820Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"81976a88-bacb-4580-aa79-93d6adde1549","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"350b3747-a901-4461-9d1a-b91d9f74a982","serviceDescription":"service","serviceInvariantUUID":"318d015f-477e-4375-80ab-58ea67230a7d","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"61d5e82a-f110-4c69-bae6-41f6a171a4f3","resourceInvariantUUID":"902ca036-f7d9-4e64-9df4-f43e10fe2a07","resourceCustomizationUUID":"11b0081e-8b9c-4890-bbd2-9aac2dbfbca4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"NWY5NmNkZmM1NzEyY2M1ODgxNmFjNTU4YjYzNGJiOGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0f020e57-ea6d-40e8-b1b5-fb4ec270adbd","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"MWRjNDdjOTlkNTE0ZTEwYzA0NjJmYzUwOTViYzgzN2E\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a7b26473-5a94-4b1c-889b-fdf9b7957917","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7f4a6814-6b59-4be9-8ce4-3569a87fe6a8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"715192c7-4686-4e00-a302-9db7ad409894","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f948ed67-72ca-46ed-a94c-4cedc6ae622b","artifactVersion":"2","generatedFromUUID":"4204bf46-acd1-4220-8fed-0707e4bd0ec5"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b578a7e0-41b7-4a40-8299-9aa899c97612","artifactVersion":"2","generatedFromUUID":"7f4a6814-6b59-4be9-8ce4-3569a87fe6a8"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4204bf46-acd1-4220-8fed-0707e4bd0ec5","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f542014a-1d6d-4983-8969-358a2f9bee6e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"NGZlZGYyZjVkNGIwMTQ1MWI0OTZhMWMyMDRmZTQ1NTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5a96e829-09e9-4104-81a4-e133212c1320","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NWViNDgxYmMxZjFiZmU5MzEzMjliODJiNDMzMzAwYWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9d04a06a-222e-4ac5-aadc-57e791e2e514","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-18T20:33:32.823Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:33:32.823Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:33:32.826Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:33:32.826Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803610267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:33:32.926Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:33:32.927Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:33:32.928Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:33:32.943Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:33:32.944Z||pool-73-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":4,"count":1}
2022-11-18T20:33:33.060Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:33:33.061Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T20:33:33.061Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803610267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:33:33.062Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:33:33.827Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:33:33.828Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:33:33.829Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:33:33.830Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803610267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-18T20:33:33.930Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:33:33.931Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:33:33.931Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:33:33.954Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:33:33.954Z||pool-74-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":2,"count":1}
2022-11-18T20:33:34.830Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:33:34.831Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:33:34.833Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:33:34.833Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803610267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-18T20:33:34.933Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:33:34.934Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:33:34.935Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:33:34.945Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:33:34.946Z||pool-75-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:33:35.834Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:33:35.834Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:33:35.836Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:33:35.836Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803610267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:33:35.936Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:33:35.937Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:33:35.937Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:33:35.947Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:33:35.948Z||pool-76-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:33:36.837Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:33:36.837Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:33:36.839Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:33:36.839Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803610267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-18T20:33:36.940Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:33:36.941Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:33:36.941Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:33:36.955Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:33:36.956Z||pool-77-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:33:37.840Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:33:37.841Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:33:37.843Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:33:37.843Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803610267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-18T20:33:37.943Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:33:37.944Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:33:37.944Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:33:37.958Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:33:37.958Z||pool-78-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:33:38.843Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:33:38.844Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:33:38.846Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:33:38.846Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803610267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-18T20:33:38.946Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:33:38.947Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:33:38.947Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:33:38.957Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:33:38.957Z||pool-79-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-11-18T20:33:39.846Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:33:39.847Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:33:39.849Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:33:39.849Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803610267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:33:39.949Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:33:39.951Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:33:39.951Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:33:39.963Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:33:39.963Z||pool-80-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:33:40.850Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:33:40.850Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:33:40.852Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:33:40.852Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803610267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:33:40.952Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:33:40.953Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:33:40.953Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:33:40.963Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:33:40.964Z||pool-81-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:33:41.853Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:33:41.854Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:33:41.856Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:33:41.856Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803610267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T20:33:41.956Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:33:41.957Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:33:41.957Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:33:41.971Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:33:41.972Z||pool-82-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-18T20:33:42.857Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "350b3747-a901-4461-9d1a-b91d9f74a982",
  "serviceDescription": "service",
  "serviceInvariantUUID": "318d015f-477e-4375-80ab-58ea67230a7d",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "11b0081e-8b9c-4890-bbd2-9aac2dbfbca4",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "61d5e82a-f110-4c69-bae6-41f6a171a4f3",
      "resourceInvariantUUID": "902ca036-f7d9-4e64-9df4-f43e10fe2a07",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_cnf_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
          "artifactChecksum": "MWRjNDdjOTlkNTE0ZTEwYzA0NjJmYzUwOTViYzgzN2E\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a7b26473-5a94-4b1c-889b-fdf9b7957917",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
          "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "7f4a6814-6b59-4be9-8ce4-3569a87fe6a8",
          "generatedArtifact": {
            "artifactName": "base_template_dummy_ignore.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
            "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b578a7e0-41b7-4a40-8299-9aa899c97612",
            "generatedFromUUID": "7f4a6814-6b59-4be9-8ce4-3569a87fe6a8"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f948ed67-72ca-46ed-a94c-4cedc6ae622b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
          "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b578a7e0-41b7-4a40-8299-9aa899c97612",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.tgz",
          "artifactType": "HELM",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
          "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "4204bf46-acd1-4220-8fed-0707e4bd0ec5",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "NWViNDgxYmMxZjFiZmU5MzEzMjliODJiNDMzMzAwYWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9d04a06a-222e-4ac5-aadc-57e791e2e514"
    }
  ],
  "workloadContext": "Production"
}
2022-11-18T20:33:42.857Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-18T20:33:42.857Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 350b3747-a901-4461-9d1a-b91d9f74a982 ASDC
2022-11-18T20:33:42.858Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:81976a88-bacb-4580-aa79-93d6adde1549
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:350b3747-a901-4461-9d1a-b91d9f74a982
ServiceInvariantUUID:318d015f-477e-4375-80ab-58ea67230a7d
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
ArtifactUUID:9d04a06a-222e-4ac5-aadc-57e791e2e514
ArtifactChecksum:NWViNDgxYmMxZjFiZmU5MzEzMjliODJiNDMzMzAwYWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:11b0081e-8b9c-4890-bbd2-9aac2dbfbca4
ResourceInvariantUUID:902ca036-f7d9-4e64-9df4-f43e10fe2a07
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:61d5e82a-f110-4c69-bae6-41f6a171a4f3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_cnf_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
ArtifactUUID:a7b26473-5a94-4b1c-889b-fdf9b7957917
ArtifactChecksum:MWRjNDdjOTlkNTE0ZTEwYzA0NjJmYzUwOTViYzgzN2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
ArtifactUUID:7f4a6814-6b59-4be9-8ce4-3569a87fe6a8
ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:b578a7e0-41b7-4a40-8299-9aa899c97612
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
ArtifactUUID:f948ed67-72ca-46ed-a94c-4cedc6ae622b
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:b578a7e0-41b7-4a40-8299-9aa899c97612
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.tgz
ArtifactVersion:1
ArtifactType:HELM
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
ArtifactUUID:4204bf46-acd1-4220-8fed-0707e4bd0ec5
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-18T20:33:42.858Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 350b3747-a901-4461-9d1a-b91d9f74a982 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T20:33:42.905Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T20:33:42.906Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-18T20:33:42.906Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-18T20:33:42.906Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 9d04a06a-222e-4ac5-aadc-57e791e2e514 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-18T20:33:42.906Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-18T20:33:42.907Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-18T20:33:43.151Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-18T20:33:43.156Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 9d04a06a-222e-4ac5-aadc-57e791e2e514 162978
2022-11-18T20:33:43.157Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-11-18T20:33:43.157Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-18T20:33:43.157Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T20:33:43.157Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:33:43.159Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:33:43.159Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803623157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:33:43.259Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:33:43.260Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:33:43.260Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:33:43.270Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:33:43.270Z||pool-83-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-11-18T20:33:44.159Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T20:33:44.160Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-18T20:33:44.160Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 9d04a06a-222e-4ac5-aadc-57e791e2e514, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-18T20:33:44.161Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-11-18T20:33:44.161Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-18T20:33:44.161Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-18T20:33:44.266Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5132001751280814399/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2022-11-18T20:33:45.215Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-18T20:33:45.216Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-11-18T20:33:45.216Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-18T20:33:45.217Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-11-18T20:33:45.217Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-18T20:33:45.217Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-18T20:33:45.217Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-18T20:33:45.217Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-18T20:33:45.217Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-11-18T20:33:45.219Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:33:45.219Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:33:45.219Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-18T20:33:45.219Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-18T20:33:45.219Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T20:33:45.220Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:33:45.220Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:33:45.220Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-18T20:33:45.220Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-18T20:33:45.220Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T20:33:45.220Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:33:45.221Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:33:45.221Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:33:45.221Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-11-18T20:33:45.221Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-11-18T20:33:45.221Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-11-18T20:33:45.221Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-18T20:33:45.221Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:33:45.221Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-18T20:33:45.221Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:33:45.221Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-18T20:33:45.221Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T20:33:45.222Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:33:45.222Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-18T20:33:45.222Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T20:33:45.222Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:33:45.222Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-18T20:33:45.222Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T20:33:45.223Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:33:45.223Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-18T20:33:45.223Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T20:33:45.223Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:33:45.223Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-11-18T20:33:45.223Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-11-18T20:33:45.223Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=650ad55f-3c47-4dc5-9418-cd1890fe4a1c
2022-11-18T20:33:45.223Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:33:45.223Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:33:45.224Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:33:45.224Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:33:45.224Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:33:45.224Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:33:45.224Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:33:45.224Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:33:45.224Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:350b3747-a901-4461-9d1a-b91d9f74a982
Model Version:NULL
Model InvariantUuid:318d015f-477e-4375-80ab-58ea67230a7d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:e3135147-ec23-4605-8974-6bc77bfcfb6e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:902ca036-f7d9-4e64-9df4-f43e10fe2a07
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:11b0081e-8b9c-4890-bbd2-9aac2dbfbca4
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0e809af0-5558-4bc6-9307-2762b9b7e1eb
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:7a21926b-93dc-4824-943b-0c14ef2ecf10
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:a9487eb4-4571-4884-8e43-0510052487ea
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:f96a2f63-9a49-49a9-9f52-db2db8b14ccd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:650ad55f-3c47-4dc5-9418-cd1890fe4a1c
ModelInvariantUuid:58b73647-0d61-496d-ac60-b869a512c8c2
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:346df54b-d99d-4447-9158-75f76b00fdf7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:b652d14b-18d3-4348-88bb-21be749bd3c3
ModelInvariantUuid:3ebcfb83-4df9-41f1-8288-386e003d5d7d
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:19e8b765-2240-4be8-bcc1-2bb6c7f7bf5e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-18T20:33:45.234Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 61d5e82a-f110-4c69-bae6-41f6a171a4f3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T20:33:45.239Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||basic_cnf_macro 0
2022-11-18T20:33:45.240Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 61d5e82a-f110-4c69-bae6-41f6a171a4f3
2022-11-18T20:33:45.240Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a7b26473-5a94-4b1c-889b-fdf9b7957917 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-11-18T20:33:45.240Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-18T20:33:45.240Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-11-18T20:33:45.585Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-18T20:33:45.585Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json a7b26473-5a94-4b1c-889b-fdf9b7957917 1565
2022-11-18T20:33:45.585Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-11-18T20:33:45.585Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-11-18T20:33:45.585Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T20:33:45.585Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:33:45.587Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:33:45.587Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803625585,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:33:45.688Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:33:45.688Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:33:45.688Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:33:45.699Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:33:45.699Z||pool-84-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-11-18T20:33:46.588Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "a9487eb4-4571-4884-8e43-0510052487ea",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f96a2f63-9a49-49a9-9f52-db2db8b14ccd",
    "vfModuleModelCustomizationUUID": "0fda7487-7f6b-4e2c-a6d6-555a508c6c32",
    "isBase": true,
    "artifacts": [
      "7f4a6814-6b59-4be9-8ce4-3569a87fe6a8",
      "b578a7e0-41b7-4a40-8299-9aa899c97612"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "0e809af0-5558-4bc6-9307-2762b9b7e1eb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7a21926b-93dc-4824-943b-0c14ef2ecf10",
    "vfModuleModelCustomizationUUID": "8c601b9e-50ee-49c1-a339-e51357d4358d",
    "isBase": false,
    "artifacts": [
      "4204bf46-acd1-4220-8fed-0707e4bd0ec5"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-18T20:33:46.592Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f96a2f63-9a49-49a9-9f52-db2db8b14ccd
VfModuleModelInvariantUUID:a9487eb4-4571-4884-8e43-0510052487ea
VfModuleModelDescription:NULL
Artifacts UUID List:{
7f4a6814-6b59-4be9-8ce4-3569a87fe6a8
,
b578a7e0-41b7-4a40-8299-9aa899c97612

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

isBase:true

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:7a21926b-93dc-4824-943b-0c14ef2ecf10
VfModuleModelInvariantUUID:0e809af0-5558-4bc6-9307-2762b9b7e1eb
VfModuleModelDescription:NULL
Artifacts UUID List:{
4204bf46-acd1-4220-8fed-0707e4bd0ec5

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

isBase:false


}

2022-11-18T20:33:46.594Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "a9487eb4-4571-4884-8e43-0510052487ea",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f96a2f63-9a49-49a9-9f52-db2db8b14ccd",
    "vfModuleModelCustomizationUUID": "0fda7487-7f6b-4e2c-a6d6-555a508c6c32",
    "isBase": true,
    "artifacts": [
      "7f4a6814-6b59-4be9-8ce4-3569a87fe6a8",
      "b578a7e0-41b7-4a40-8299-9aa899c97612"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "0e809af0-5558-4bc6-9307-2762b9b7e1eb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7a21926b-93dc-4824-943b-0c14ef2ecf10",
    "vfModuleModelCustomizationUUID": "8c601b9e-50ee-49c1-a339-e51357d4358d",
    "isBase": false,
    "artifacts": [
      "4204bf46-acd1-4220-8fed-0707e4bd0ec5"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-18T20:33:46.595Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f96a2f63-9a49-49a9-9f52-db2db8b14ccd
VfModuleModelInvariantUUID:a9487eb4-4571-4884-8e43-0510052487ea
VfModuleModelDescription:NULL
Artifacts UUID List:{
7f4a6814-6b59-4be9-8ce4-3569a87fe6a8
,
b578a7e0-41b7-4a40-8299-9aa899c97612

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

isBase:true

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:7a21926b-93dc-4824-943b-0c14ef2ecf10
VfModuleModelInvariantUUID:0e809af0-5558-4bc6-9307-2762b9b7e1eb
VfModuleModelDescription:NULL
Artifacts UUID List:{
4204bf46-acd1-4220-8fed-0707e4bd0ec5

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

isBase:false


}

2022-11-18T20:33:46.595Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7f4a6814-6b59-4be9-8ce4-3569a87fe6a8 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-11-18T20:33:46.595Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-18T20:33:46.595Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-11-18T20:33:46.757Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-18T20:33:46.757Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 7f4a6814-6b59-4be9-8ce4-3569a87fe6a8 914
2022-11-18T20:33:46.757Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-11-18T20:33:46.757Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-11-18T20:33:46.757Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T20:33:46.758Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:33:46.759Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:33:46.759Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803626757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:33:46.860Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-18T20:33:46.861Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:33:46.861Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:33:46.876Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:33:46.876Z||pool-85-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:33:47.760Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f948ed67-72ca-46ed-a94c-4cedc6ae622b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-11-18T20:33:47.761Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-18T20:33:47.761Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-11-18T20:33:47.884Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-18T20:33:47.885Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env f948ed67-72ca-46ed-a94c-4cedc6ae622b 12
2022-11-18T20:33:47.885Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-11-18T20:33:47.885Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-11-18T20:33:47.885Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T20:33:47.885Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:33:47.888Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:33:47.888Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803627885,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:33:47.988Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:33:47.989Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:33:47.989Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:33:48.004Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:33:48.004Z||pool-86-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:33:48.888Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b578a7e0-41b7-4a40-8299-9aa899c97612 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-11-18T20:33:48.888Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-18T20:33:48.889Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-11-18T20:33:48.979Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-18T20:33:48.980Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env b578a7e0-41b7-4a40-8299-9aa899c97612 96
2022-11-18T20:33:48.980Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-11-18T20:33:48.980Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-11-18T20:33:48.980Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T20:33:48.981Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:33:48.983Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:33:48.983Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803628980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:33:49.083Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:33:49.084Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:33:49.084Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:33:49.104Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:33:49.105Z||pool-87-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-11-18T20:33:49.984Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4204bf46-acd1-4220-8fed-0707e4bd0ec5 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-11-18T20:33:49.984Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-18T20:33:49.984Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-11-18T20:33:50.139Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-18T20:33:50.140Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 4204bf46-acd1-4220-8fed-0707e4bd0ec5 20206
2022-11-18T20:33:50.140Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-11-18T20:33:50.140Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-11-18T20:33:50.140Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T20:33:50.141Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:33:50.143Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:33:50.143Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803630140,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:33:50.243Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:33:50.244Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:33:50.244Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:33:50.260Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:33:50.261Z||pool-88-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:33:51.145Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 350b3747-a901-4461-9d1a-b91d9f74a982
2022-11-18T20:33:51.145Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 61d5e82a-f110-4c69-bae6-41f6a171a4f3 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T20:33:51.155Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@11d24c95, org.onap.sdc.toscaparser.api.parameters.Input@55620c04, org.onap.sdc.toscaparser.api.parameters.Input@1e3b81fb, org.onap.sdc.toscaparser.api.parameters.Input@465e8fd9, org.onap.sdc.toscaparser.api.parameters.Input@456bd563]
2022-11-18T20:33:51.157Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:33:51.157Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:33:51.157Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-11-18T20:33:51.157Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 11b0081e-8b9c-4890-bbd2-9aac2dbfbca4
2022-11-18T20:33:51.157Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 11b0081e-8b9c-4890-bbd2-9aac2dbfbca4 matches Tosca VF Customization UUID: 11b0081e-8b9c-4890-bbd2-9aac2dbfbca4
2022-11-18T20:33:51.157Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 11b0081e-8b9c-4890-bbd2-9aac2dbfbca4  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-18T20:33:51.160Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:33:51.161Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:33:51.161Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 11b0081e-8b9c-4890-bbd2-9aac2dbfbca4: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"}
2022-11-18T20:33:51.161Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7048f184
2022-11-18T20:33:51.161Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:33:51.161Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-18T20:33:51.161Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8c601b9e-50ee-49c1-a339-e51357d4358d
2022-11-18T20:33:51.162Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8c601b9e-50ee-49c1-a339-e51357d4358d
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-18T20:33:51.164Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:33:51.165Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-18T20:33:51.165Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T20:33:51.165Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:33:51.165Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-18T20:33:51.165Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T20:33:51.165Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:33:51.165Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-18T20:33:51.165Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=11b0081e-8b9c-4890-bbd2-9aac2dbfbca4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T20:33:51.170Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:33:51.171Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:33:51.171Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 350b3747-a901-4461-9d1a-b91d9f74a982: basic_cnf_macro
2022-11-18T20:33:51.171Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:33:51.171Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:33:51.171Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:33:51.171Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:33:51.171Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:33:51.171Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:33:51.171Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:33:51.172Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:33:51.172Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:33:51.172Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:33:51.172Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T20:33:51.226Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 61d5e82a-f110-4c69-bae6-41f6a171a4f3 2 ASDC deployResourceStructure
2022-11-18T20:33:51.227Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-11-18T20:33:51.227Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-11-18T20:33:51.227Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T20:33:51.227Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:33:51.229Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:33:51.229Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803631227,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-18T20:33:51.329Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:33:51.330Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:33:51.330Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:33:51.342Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:33:51.343Z||pool-89-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:33:52.230Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-11-18T20:33:52.231Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-11-18T20:33:52.231Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T20:33:52.231Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:33:52.233Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:33:52.233Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803632230,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-11-18T20:33:52.333Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:33:52.334Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:33:52.334Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:33:52.353Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:33:52.354Z||pool-90-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:33:53.234Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-11-18T20:33:53.234Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-11-18T20:33:53.234Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-18T20:33:53.234Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:33:53.237Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:33:53.238Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803633234,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-18T20:33:53.338Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:33:53.339Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:33:53.339Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:33:53.349Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:33:53.350Z||pool-91-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:33:54.239Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-11-18T20:33:54.239Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-11-18T20:33:54.239Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T20:33:54.239Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:33:54.241Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:33:54.241Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803634239,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-11-18T20:33:54.341Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:33:54.342Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:33:54.342Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:33:54.353Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:33:54.354Z||pool-92-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:33:55.242Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-11-18T20:33:55.242Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-11-18T20:33:55.242Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-18T20:33:55.243Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:33:55.246Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:33:55.246Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803635242,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-18T20:33:55.346Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-18T20:33:55.347Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:33:55.347Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:33:55.357Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:33:55.358Z||pool-93-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:33:56.247Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-11-18T20:33:56.247Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-18T20:33:56.247Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T20:33:56.248Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:33:56.249Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:33:56.249Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803636247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T20:33:56.350Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-18T20:33:56.351Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:33:56.351Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:33:56.363Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:33:56.364Z||pool-94-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:33:57.250Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 81976a88-bacb-4580-aa79-93d6adde1549
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T20:33:57.261Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 81976a88-bacb-4580-aa79-93d6adde1549
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T20:33:57.267Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T20:33:57.267Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-18T20:33:57.267Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-18T20:34:27.267Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 81976a88-bacb-4580-aa79-93d6adde1549
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T20:34:27.279Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 81976a88-bacb-4580-aa79-93d6adde1549
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T20:34:27.282Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T20:34:27.282Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-18T20:34:27.282Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-18T20:34:30.270Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:34:30.271Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:34:30.271Z|517861c2-1fb6-4093-9cfd-091528c13231|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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:34:30.294Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:34:30.295Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T20:34:30.295Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668803612524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:34:30.295Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:34:57.283Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 81976a88-bacb-4580-aa79-93d6adde1549
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T20:34:57.296Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 81976a88-bacb-4580-aa79-93d6adde1549
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T20:34:57.300Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T20:34:57.300Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-18T20:34:57.300Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-18T20:35:27.301Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 81976a88-bacb-4580-aa79-93d6adde1549
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T20:35:27.319Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 81976a88-bacb-4580-aa79-93d6adde1549
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T20:35:27.322Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T20:35:27.323Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-18T20:35:27.323Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-18T20:35:30.270Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:35:30.271Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:35:30.272Z|517861c2-1fb6-4093-9cfd-091528c13231|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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:35:30.335Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:35:30.335Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T20:35:30.335Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668803605940,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:35:30.337Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:35:30.337Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-18T20:35:30.337Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "cds",
  "timestamp": 1668803608138,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:35:30.337Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:35:57.324Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 81976a88-bacb-4580-aa79-93d6adde1549
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T20:35:57.350Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 81976a88-bacb-4580-aa79-93d6adde1549
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T20:35:57.353Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T20:35:57.354Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-18T20:35:57.354Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-18T20:36:27.354Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 81976a88-bacb-4580-aa79-93d6adde1549
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T20:36:27.366Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 81976a88-bacb-4580-aa79-93d6adde1549
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T20:36:27.369Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T20:36:27.369Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-18T20:36:27.369Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-18T20:36:30.270Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:36:30.270Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:36:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:36:30.307Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:36:30.820Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.820Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668803605940,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.821Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.821Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.821Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803610267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-18T20:36:30.822Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.822Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.822Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668803612524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-18T20:36:30.822Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.822Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.822Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "cds",
  "timestamp": 1668803608138,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.822Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.822Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.822Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803610267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-18T20:36:30.822Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668803612524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-18T20:36:30.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "cds",
  "timestamp": 1668803608138,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668803605940,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803610267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668803612524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668803605940,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "cds",
  "timestamp": 1668803608138,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803610267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-18T20:36:30.824Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668803605940,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.824Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "cds",
  "timestamp": 1668803608138,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.824Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668803612524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-18T20:36:30.824Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803610267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-18T20:36:30.824Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668803605940,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.824Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "cds",
  "timestamp": 1668803608138,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.825Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668803612524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-18T20:36:30.825Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803610267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-18T20:36:30.825Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668803605940,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.825Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "cds",
  "timestamp": 1668803608138,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.825Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668803612524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-18T20:36:30.825Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803610267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.826Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668803605940,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.826Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "cds",
  "timestamp": 1668803608138,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.826Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668803612524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.826Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803610267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.826Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668803605940,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.826Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "cds",
  "timestamp": 1668803608138,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.826Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668803612524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.826Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668803621148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.826Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803610267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T20:36:30.827Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668803605940,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.827Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "cds",
  "timestamp": 1668803608138,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T20:36:30.827Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668803612524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T20:36:30.827Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668803621148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.827Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668803621148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.827Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803623157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:36:30.827Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:36:30.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668803624424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:36:30.827Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:36:30.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "cds",
  "timestamp": 1668803624090,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:36:30.827Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:36:30.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668803621148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.827Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.828Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668803625539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:36:30.828Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:36:30.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.828Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668803621148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.828Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.828Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668803625940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.828Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.828Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668803626658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:36:30.828Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:36:30.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.828Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803625585,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:36:30.828Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:36:30.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.828Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "cds",
  "timestamp": 1668803626551,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T20:36:30.841Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 81976a88-bacb-4580-aa79-93d6adde1549
2022-11-18T20:36:30.842Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81976a88-bacb-4580-aa79-93d6adde1549 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T20:36:30.853Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.854Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668803621148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.854Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.854Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.854Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668803625940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.854Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.854Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.855Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "aai-ml",
  "timestamp": 1668803627025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.855Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.855Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.855Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668803627842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:36:30.855Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:36:30.855Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.855Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803626757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:36:30.855Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:36:30.855Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.855Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668803621148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.855Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.855Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.855Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "cds",
  "timestamp": 1668803627553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.855Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.855Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.855Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668803625940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.855Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.855Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.855Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "aai-ml",
  "timestamp": 1668803627025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.855Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.855Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.855Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668803628910,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T20:36:30.861Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 81976a88-bacb-4580-aa79-93d6adde1549
2022-11-18T20:36:30.862Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81976a88-bacb-4580-aa79-93d6adde1549 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T20:36:30.872Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.873Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803627885,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:36:30.873Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:36:30.873Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.873Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668803621148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.873Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.873Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.873Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "cds",
  "timestamp": 1668803627553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.873Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.873Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.873Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668803625940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.874Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "aai-ml",
  "timestamp": 1668803627025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.874Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668803629914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-18T20:36:30.874Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:36:30.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803628980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:36:30.874Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:36:30.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668803621148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.874Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "cds",
  "timestamp": 1668803627553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.874Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668803625940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.874Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "aai-ml",
  "timestamp": 1668803627025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.874Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803630140,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:36:30.875Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:36:30.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.875Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668803621148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T20:36:30.875Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.875Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "cds",
  "timestamp": 1668803627553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.875Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.875Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668803625940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.875Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.875Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "aai-ml",
  "timestamp": 1668803627025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.875Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.875Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803631227,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-18T20:36:30.875Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:36:30.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.875Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "cds",
  "timestamp": 1668803627553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.875Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.875Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668803625940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.875Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.875Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "aai-ml",
  "timestamp": 1668803627025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.875Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.875Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668803632485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:36:30.875Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:36:30.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.876Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668803632524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.876Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.876Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.876Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803632230,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-11-18T20:36:30.876Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:36:30.876Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.876Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "cds",
  "timestamp": 1668803627553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.876Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.876Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.876Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668803625940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.876Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.876Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.876Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "aai-ml",
  "timestamp": 1668803627025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.876Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.876Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.876Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668803632524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-18T20:36:30.876Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.876Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.876Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803633234,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-18T20:36:30.876Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:36:30.877Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.877Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "cds",
  "timestamp": 1668803627553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.877Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.877Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.877Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "aai-ml",
  "timestamp": 1668803627025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.877Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.877Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.877Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668803632524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-18T20:36:30.877Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.877Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.877Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803634239,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-11-18T20:36:30.877Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:36:30.877Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.877Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "cds",
  "timestamp": 1668803627553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T20:36:30.877Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.877Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.877Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "aai-ml",
  "timestamp": 1668803627025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.877Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.877Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.877Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668803632524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.877Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.877Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.877Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803635242,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-18T20:36:30.877Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:36:30.877Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.877Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "aai-ml",
  "timestamp": 1668803627025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T20:36:30.878Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.878Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.878Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "cds",
  "timestamp": 1668803636511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:36:30.878Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:36:30.878Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.878Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668803632524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-18T20:36:30.878Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.878Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.878Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803636247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T20:36:30.878Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:36:30.878Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.878Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "aai-ml",
  "timestamp": 1668803637908,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:36:30.878Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:36:30.878Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.878Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668803632524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.878Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.878Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.878Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "cds",
  "timestamp": 1668803637885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T20:36:30.895Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e3d92e03-e455-4942-9bcd-4d80bbfe9682
2022-11-18T20:36:30.895Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3d92e03-e455-4942-9bcd-4d80bbfe9682 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T20:36:30.903Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.904Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668803632524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.904Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.904Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.904Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668803639737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T20:36:30.904Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:36:30.904Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.904Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668803632524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T20:36:30.905Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.905Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668803640744,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T20:36:30.910Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 81976a88-bacb-4580-aa79-93d6adde1549
2022-11-18T20:36:30.911Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81976a88-bacb-4580-aa79-93d6adde1549 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T20:36:30.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668803641317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:36:30.920Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:36:30.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668803621148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.920Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668803642403,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:36:30.920Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:36:30.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668803621148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.920Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668803643514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:36:30.920Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:36:30.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668803621148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.920Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.921Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.921Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668803644538,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T20:36:30.926Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e3d92e03-e455-4942-9bcd-4d80bbfe9682
2022-11-18T20:36:30.926Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3d92e03-e455-4942-9bcd-4d80bbfe9682 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T20:36:30.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668803621148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.941Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668803645542,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-18T20:36:30.941Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:36:30.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668803621148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.941Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668803621148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.941Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668803621148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.941Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668803621148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T20:36:30.941Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "aai-ml",
  "timestamp": 1668803649410,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T20:36:30.942Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:36:30.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "aai-ml",
  "timestamp": 1668803650415,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T20:36:30.947Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 81976a88-bacb-4580-aa79-93d6adde1549
2022-11-18T20:36:30.947Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81976a88-bacb-4580-aa79-93d6adde1549 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T20:36:30.956Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.956Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668803650201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:36:30.956Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:36:30.956Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.956Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "aai-ml",
  "timestamp": 1668803627025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.957Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.957Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.957Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "aai-ml",
  "timestamp": 1668803627025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.957Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.957Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.957Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "aai-ml",
  "timestamp": 1668803627025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.957Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.957Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.957Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "aai-ml",
  "timestamp": 1668803627025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.957Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.957Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.957Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "aai-ml",
  "timestamp": 1668803627025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.957Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.957Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.957Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668803655717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T20:36:30.957Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:36:30.957Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.957Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "aai-ml",
  "timestamp": 1668803627025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.957Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.957Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.957Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668803656745,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T20:36:30.962Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e3d92e03-e455-4942-9bcd-4d80bbfe9682
2022-11-18T20:36:30.962Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3d92e03-e455-4942-9bcd-4d80bbfe9682 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T20:36:30.971Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.971Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "aai-ml",
  "timestamp": 1668803627025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:36:30.971Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.971Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.971Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "aai-ml",
  "timestamp": 1668803627025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T20:36:30.972Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:36:30.972Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.972Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "aai-ml",
  "timestamp": 1668803659564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:36:30.972Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:36:30.972Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.972Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "aai-ml",
  "timestamp": 1668803669553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T20:36:30.972Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:36:30.972Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-18T20:36:30.972Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "aai-ml",
  "timestamp": 1668803670558,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T20:36:30.977Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e3d92e03-e455-4942-9bcd-4d80bbfe9682
2022-11-18T20:36:30.977Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3d92e03-e455-4942-9bcd-4d80bbfe9682 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T20:36:57.370Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 81976a88-bacb-4580-aa79-93d6adde1549
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T20:36:57.383Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 81976a88-bacb-4580-aa79-93d6adde1549
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T20:36:57.387Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T20:36:57.387Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-18T20:36:57.387Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-18T20:36:57.387Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-18T20:36:57.387Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T20:36:57.387Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T20:36:57.387Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T20:36:57.387Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T20:36:57.387Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T20:36:57.388Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T20:36:57.402Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-18T20:37:27.402Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 81976a88-bacb-4580-aa79-93d6adde1549 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-18T20:37:27.410Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 81976a88-bacb-4580-aa79-93d6adde1549 and serviceModelVersionId: 350b3747-a901-4461-9d1a-b91d9f74a982
2022-11-18T20:37:27.410Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 318d015f-477e-4375-80ab-58ea67230a7d
2022-11-18T20:37:27.412Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/318d015f-477e-4375-80ab-58ea67230a7d/model-vers/model-ver/350b3747-a901-4461-9d1a-b91d9f74a982?depth=0
2022-11-18T20:37:27.417Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-11-18T20:37:27.466Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/318d015f-477e-4375-80ab-58ea67230a7d/model-vers/model-ver/350b3747-a901-4461-9d1a-b91d9f74a982?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-11-18T20:37:27.467Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/318d015f-477e-4375-80ab-58ea67230a7d/model-vers/model-ver/350b3747-a901-4461-9d1a-b91d9f74a982?depth=0|INFO|500||Invoke
2022-11-18T20:37:27.526Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/318d015f-477e-4375-80ab-58ea67230a7d/model-vers/model-ver/350b3747-a901-4461-9d1a-b91d9f74a982?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-18T20:37:28.095Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/318d015f-477e-4375-80ab-58ea67230a7d/model-vers/model-ver/350b3747-a901-4461-9d1a-b91d9f74a982?depth=0|INFO|500||InvokeReturn
2022-11-18T20:37:28.095Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/318d015f-477e-4375-80ab-58ea67230a7d/model-vers/model-ver/350b3747-a901-4461-9d1a-b91d9f74a982?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221118-20:37:28:540-8486], vertex-id=[200912], Content-Length=[0], Date=[Fri, 18 Nov 2022 20:37:28 GMT], Content-Type=[application/json]}
2022-11-18T20:37:28.096Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-11-18T20:37:28.096Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-18T20:37:28.096Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T20:37:28.100Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-18T20:37:28.101Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 81976a88-bacb-4580-aa79-93d6adde1549 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-18T20:37:28.101Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-18T20:37:28.101Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:37:28.104Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:37:28.104Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803848101,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-18T20:37:28.204Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:37:28.205Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:37:28.205Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:37:28.242Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:37:28.243Z||pool-95-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-18T20:37:29.115Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:37:29.116Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:37:29.116Z|81976a88-bacb-4580-aa79-93d6adde1549|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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:37:30.270Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:37:30.270Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:37:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:37:30.901Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:37:30.901Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T20:37:30.901Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "81976a88-bacb-4580-aa79-93d6adde1549",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803848101,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-18T20:37:30.902Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:37:33.571Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:37:33.572Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-18T20:37:33.572Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"e3d92e03-e455-4942-9bcd-4d80bbfe9682","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"3af20619-19d6-4f33-bf79-805ea9620980","serviceDescription":"service","serviceInvariantUUID":"a8abef73-3081-41f7-967a-f5ef8ffdeb08","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6421451b-1070-4b08-9eee-adbde8ceb799","resourceInvariantUUID":"e6248fe6-1d8c-4829-9592-e0cc0e472216","resourceCustomizationUUID":"4c504cee-a579-4d94-a57e-fbfc7bab99d9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"MDJmNGQ5MDhhY2ZiZGY0OTZiODU0MTczMzM4YjBkMTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a0a1b1e4-3472-41e5-9b71-96b719b313af","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"OWI4ZTdkZGIwODczOTJkOTU4MTljNTRjZGFjMmU0ZTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"884ef2cb-e825-4b14-8be3-009605100023","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"89a43797-8339-4cd7-b837-2bb801dcfd8d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"85363989-21a6-439c-bc21-ed734dfc6644","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ab893ee3-7e10-4722-8c36-f19145376692","artifactVersion":"2","generatedFromUUID":"89a43797-8339-4cd7-b837-2bb801dcfd8d"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"NTFjYjM4YTQxMzg2MjAxNDE1NjgxMTIzNjk2MTdiM2U\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"eda9b770-7656-4ec4-85f7-e878250f0197","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"N2ZmMWY0NzUzOGE3YmI2MDI2ODM4MTliZjUzMjNmN2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5b28be89-c646-4c1d-9694-a294cb4505dc","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MDNjMjZjMTI3NTIxYTM1MWRmZGU0NGViZTJiZmExZjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4634ba06-3199-458a-8ba2-5e88f6836e7c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-18T20:37:33.573Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:37:33.574Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:37:33.576Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:37:33.576Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803849115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:37:33.676Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:37:33.677Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:37:33.677Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:37:33.712Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:37:33.712Z||pool-96-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:37:34.581Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:37:34.581Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:37:34.587Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:37:34.587Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803849115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-18T20:37:34.684Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-11-18T20:37:34.685Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:37:34.685Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:37:34.716Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:37:34.716Z||pool-97-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:37:35.588Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:37:35.588Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:37:35.590Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:37:35.590Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803849115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-18T20:37:35.690Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:37:35.691Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:37:35.691Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:37:35.709Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:37:35.709Z||pool-98-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:37:36.591Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:37:36.591Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:37:36.593Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:37:36.593Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803849115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:37:36.700Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-11-18T20:37:36.702Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:37:36.702Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:37:36.721Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:37:36.721Z||pool-99-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-11-18T20:37:37.594Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:37:37.594Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:37:37.596Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:37:37.596Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803849115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-18T20:37:37.697Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-18T20:37:37.697Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:37:37.698Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:37:37.718Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:37:37.719Z||pool-100-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-11-18T20:37:38.597Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:37:38.597Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:37:38.599Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:37:38.600Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803849115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:37:38.700Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:37:38.701Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:37:38.701Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:37:38.714Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:37:38.715Z||pool-101-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:37:39.600Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:37:39.601Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:37:39.603Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:37:39.603Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803849115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:37:39.703Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:37:39.704Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:37:39.704Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:37:39.716Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:37:39.716Z||pool-102-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-18T20:37:40.605Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:37:40.606Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:37:40.608Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:37:40.608Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803849115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T20:37:40.709Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-18T20:37:40.710Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:37:40.710Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:37:40.722Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:37:40.723Z||pool-103-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-18T20:37:41.610Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "3af20619-19d6-4f33-bf79-805ea9620980",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a8abef73-3081-41f7-967a-f5ef8ffdeb08",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "4c504cee-a579-4d94-a57e-fbfc7bab99d9",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6421451b-1070-4b08-9eee-adbde8ceb799",
      "resourceInvariantUUID": "e6248fe6-1d8c-4829-9592-e0cc0e472216",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
          "artifactChecksum": "OWI4ZTdkZGIwODczOTJkOTU4MTljNTRjZGFjMmU0ZTI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "884ef2cb-e825-4b14-8be3-009605100023",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "89a43797-8339-4cd7-b837-2bb801dcfd8d",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ab893ee3-7e10-4722-8c36-f19145376692",
            "generatedFromUUID": "89a43797-8339-4cd7-b837-2bb801dcfd8d"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ab893ee3-7e10-4722-8c36-f19145376692",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MDNjMjZjMTI3NTIxYTM1MWRmZGU0NGViZTJiZmExZjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4634ba06-3199-458a-8ba2-5e88f6836e7c"
    }
  ],
  "workloadContext": "Production"
}
2022-11-18T20:37:41.610Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-18T20:37:41.610Z|81976a88-bacb-4580-aa79-93d6adde1549|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3af20619-19d6-4f33-bf79-805ea9620980 ASDC
2022-11-18T20:37:41.611Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:e3d92e03-e455-4942-9bcd-4d80bbfe9682
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:3af20619-19d6-4f33-bf79-805ea9620980
ServiceInvariantUUID:a8abef73-3081-41f7-967a-f5ef8ffdeb08
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVmMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
ArtifactUUID:4634ba06-3199-458a-8ba2-5e88f6836e7c
ArtifactChecksum:MDNjMjZjMTI3NTIxYTM1MWRmZGU0NGViZTJiZmExZjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:4c504cee-a579-4d94-a57e-fbfc7bab99d9
ResourceInvariantUUID:e6248fe6-1d8c-4829-9592-e0cc0e472216
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:6421451b-1070-4b08-9eee-adbde8ceb799
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
ArtifactUUID:884ef2cb-e825-4b14-8be3-009605100023
ArtifactChecksum:OWI4ZTdkZGIwODczOTJkOTU4MTljNTRjZGFjMmU0ZTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
ArtifactUUID:89a43797-8339-4cd7-b837-2bb801dcfd8d
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:ab893ee3-7e10-4722-8c36-f19145376692
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:ab893ee3-7e10-4722-8c36-f19145376692
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-18T20:37:41.611Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3af20619-19d6-4f33-bf79-805ea9620980 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-18T20:37:41.641Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T20:37:41.642Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-18T20:37:41.642Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-18T20:37:41.642Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4634ba06-3199-458a-8ba2-5e88f6836e7c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-18T20:37:41.642Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-18T20:37:41.642Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-18T20:37:42.221Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-18T20:37:42.224Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 4634ba06-3199-458a-8ba2-5e88f6836e7c 82627
2022-11-18T20:37:42.225Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-11-18T20:37:42.225Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-18T20:37:42.225Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T20:37:42.225Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:37:42.226Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:37:42.227Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803862225,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:37:42.327Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:37:42.328Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:37:42.328Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:37:42.368Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:37:42.369Z||pool-104-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:37:43.227Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T20:37:43.228Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-18T20:37:43.228Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 4634ba06-3199-458a-8ba2-5e88f6836e7c, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-18T20:37:43.229Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-11-18T20:37:43.229Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-18T20:37:43.229Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-18T20:37:43.331Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10601696638820429615/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-11-18T20:37:44.223Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-18T20:37:44.223Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-11-18T20:37:44.223Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-18T20:37:44.224Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-18T20:37:44.224Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-18T20:37:44.224Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-18T20:37:44.224Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-18T20:37:44.224Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-18T20:37:44.224Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-18T20:37:44.224Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-18T20:37:44.224Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-18T20:37:44.224Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-11-18T20:37:44.224Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:37:44.224Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:37:44.224Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-18T20:37:44.224Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-18T20:37:44.224Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T20:37:44.225Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:37:44.225Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:37:44.225Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-18T20:37:44.225Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-18T20:37:44.225Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T20:37:44.225Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:37:44.225Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:37:44.225Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:37:44.225Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-18T20:37:44.225Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-11-18T20:37:44.225Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-11-18T20:37:44.225Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-11-18T20:37:44.225Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-18T20:37:44.225Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-18T20:37:44.225Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:37:44.225Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-18T20:37:44.225Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:37:44.225Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-18T20:37:44.226Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T20:37:44.226Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:37:44.226Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-18T20:37:44.226Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T20:37:44.226Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:37:44.226Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-18T20:37:44.226Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T20:37:44.226Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:37:44.226Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-18T20:37:44.226Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-18T20:37:44.226Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-18T20:37:44.226Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=727904ec-cbf2-46cf-aad2-8175eb62d312
2022-11-18T20:37:44.226Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:37:44.226Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:37:44.226Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:37:44.226Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:37:44.226Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:37:44.226Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:37:44.226Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:37:44.226Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:37:44.227Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:3af20619-19d6-4f33-bf79-805ea9620980
Model Version:NULL
Model InvariantUuid:a8abef73-3081-41f7-967a-f5ef8ffdeb08
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:a91c8e8f-3e4f-42ed-9e4b-efc5023b9637
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e6248fe6-1d8c-4829-9592-e0cc0e472216
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:4c504cee-a579-4d94-a57e-fbfc7bab99d9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:25198c08-a969-4664-b10a-9dab487e20e8
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:fea495f9-e89d-42ab-af87-af9d3e788ba7
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:727904ec-cbf2-46cf-aad2-8175eb62d312
ModelInvariantUuid:bc6dcba1-3de0-4b2d-9159-d1c374b6da62
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:012ba39f-1781-4bbe-8a69-39fed02e96c7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:f6af61d9-975f-47ee-9e96-3768f31cac40
ModelInvariantUuid:fdb841fd-1340-474c-a8f9-2d2b12d7341c
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:a86c675f-be27-44a0-9b47-e2f0285476d7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-18T20:37:44.232Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 6421451b-1070-4b08-9eee-adbde8ceb799
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T20:37:44.234Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||basic_vm_macro 0
2022-11-18T20:37:44.234Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6421451b-1070-4b08-9eee-adbde8ceb799
2022-11-18T20:37:44.234Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 884ef2cb-e825-4b14-8be3-009605100023 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-11-18T20:37:44.234Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-18T20:37:44.235Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-11-18T20:37:44.485Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-18T20:37:44.485Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 884ef2cb-e825-4b14-8be3-009605100023 792
2022-11-18T20:37:44.486Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-11-18T20:37:44.486Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-11-18T20:37:44.486Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T20:37:44.486Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:37:44.491Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:37:44.492Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803864486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:37:44.591Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-18T20:37:44.592Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:37:44.592Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:37:44.602Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:37:44.603Z||pool-105-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:37:45.492Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "25198c08-a969-4664-b10a-9dab487e20e8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fea495f9-e89d-42ab-af87-af9d3e788ba7",
    "vfModuleModelCustomizationUUID": "5a63f7cb-1824-48d8-bb60-c3b6c8aa5157",
    "isBase": true,
    "artifacts": [
      "89a43797-8339-4cd7-b837-2bb801dcfd8d",
      "ab893ee3-7e10-4722-8c36-f19145376692"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-18T20:37:45.496Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fea495f9-e89d-42ab-af87-af9d3e788ba7
VfModuleModelInvariantUUID:25198c08-a969-4664-b10a-9dab487e20e8
VfModuleModelDescription:NULL
Artifacts UUID List:{
89a43797-8339-4cd7-b837-2bb801dcfd8d
,
ab893ee3-7e10-4722-8c36-f19145376692

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

isBase:true


}

2022-11-18T20:37:45.498Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "25198c08-a969-4664-b10a-9dab487e20e8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fea495f9-e89d-42ab-af87-af9d3e788ba7",
    "vfModuleModelCustomizationUUID": "5a63f7cb-1824-48d8-bb60-c3b6c8aa5157",
    "isBase": true,
    "artifacts": [
      "89a43797-8339-4cd7-b837-2bb801dcfd8d",
      "ab893ee3-7e10-4722-8c36-f19145376692"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-18T20:37:45.499Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fea495f9-e89d-42ab-af87-af9d3e788ba7
VfModuleModelInvariantUUID:25198c08-a969-4664-b10a-9dab487e20e8
VfModuleModelDescription:NULL
Artifacts UUID List:{
89a43797-8339-4cd7-b837-2bb801dcfd8d
,
ab893ee3-7e10-4722-8c36-f19145376692

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

isBase:true


}

2022-11-18T20:37:45.499Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 89a43797-8339-4cd7-b837-2bb801dcfd8d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-11-18T20:37:45.499Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-18T20:37:45.499Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-11-18T20:37:45.662Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-18T20:37:45.662Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 89a43797-8339-4cd7-b837-2bb801dcfd8d 5033
2022-11-18T20:37:45.662Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-11-18T20:37:45.662Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-11-18T20:37:45.663Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T20:37:45.663Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:37:45.665Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:37:45.665Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803865662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:37:45.765Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:37:45.766Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:37:45.766Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:37:45.777Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:37:45.777Z||pool-106-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:37:46.666Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ab893ee3-7e10-4722-8c36-f19145376692 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-11-18T20:37:46.666Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-18T20:37:46.667Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-11-18T20:37:46.772Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-18T20:37:46.772Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ab893ee3-7e10-4722-8c36-f19145376692 903
2022-11-18T20:37:46.772Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-11-18T20:37:46.772Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-11-18T20:37:46.773Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T20:37:46.773Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:37:46.774Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:37:46.774Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803866772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:37:46.875Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-18T20:37:46.875Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:37:46.876Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:37:46.892Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:37:46.893Z||pool-107-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:37:47.775Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 3af20619-19d6-4f33-bf79-805ea9620980
2022-11-18T20:37:47.775Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 6421451b-1070-4b08-9eee-adbde8ceb799 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T20:37:47.787Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1d348e3a, org.onap.sdc.toscaparser.api.parameters.Input@327bf995, org.onap.sdc.toscaparser.api.parameters.Input@899a4e2, org.onap.sdc.toscaparser.api.parameters.Input@3718876f, org.onap.sdc.toscaparser.api.parameters.Input@ee48ae8]
2022-11-18T20:37:47.789Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:37:47.789Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:37:47.789Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-11-18T20:37:47.789Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 4c504cee-a579-4d94-a57e-fbfc7bab99d9
2022-11-18T20:37:47.789Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4c504cee-a579-4d94-a57e-fbfc7bab99d9 matches Tosca VF Customization UUID: 4c504cee-a579-4d94-a57e-fbfc7bab99d9
2022-11-18T20:37:47.789Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 4c504cee-a579-4d94-a57e-fbfc7bab99d9  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-18T20:37:47.792Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:37:47.792Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:37:47.793Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 4c504cee-a579-4d94-a57e-fbfc7bab99d9: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"}
2022-11-18T20:37:47.793Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5515a399
2022-11-18T20:37:47.793Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:37:47.793Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-18T20:37:47.793Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5a63f7cb-1824-48d8-bb60-c3b6c8aa5157
2022-11-18T20:37:47.793Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5a63f7cb-1824-48d8-bb60-c3b6c8aa5157
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-18T20:37:47.797Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:37:47.797Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-18T20:37:47.797Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T20:37:47.797Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:37:47.797Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-18T20:37:47.797Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T20:37:47.798Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:37:47.798Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-18T20:37:47.798Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-18T20:37:47.798Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-18T20:37:47.798Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=727904ec-cbf2-46cf-aad2-8175eb62d312
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-18T20:37:47.801Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:37:47.801Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-18T20:37:47.801Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-18T20:37:47.801Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:37:47.802Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-18T20:37:47.802Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=4c504cee-a579-4d94-a57e-fbfc7bab99d9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T20:37:47.803Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:37:47.804Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:37:47.804Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 3af20619-19d6-4f33-bf79-805ea9620980: basic_vm_macro
2022-11-18T20:37:47.804Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:37:47.804Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:37:47.804Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:37:47.804Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:37:47.804Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:37:47.804Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:37:47.804Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:37:47.804Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:37:47.804Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:37:47.804Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:37:47.804Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T20:37:47.882Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 6421451b-1070-4b08-9eee-adbde8ceb799 1 ASDC deployResourceStructure
2022-11-18T20:37:47.883Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-11-18T20:37:47.883Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-11-18T20:37:47.884Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T20:37:47.884Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:37:47.885Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:37:47.886Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803867883,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-18T20:37:47.986Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:37:47.986Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:37:47.987Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:37:48.000Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:37:48.000Z||pool-108-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:37:48.887Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-11-18T20:37:48.887Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-11-18T20:37:48.887Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T20:37:48.887Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:37:48.889Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:37:48.889Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803868887,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-18T20:37:48.989Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:37:48.990Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:37:48.990Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:37:49.002Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:37:49.003Z||pool-109-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:37:49.890Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-11-18T20:37:49.891Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-11-18T20:37:49.891Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T20:37:49.891Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:37:49.893Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:37:49.893Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803869890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-18T20:37:49.993Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-18T20:37:49.994Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:37:49.995Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:37:50.007Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:37:50.007Z||pool-110-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:37:50.895Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-11-18T20:37:50.895Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-18T20:37:50.895Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T20:37:50.895Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:37:50.897Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:37:50.897Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803870895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T20:37:50.997Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:37:50.997Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:37:50.998Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:37:51.008Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:37:51.008Z||pool-111-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-11-18T20:37:51.898Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3d92e03-e455-4942-9bcd-4d80bbfe9682
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T20:37:51.910Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3d92e03-e455-4942-9bcd-4d80bbfe9682
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T20:37:51.912Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T20:37:51.913Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-18T20:37:51.913Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-18T20:37:51.913Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-18T20:37:51.913Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T20:37:51.913Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T20:37:51.913Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T20:37:51.913Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T20:37:51.913Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T20:37:51.913Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T20:37:51.918Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-18T20:38:21.918Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e3d92e03-e455-4942-9bcd-4d80bbfe9682 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-18T20:38:21.924Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e3d92e03-e455-4942-9bcd-4d80bbfe9682 and serviceModelVersionId: 3af20619-19d6-4f33-bf79-805ea9620980
2022-11-18T20:38:21.925Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a8abef73-3081-41f7-967a-f5ef8ffdeb08
2022-11-18T20:38:21.926Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a8abef73-3081-41f7-967a-f5ef8ffdeb08/model-vers/model-ver/3af20619-19d6-4f33-bf79-805ea9620980?depth=0
2022-11-18T20:38:21.929Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-11-18T20:38:21.959Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a8abef73-3081-41f7-967a-f5ef8ffdeb08/model-vers/model-ver/3af20619-19d6-4f33-bf79-805ea9620980?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-11-18T20:38:21.961Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a8abef73-3081-41f7-967a-f5ef8ffdeb08/model-vers/model-ver/3af20619-19d6-4f33-bf79-805ea9620980?depth=0|INFO|500||Invoke
2022-11-18T20:38:21.982Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a8abef73-3081-41f7-967a-f5ef8ffdeb08/model-vers/model-ver/3af20619-19d6-4f33-bf79-805ea9620980?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-18T20:38:22.455Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a8abef73-3081-41f7-967a-f5ef8ffdeb08/model-vers/model-ver/3af20619-19d6-4f33-bf79-805ea9620980?depth=0|INFO|500||InvokeReturn
2022-11-18T20:38:22.456Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a8abef73-3081-41f7-967a-f5ef8ffdeb08/model-vers/model-ver/3af20619-19d6-4f33-bf79-805ea9620980?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221118-20:38:22:998-69960], vertex-id=[520256], Content-Length=[0], Date=[Fri, 18 Nov 2022 20:38:22 GMT], Content-Type=[application/json]}
2022-11-18T20:38:22.457Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-11-18T20:38:22.458Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-18T20:38:22.458Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T20:38:22.463Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-18T20:38:22.463Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e3d92e03-e455-4942-9bcd-4d80bbfe9682 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-18T20:38:22.463Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-18T20:38:22.464Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:38:22.466Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:38:22.466Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803902463,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-18T20:38:22.566Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:38:22.567Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:38:22.567Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:38:22.592Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:38:22.593Z||pool-112-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-11-18T20:38:23.486Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:38:23.486Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:38:23.486Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:38:30.270Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:38:30.271Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:38:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:38:30.900Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:38:30.900Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T20:38:30.901Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803849115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:38:30.901Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:38:30.901Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T20:38:30.901Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803849115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-18T20:38:30.901Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:38:30.901Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T20:38:30.901Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803849115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-18T20:38:30.902Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:38:30.902Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T20:38:30.902Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803849115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:38:30.902Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:38:30.902Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T20:38:30.902Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803849115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-18T20:38:30.902Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:38:30.902Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T20:38:30.902Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803849115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:38:30.902Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:38:30.902Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T20:38:30.902Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803849115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:38:30.902Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:38:30.902Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T20:38:30.902Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803849115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T20:38:30.902Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:38:30.902Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T20:38:30.902Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803862225,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:38:30.902Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:38:30.902Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T20:38:30.902Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803864486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:38:30.902Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:38:30.903Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T20:38:30.903Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803865662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:38:30.903Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:38:30.903Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T20:38:30.903Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803866772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:38:30.903Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:38:30.903Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T20:38:30.903Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803867883,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-18T20:38:30.903Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:38:30.903Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T20:38:30.903Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803868887,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-18T20:38:30.903Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:38:30.903Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T20:38:30.903Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803869890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-18T20:38:30.903Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:38:30.903Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T20:38:30.903Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803870895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T20:38:30.903Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:38:30.903Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-18T20:38:30.903Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3d92e03-e455-4942-9bcd-4d80bbfe9682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668803902463,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-18T20:38:30.903Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:38:33.058Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:38:33.059Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:38:33.059Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:38:33.059Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:38:42.601Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:38:42.602Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:38:42.602Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:38:42.603Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:38:52.142Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:38:52.143Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:38:52.143Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:38:52.144Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:39:01.715Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:39:30.267Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:39:30.268Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:39:30.268Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:39:30.270Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:39:30.270Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:39:30.270Z|517861c2-1fb6-4093-9cfd-091528c13231|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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:39:39.833Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:39:39.834Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:40:30.267Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:40:30.268Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:40:30.268Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:40:30.270Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:40:30.270Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:40:30.270Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:40:30.917Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:40:30.917Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:40:30.918Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-18T20:40:30.918Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:40:30.918Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668804005940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:40:30.918Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"0da39e59-1871-4764-bb05-61642ec4c4db","serviceDescription":"service","serviceInvariantUUID":"9c39a341-6a27-40be-aeb3-9e52eedc4ed8","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a73cf21f-2ef7-4073-b080-6364f99ced09","resourceInvariantUUID":"f901ddbe-1140-4238-a02c-bcad845b7cb3","resourceCustomizationUUID":"742026fc-a139-45ab-b7b8-a10309641c4e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"MWE3NzM0ZTMyMzdmNDgyNDAyMjA3ZTFhYzg3M2UzZTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c798d707-f17b-4156-a8e2-f3068762bf61","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9d8fbdef-5800-4c93-95c0-9e3a88c9bc80","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"305a2f0a-7f7b-462b-86ac-5c36b30b01b0","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"ZGQxNjk2YzRlNzQyNTVlNThmYTllMmFiMmI2YzBlMmY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"c4f2f774-a991-42f6-a2ce-3ec903beb335","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"34d29384-88af-47d5-bef0-4246d2f38d4c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c467b10a-e82f-4057-84f1-4d3e5e474c62","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f9f21436-fa27-4c8c-a76b-d97bad0a15b7","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"NjYzNTRkODdjZmE3OWMzYmZiMTc2M2Y0MDI4MzFiYWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ca84bf0e-5320-4019-9537-881a3fe26ef7","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YzQzODUyMDA1MmUxNDMyYzkwODY0MGIxOTgzODVjNGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8112effe-493d-40e4-9e01-5d3b7c00f217","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-18T20:40:30.918Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:40:30.918Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:40:30.918Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668804005940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:40:30.918Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:40:30.919Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:40:30.919Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668804005940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:40:30.919Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:40:30.919Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:40:30.919Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668804011131,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:40:30.919Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:40:30.919Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:40:30.919Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668804005940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:40:30.919Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:40:30.919Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:40:30.919Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668804011131,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:40:30.919Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:40:30.919Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:40:30.919Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668804012524,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:40:30.919Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:40:30.919Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:40:30.919Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:40:30.919Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668804005940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:40:30.919Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:40:30.920Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:40:30.920Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:40:30.920Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668804011131,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:40:30.920Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:40:30.920Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:40:30.920Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "cds",
  "timestamp": 1668804013138,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:40:30.920Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:40:30.920Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:40:30.920Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668804012524,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:40:30.920Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:40:30.920Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:40:30.920Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668804005940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:40:30.920Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:40:30.920Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:40:30.920Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668804011131,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:40:30.921Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:40:30.921Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:40:30.921Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "cds",
  "timestamp": 1668804013138,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:40:30.921Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:40:30.921Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:40:30.921Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668804012524,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:40:30.921Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:40:30.921Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:40:30.921Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668804005940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-11-18T20:40:30.921Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:40:30.921Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:40:30.921Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668804011131,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:40:30.921Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:40:30.921Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:40:30.921Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "cds",
  "timestamp": 1668804013138,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:40:30.921Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:40:30.921Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:40:30.921Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668804012524,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:40:30.921Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:40:30.921Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:40:30.921Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668804005940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:40:30.922Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:40:30.922Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:40:30.922Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668804011131,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:40:30.922Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:40:30.922Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:40:30.922Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "cds",
  "timestamp": 1668804013138,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:40:30.922Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:40:30.922Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:40:30.922Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668804012524,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:40:30.922Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:40:30.922Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:40:30.922Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "aai-ml",
  "timestamp": 1668804017025,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:40:30.922Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:40:30.922Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:40:30.922Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668804005940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:40:30.922Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:40:30.922Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:40:30.922Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668804011131,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:40:30.922Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:40:30.922Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:40:30.922Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "cds",
  "timestamp": 1668804013138,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:40:30.922Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:40:30.922Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:40:30.922Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668804012524,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:40:30.922Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:40:30.922Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:40:30.922Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "aai-ml",
  "timestamp": 1668804017025,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:40:30.922Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:40:30.922Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:40:30.922Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "cds",
  "timestamp": 1668804013138,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:40:30.922Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:40:30.922Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:40:30.922Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668804011131,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:40:30.922Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:40:30.922Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:40:30.922Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668804012524,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:40:30.922Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:40:30.923Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:40:30.923Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668804019256,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:40:30.923Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:40:30.923Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:40:30.923Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "aai-ml",
  "timestamp": 1668804017025,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:40:30.923Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:40:30.923Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:40:30.923Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "cds",
  "timestamp": 1668804013138,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:40:30.923Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:40:30.923Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:40:30.923Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668804012524,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:40:30.923Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:40:30.923Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:40:30.923Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668804011131,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T20:40:30.923Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:40:30.923Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:40:30.923Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668804020295,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-11-18T20:40:30.923Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:40:30.923Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:40:30.923Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "aai-ml",
  "timestamp": 1668804017025,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:40:30.923Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:40:30.923Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:40:30.923Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "cds",
  "timestamp": 1668804013138,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:40:30.923Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:40:30.923Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:40:30.923Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668804012524,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T20:40:30.923Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:40:30.923Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:40:30.923Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668804021299,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
2022-11-18T20:40:30.924Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:40:30.924Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668804030267,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T20:40:30.942Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a
2022-11-18T20:40:30.943Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T20:40:30.952Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:40:30.952Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "aai-ml",
  "timestamp": 1668804017025,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:40:30.953Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:40:30.953Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:40:30.953Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668804021337,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:40:30.953Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:40:30.953Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:40:30.953Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "cds",
  "timestamp": 1668804013138,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T20:40:30.953Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:40:30.953Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:40:30.953Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "aai-ml",
  "timestamp": 1668804017025,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:40:30.953Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:40:30.953Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:40:30.953Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "cds",
  "timestamp": 1668804022989,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:40:30.953Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:40:30.953Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:40:30.953Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "aai-ml",
  "timestamp": 1668804017025,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:40:30.953Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:40:30.953Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:40:30.953Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "cds",
  "timestamp": 1668804024317,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T20:40:30.960Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a
2022-11-18T20:40:30.960Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T20:40:30.969Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:40:30.970Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "aai-ml",
  "timestamp": 1668804017025,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:40:30.970Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:40:30.970Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:40:30.970Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "aai-ml",
  "timestamp": 1668804017025,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T20:40:30.970Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:40:30.970Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:40:30.970Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668804026031,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T20:40:30.970Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:40:30.970Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:40:30.970Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "aai-ml",
  "timestamp": 1668804026938,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:40:30.970Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:40:30.970Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:40:30.970Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668804027092,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T20:40:30.977Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a
2022-11-18T20:40:30.977Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T20:40:31.024Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:40:31.025Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:40:31.026Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:40:31.035Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:40:31.036Z||pool-113-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:40:31.924Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:40:31.925Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:40:31.927Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:40:31.927Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668804030267,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:40:32.028Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-18T20:40:32.029Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:40:32.029Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:40:32.041Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:40:32.042Z||pool-114-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:40:32.928Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:40:32.929Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:40:32.931Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:40:32.931Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668804030267,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:40:33.031Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:40:33.032Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:40:33.032Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:40:33.046Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:40:33.047Z||pool-115-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-18T20:40:33.931Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:40:33.933Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:40:33.934Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:40:33.934Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668804030267,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:40:34.034Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:40:34.035Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:40:34.035Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:40:34.046Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:40:34.047Z||pool-116-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:40:34.935Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:40:34.936Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:40:34.938Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:40:34.938Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668804030267,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:40:35.038Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:40:35.039Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:40:35.039Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:40:35.049Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:40:35.050Z||pool-117-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:40:35.939Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:40:35.940Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:40:35.942Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:40:35.942Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668804030267,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:40:36.042Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:40:36.043Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:40:36.043Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:40:36.060Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:40:36.061Z||pool-118-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:40:36.942Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:40:36.945Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:40:36.947Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:40:36.947Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668804030267,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:40:37.047Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:40:37.048Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:40:37.049Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:40:37.066Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:40:37.066Z||pool-119-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:40:37.947Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:40:37.948Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:40:37.950Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:40:37.950Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668804030267,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:40:38.050Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:40:38.051Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:40:38.051Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:40:38.061Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:40:38.062Z||pool-120-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:40:38.951Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-18T20:40:38.951Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:40:38.953Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:40:38.954Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668804030267,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T20:40:39.054Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:40:39.054Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:40:39.055Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:40:39.066Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:40:39.066Z||pool-121-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-18T20:40:39.955Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "0da39e59-1871-4764-bb05-61642ec4c4db",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9c39a341-6a27-40be-aeb3-9e52eedc4ed8",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "742026fc-a139-45ab-b7b8-a10309641c4e",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "a73cf21f-2ef7-4073-b080-6364f99ced09",
      "resourceInvariantUUID": "f901ddbe-1140-4238-a02c-bcad845b7cb3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-TestPnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
      "artifactChecksum": "YzQzODUyMDA1MmUxNDMyYzkwODY0MGIxOTgzODVjNGM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8112effe-493d-40e4-9e01-5d3b7c00f217"
    }
  ],
  "workloadContext": "Production"
}
2022-11-18T20:40:39.955Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-18T20:40:39.955Z|e3d92e03-e455-4942-9bcd-4d80bbfe9682|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0da39e59-1871-4764-bb05-61642ec4c4db ASDC
2022-11-18T20:40:39.955Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:0da39e59-1871-4764-bb05-61642ec4c4db
ServiceInvariantUUID:9c39a341-6a27-40be-aeb3-9e52eedc4ed8
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-TestPnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
ArtifactUUID:8112effe-493d-40e4-9e01-5d3b7c00f217
ArtifactChecksum:YzQzODUyMDA1MmUxNDMyYzkwODY0MGIxOTgzODVjNGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:742026fc-a139-45ab-b7b8-a10309641c4e
ResourceInvariantUUID:f901ddbe-1140-4238-a02c-bcad845b7cb3
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:a73cf21f-2ef7-4073-b080-6364f99ced09
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-11-18T20:40:39.955Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0da39e59-1871-4764-bb05-61642ec4c4db ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-18T20:40:39.983Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T20:40:39.983Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-18T20:40:39.983Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-18T20:40:39.983Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8112effe-493d-40e4-9e01-5d3b7c00f217 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-11-18T20:40:39.983Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-18T20:40:39.984Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-11-18T20:40:40.188Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-18T20:40:40.195Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 8112effe-493d-40e4-9e01-5d3b7c00f217 110861
2022-11-18T20:40:40.196Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-11-18T20:40:40.196Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-11-18T20:40:40.196Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-18T20:40:40.197Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:40:40.199Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:40:40.199Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668804040196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:40:40.300Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-18T20:40:40.301Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:40:40.301Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:40:40.313Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:40:40.314Z||pool-122-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:40:41.199Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-18T20:40:41.201Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-18T20:40:41.201Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 8112effe-493d-40e4-9e01-5d3b7c00f217, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-18T20:40:41.201Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-11-18T20:40:41.201Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-18T20:40:41.201Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-18T20:40:41.276Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6400826642729605277/Definitions/service-TestPnfMacro-template.yml
2022-11-18T20:40:41.856Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-18T20:40:41.856Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-11-18T20:40:41.856Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-18T20:40:41.856Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-18T20:40:41.856Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-18T20:40:41.856Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-18T20:40:41.856Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-18T20:40:41.856Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-18T20:40:41.856Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-18T20:40:41.856Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-18T20:40:41.856Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-18T20:40:41.856Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-11-18T20:40:41.856Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:40:41.857Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:40:41.857Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-11-18T20:40:41.857Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-18T20:40:41.857Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T20:40:41.857Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:40:41.857Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:40:41.857Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-11-18T20:40:41.857Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-18T20:40:41.857Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-18T20:40:41.857Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:40:41.857Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:40:41.857Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:40:41.857Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:40:41.857Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:40:41.857Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:40:41.857Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:40:41.857Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:40:41.857Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:40:41.858Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:40:41.858Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:0da39e59-1871-4764-bb05-61642ec4c4db
Model Version:NULL
Model InvariantUuid:9c39a341-6a27-40be-aeb3-9e52eedc4ed8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-18T20:40:41.864Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: a73cf21f-2ef7-4073-b080-6364f99ced09
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T20:40:41.868Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||test-pnf 0
2022-11-18T20:40:41.868Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a73cf21f-2ef7-4073-b080-6364f99ced09
2022-11-18T20:40:41.869Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 0da39e59-1871-4764-bb05-61642ec4c4db
2022-11-18T20:40:41.869Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 0da39e59-1871-4764-bb05-61642ec4c4db
2022-11-18T20:40:41.869Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 a73cf21f-2ef7-4073-b080-6364f99ced09 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T20:40:41.875Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@a29f4de, org.onap.sdc.toscaparser.api.parameters.Input@4025db79, org.onap.sdc.toscaparser.api.parameters.Input@46c5e8ca, org.onap.sdc.toscaparser.api.parameters.Input@23cecca5, org.onap.sdc.toscaparser.api.parameters.Input@66844306]
2022-11-18T20:40:41.875Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:40:41.875Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:40:41.875Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 0da39e59-1871-4764-bb05-61642ec4c4db: test-pnf
2022-11-18T20:40:41.875Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||Processing PNF resource: a73cf21f-2ef7-4073-b080-6364f99ced09
2022-11-18T20:40:41.876Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-18T20:40:41.876Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-18T20:40:41.876Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||Resource customization UUID: 742026fc-a139-45ab-b7b8-a10309641c4e is the same as notified resource customizationUUID: 742026fc-a139-45ab-b7b8-a10309641c4e
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-11-18T20:40:41.910Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf a73cf21f-2ef7-4073-b080-6364f99ced09 0 ASDC deployResourceStructure
2022-11-18T20:40:41.910Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-11-18T20:40:41.910Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-11-18T20:40:41.910Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-18T20:40:41.910Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:40:41.912Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:40:41.913Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668804041910,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T20:40:42.013Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:40:42.013Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:40:42.013Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:40:42.026Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:40:42.027Z||pool-123-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-18T20:40:42.913Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T20:40:42.944Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T20:40:42.953Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T20:40:42.953Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-18T20:40:42.953Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-18T20:41:12.953Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T20:41:12.963Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T20:41:12.966Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T20:41:12.966Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-18T20:41:12.966Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-18T20:41:30.270Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:41:30.270Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:41:30.271Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:41:30.393Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:41:30.394Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:41:30.394Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668804030267,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:41:30.395Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:41:42.967Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T20:41:42.977Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T20:41:42.980Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T20:41:42.980Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-18T20:41:42.980Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-18T20:42:12.981Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T20:42:12.990Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T20:42:12.993Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T20:42:12.993Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-18T20:42:12.993Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-18T20:42:30.270Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:42:30.270Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:42:30.270Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:42:30.808Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:42:30.808Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:42:30.808Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668804030267,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:42:30.809Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:42:30.809Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:42:30.809Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "aai-ml",
  "timestamp": 1668804033826,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T20:42:30.809Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:42:30.809Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:42:30.810Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668804030267,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:42:30.810Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:42:30.810Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:42:30.810Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "aai-ml",
  "timestamp": 1668804034830,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T20:42:30.817Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a
2022-11-18T20:42:30.817Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-18T20:42:30.826Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:42:30.827Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668804030267,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:42:30.827Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:42:30.827Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:42:30.827Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668804030267,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:42:30.828Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:42:30.828Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:42:30.828Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668804030267,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:42:30.828Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:42:30.828Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:42:30.828Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668804030267,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:42:30.828Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:42:30.828Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:42:30.828Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668804030267,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-18T20:42:30.829Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:42:30.829Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:42:30.829Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668804030267,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-18T20:42:30.829Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-18T20:42:30.829Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:42:30.829Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668804040196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-18T20:42:30.829Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:42:30.829Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-18T20:42:30.829Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668804041910,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-18T20:42:30.829Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:42:42.993Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T20:42:43.007Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-18T20:42:43.011Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-18T20:42:43.011Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-18T20:42:43.011Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-18T20:42:43.011Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-18T20:42:43.012Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T20:42:43.012Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T20:42:43.012Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T20:42:43.012Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T20:42:43.012Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-18T20:42:43.012Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-18T20:42:43.019Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-18T20:43:13.020Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-18T20:43:13.027Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a and serviceModelVersionId: 0da39e59-1871-4764-bb05-61642ec4c4db
2022-11-18T20:43:13.027Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9c39a341-6a27-40be-aeb3-9e52eedc4ed8
2022-11-18T20:43:13.027Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9c39a341-6a27-40be-aeb3-9e52eedc4ed8/model-vers/model-ver/0da39e59-1871-4764-bb05-61642ec4c4db?depth=0
2022-11-18T20:43:13.031Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-11-18T20:43:13.053Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c39a341-6a27-40be-aeb3-9e52eedc4ed8/model-vers/model-ver/0da39e59-1871-4764-bb05-61642ec4c4db?depth=0|INFO|500||Invoke
2022-11-18T20:43:13.054Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c39a341-6a27-40be-aeb3-9e52eedc4ed8/model-vers/model-ver/0da39e59-1871-4764-bb05-61642ec4c4db?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c39a341-6a27-40be-aeb3-9e52eedc4ed8/model-vers/model-ver/0da39e59-1871-4764-bb05-61642ec4c4db?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bb5cf24c-bc1b-433d-acc2-0ff4f478bb66], X-ECOMP-RequestID=[4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a], X-TransactionId=[], X-ONAP-RequestID=[4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a], Content-Type=[application/merge-patch+json]}
2022-11-18T20:43:13.081Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c39a341-6a27-40be-aeb3-9e52eedc4ed8/model-vers/model-ver/0da39e59-1871-4764-bb05-61642ec4c4db?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-18T20:43:13.269Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c39a341-6a27-40be-aeb3-9e52eedc4ed8/model-vers/model-ver/0da39e59-1871-4764-bb05-61642ec4c4db?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/9c39a341-6a27-40be-aeb3-9e52eedc4ed8/model-vers/model-ver/0da39e59-1871-4764-bb05-61642ec4c4db?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221118-20:43:14:094-16954], vertex-id=[225360], Content-Length=[0], Date=[Fri, 18 Nov 2022 20:43:14 GMT], Content-Type=[application/json]}
2022-11-18T20:43:13.269Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c39a341-6a27-40be-aeb3-9e52eedc4ed8/model-vers/model-ver/0da39e59-1871-4764-bb05-61642ec4c4db?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-18T20:43:13.270Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9c39a341-6a27-40be-aeb3-9e52eedc4ed8/model-vers/model-ver/0da39e59-1871-4764-bb05-61642ec4c4db?depth=0|INFO|500||InvokeReturn
2022-11-18T20:43:13.270Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-18T20:43:13.270Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-18T20:43:13.275Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-18T20:43:13.275Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-18T20:43:13.275Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-18T20:43:13.275Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-18T20:43:13.277Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-18T20:43:13.277Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668804193275,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-18T20:43:13.377Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-18T20:43:13.378Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-18T20:43:13.378Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AgCBvFByRqd0UYSo) ...
2022-11-18T20:43:13.396Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:43:13.396Z||pool-124-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-18T20:43:14.288Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:43:14.288Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:43:14.288Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:43:24.567Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:43:24.567Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:43:24.568Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:43:24.568Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:43:30.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:43:30.270Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:43:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:43:30.891Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:43:30.891Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-18T20:43:30.891Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668804193275,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-18T20:43:30.892Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-18T20:43:34.110Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:43:34.111Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:43:34.111Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:43:34.111Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:43:43.691Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:44:30.267Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:44:30.267Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:44:30.268Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:44:30.269Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:44:30.270Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:44:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:44:39.845Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:44:39.845Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:45:30.267Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:45:30.270Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:45:30.270Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:45:30.270Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:45:30.271Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:45:30.271Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:45:39.816Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:45:39.820Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:46:30.267Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:46:30.268Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:46:30.268Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:46:30.270Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:46:30.270Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:46:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:46:39.846Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:46:39.847Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:47:30.267Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:47:30.268Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:47:30.268Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:47:30.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:47:30.270Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:47:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:47:39.819Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:47:39.822Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:48:30.267Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:48:30.267Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:48:30.268Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:48:30.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:48:30.270Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:48:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:48:39.858Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:48:39.861Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:49:30.267Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:49:30.267Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:49:30.268Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:49:30.270Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:49:30.270Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:49:30.270Z|517861c2-1fb6-4093-9cfd-091528c13231|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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:49:39.830Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:49:39.831Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:50:30.267Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:50:30.268Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:50:30.268Z|517861c2-1fb6-4093-9cfd-091528c13231|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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:50:30.270Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:50:30.270Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:50:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:50:39.810Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:50:39.813Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:51:30.267Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:51:30.268Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:51:30.268Z|517861c2-1fb6-4093-9cfd-091528c13231|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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:51:30.270Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:51:30.270Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:51:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:51:39.850Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:51:39.851Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:52:30.267Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:52:30.268Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:52:30.268Z|517861c2-1fb6-4093-9cfd-091528c13231|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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:52:30.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:52:30.271Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:52:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:52:39.812Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:52:39.813Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:53:30.267Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:53:30.267Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:53:30.267Z|517861c2-1fb6-4093-9cfd-091528c13231|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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:53:30.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:53:30.270Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:53:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:53:39.846Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:53:39.850Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:54:30.267Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:54:30.268Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:54:30.268Z|517861c2-1fb6-4093-9cfd-091528c13231|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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:54:30.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:54:30.271Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:54:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:54:39.845Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:54:39.848Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:55:30.267Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:55:30.268Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:55:30.268Z|517861c2-1fb6-4093-9cfd-091528c13231|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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:55:30.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:55:30.270Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:55:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:55:39.841Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:55:39.848Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:56:30.267Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:56:30.268Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:56:30.268Z|517861c2-1fb6-4093-9cfd-091528c13231|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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:56:30.270Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:56:30.270Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:56:30.270Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:56:39.815Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:56:39.816Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:57:30.267Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:57:30.269Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:57:30.269Z|517861c2-1fb6-4093-9cfd-091528c13231|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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:57:30.270Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:57:30.270Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:57:30.270Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:57:39.836Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:57:39.836Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:58:30.267Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:58:30.268Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:58:30.268Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:58:30.270Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:58:30.271Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:58:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:58:39.850Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:58:39.851Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:59:30.267Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:59:30.268Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:59:30.268Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:59:30.270Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T20:59:30.270Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T20:59:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T20:59:39.822Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T20:59:39.836Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T21:00:30.267Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T21:00:30.268Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T21:00:30.268Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|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 AgCBvFByRqd0UYSo) ...
2022-11-18T21:00:30.269Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T21:00:30.270Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T21:00:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T21:00:39.845Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T21:00:39.846Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T21:01:30.267Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T21:01:30.267Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T21:01:30.268Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|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 AgCBvFByRqd0UYSo) ...
2022-11-18T21:01:30.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T21:01:30.270Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T21:01:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T21:01:39.827Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T21:01:39.830Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T21:02:30.267Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T21:02:30.268Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T21:02:30.268Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|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 AgCBvFByRqd0UYSo) ...
2022-11-18T21:02:30.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T21:02:30.270Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T21:02:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T21:02:39.854Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T21:02:39.863Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T21:03:30.267Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T21:03:30.267Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T21:03:30.268Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|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 AgCBvFByRqd0UYSo) ...
2022-11-18T21:03:30.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T21:03:30.270Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T21:03:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T21:03:39.844Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T21:03:39.845Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T21:04:30.267Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T21:04:30.267Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T21:04:30.268Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|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 AgCBvFByRqd0UYSo) ...
2022-11-18T21:04:30.269Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T21:04:30.270Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T21:04:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T21:04:39.859Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T21:04:39.860Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T21:05:30.267Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T21:05:30.268Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T21:05:30.268Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|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 AgCBvFByRqd0UYSo) ...
2022-11-18T21:05:30.270Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T21:05:30.270Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T21:05:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T21:05:39.818Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T21:05:39.820Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T21:06:30.267Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T21:06:30.268Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T21:06:30.268Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|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 AgCBvFByRqd0UYSo) ...
2022-11-18T21:06:30.270Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T21:06:30.270Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T21:06:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T21:06:39.812Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T21:06:39.812Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T21:07:30.267Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T21:07:30.267Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T21:07:30.268Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|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 AgCBvFByRqd0UYSo) ...
2022-11-18T21:07:30.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T21:07:30.271Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T21:07:30.272Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T21:07:39.801Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T21:07:39.805Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T21:08:30.268Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T21:08:30.269Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T21:08:30.269Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|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 AgCBvFByRqd0UYSo) ...
2022-11-18T21:08:30.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T21:08:30.270Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T21:08:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T21:08:39.826Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T21:08:39.826Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T21:09:30.267Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T21:09:30.269Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T21:09:30.269Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|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 AgCBvFByRqd0UYSo) ...
2022-11-18T21:09:30.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T21:09:30.270Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T21:09:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T21:09:39.828Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T21:09:39.837Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T21:10:30.267Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T21:10:30.268Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T21:10:30.268Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|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 AgCBvFByRqd0UYSo) ...
2022-11-18T21:10:30.270Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T21:10:30.270Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T21:10:30.270Z|517861c2-1fb6-4093-9cfd-091528c13231|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 AgCBvFByRqd0UYSo) ...
2022-11-18T21:10:39.850Z|517861c2-1fb6-4093-9cfd-091528c13231|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T21:10:39.853Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T21:11:30.267Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T21:11:30.268Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T21:11:30.268Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|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 AgCBvFByRqd0UYSo) ...
2022-11-18T21:11:30.270Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T21:11:30.270Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T21:11:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T21:11:39.833Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T21:11:39.833Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T21:12:30.267Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T21:12:30.268Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T21:12:30.268Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|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 AgCBvFByRqd0UYSo) ...
2022-11-18T21:12:30.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T21:12:30.270Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T21:12:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T21:12:39.811Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T21:12:39.811Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T21:13:30.267Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T21:13:30.268Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T21:13:30.268Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|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 AgCBvFByRqd0UYSo) ...
2022-11-18T21:13:30.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T21:13:30.270Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T21:13:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T21:13:39.820Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T21:13:39.822Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T21:14:30.267Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T21:14:30.268Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T21:14:30.268Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|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 AgCBvFByRqd0UYSo) ...
2022-11-18T21:14:30.270Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T21:14:30.270Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T21:14:30.270Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|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 AgCBvFByRqd0UYSo) ...
2022-11-18T21:14:39.868Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T21:14:39.868Z|4e9837b1-d0a4-4df9-aa50-ee3adf53cf5a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T21:15:30.267Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T21:15:30.267Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T21:15:30.267Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|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 AgCBvFByRqd0UYSo) ...
2022-11-18T21:15:30.270Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T21:15:30.271Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T21:15:30.271Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T21:15:39.814Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T21:15:39.817Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T21:16:30.267Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T21:16:30.268Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T21:16:30.268Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|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 AgCBvFByRqd0UYSo) ...
2022-11-18T21:16:30.269Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-18T21:16:30.270Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-18T21:16:30.270Z||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 AgCBvFByRqd0UYSo) ...
2022-11-18T21:16:39.819Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-18T21:16:39.820Z|e26a0f1e-738b-4d1f-a745-37af4714de3b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK