Results

By type

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

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

2022-03-09T05:32:37.307Z||main|||||INFO|500||The following profiles are active: basic
2022-03-09T05:32:50.749Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-09T05:32:50.750Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-09T05:32:50.895Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-09T05:32:55.315Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-09T05:32:55.803Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-09T05:32:56.311Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-09T05:32:56.373Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-09T05:32:56.496Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-09T05:32:56.763Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-09T05:32:57.413Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-09T05:32:59.299Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-09T05:33:01.976Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-09T05:33:02.075Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-09T05:33:02.718Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-09T05:33:02.947Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-03-09T05:33:04.460Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-09T05:33:05.687Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-03-09T05:33:05.710Z||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$$9ade955a.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-03-09T05:33:05.711Z||main|||||WARN|500||The sdc end point is not alive
2022-03-09T05:33:09.057Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-03-09T05:33:12.533Z||main|||||WARN|500||---
2022-03-09T05:33:12.534Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-09T05:33:12.534Z||main|||||WARN|500||---
2022-03-09T05:33:13.137Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-09T05:33:18.988Z||main|||||INFO|500||Started Application in 45.348 seconds (JVM running for 47.61)
2022-03-09T05:33:19.013Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-09T05:33:19.020Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-09T05:33:19.034Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-09T05:33:19.063Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-09T05:33:19.121Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9c4fc740-381f-4204-89f9-e57039c668cd url= /sdc/v1/artifactTypes
2022-03-09T05:33:19.121Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-09T05:33:19.437Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-09T05:33:19.467Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-03-09T05:33:19.489Z||scheduling-1|||||DEBUG|500||create keys
2022-03-09T05:33:19.496Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-09T05:33:19.536Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T05:33:19.557Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= a00159a4-22f6-4200-80ce-c381c91fb8a2 url= /sdc/v1/registerForDistribution
2022-03-09T05:33:19.783Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= a00159a4-22f6-4200-80ce-c381c91fb8a2 url= /sdc/v1/registerForDistribution
2022-03-09T05:33:19.783Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-09T05:33:19.794Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:33:19.794Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:33:19.804Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T05:33:19.804Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:33:19.805Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T05:33:19.805Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-09T05:33:19.806Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:33:30.105Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T05:33:30.174Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T05:34:19.792Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:34:19.794Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:34:19.794Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T05:34:19.794Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:34:19.795Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T05:34:19.795Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:34:29.352Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T05:34:29.367Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T05:35:19.792Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:35:19.793Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T05:35:19.794Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XCSwSZufQzcKI9Ym) ...
2022-03-09T05:35:19.794Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:35:19.795Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T05:35:19.798Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:35:29.395Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T05:35:29.394Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T05:36:19.792Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:36:19.793Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T05:36:19.793Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:36:19.794Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:36:19.795Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T05:36:19.795Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:36:29.355Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T05:36:29.365Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T05:37:19.792Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:37:19.793Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T05:37:19.793Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:37:19.794Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:37:19.797Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T05:37:19.800Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:37:29.376Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T05:37:29.381Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T05:38:19.792Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:38:19.793Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T05:38:19.793Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:38:19.794Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:38:19.795Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T05:38:19.795Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:38:29.347Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T05:38:29.353Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T05:39:19.792Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:39:19.794Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T05:39:19.794Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:39:19.794Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:39:19.795Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T05:39:19.795Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:39:29.371Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T05:39:29.385Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T05:40:19.792Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:40:19.793Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T05:40:19.794Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:40:19.794Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:40:19.795Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T05:40:19.795Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:40:29.385Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T05:40:29.388Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T05:41:19.792Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:41:19.794Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:41:19.795Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T05:41:19.794Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T05:41:19.795Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:41:19.795Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:41:29.347Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T05:41:29.349Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T05:42:19.795Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:42:19.793Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:42:19.799Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T05:42:19.799Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:42:19.800Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T05:42:19.800Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:42:29.354Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T05:42:29.356Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T05:43:19.792Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:43:19.794Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T05:43:19.794Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:43:19.794Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:43:19.795Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T05:43:19.795Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:43:29.304Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-09T05:43:29.345Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T05:43:29.347Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T05:44:19.792Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:44:19.793Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T05:44:19.793Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:44:19.794Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:44:19.795Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T05:44:19.795Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:44:29.380Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T05:44:29.413Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T05:45:19.792Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:45:19.793Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T05:45:19.793Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:45:19.794Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:45:19.794Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T05:45:19.794Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:45:29.349Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T05:45:29.351Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T05:46:19.792Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:46:19.793Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T05:46:19.793Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:46:19.794Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:46:19.795Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T05:46:19.796Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:46:29.350Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T05:46:29.405Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T05:47:19.792Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:47:19.793Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T05:47:19.793Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:47:19.794Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:47:19.796Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T05:47:19.796Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:47:29.345Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T05:47:29.367Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T05:48:19.792Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:48:19.793Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T05:48:19.793Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:48:19.794Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:48:19.795Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T05:48:19.795Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:48:29.346Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T05:48:29.354Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T05:49:19.792Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:49:19.793Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T05:49:19.793Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:49:19.796Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:49:19.797Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T05:49:19.797Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:49:29.348Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T05:49:29.359Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T05:50:19.792Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:50:19.793Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T05:50:19.793Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:50:19.794Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:50:19.795Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T05:50:19.795Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:50:29.352Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T05:50:29.357Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T05:51:19.792Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:51:19.794Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:51:19.794Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T05:51:19.794Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:51:19.794Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T05:51:19.795Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:51:29.356Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T05:51:29.357Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T05:52:19.793Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:52:19.794Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:52:19.796Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T05:52:19.796Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T05:52:19.796Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:52:19.796Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:52:29.345Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T05:52:29.348Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T05:53:19.792Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:53:19.793Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T05:53:19.793Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:53:19.794Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:53:19.794Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T05:53:19.795Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:53:29.348Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T05:53:29.360Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T05:54:19.792Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:54:19.793Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T05:54:19.793Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:54:19.794Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:54:19.795Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T05:54:19.797Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:54:29.367Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T05:54:29.392Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T05:55:19.792Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:55:19.792Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T05:55:19.793Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:55:19.794Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:55:19.794Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T05:55:19.795Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:55:29.370Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T05:55:29.415Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T05:56:19.792Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:56:19.793Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T05:56:19.793Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:56:19.794Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:56:19.795Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T05:56:19.796Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:56:29.344Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T05:56:29.350Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T05:57:19.792Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:57:19.793Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T05:57:19.793Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:57:19.794Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:57:19.795Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T05:57:19.795Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:57:29.339Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T05:57:29.341Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T05:58:19.792Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:58:19.793Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T05:58:19.793Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:58:19.794Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:58:19.795Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T05:58:19.795Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:58:29.344Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T05:58:29.349Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T05:59:19.792Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:59:19.793Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T05:59:19.793Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:59:19.794Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:59:19.795Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T05:59:19.795Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:59:29.356Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T05:59:29.356Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:00:19.792Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:00:19.793Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:00:19.793Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:00:19.794Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:00:19.794Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:00:19.794Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:00:29.362Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:00:29.363Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:01:19.792Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:01:19.794Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:01:19.794Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:01:19.794Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:01:19.794Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:01:19.795Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:01:29.361Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:01:29.375Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:02:19.792Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:02:19.794Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:02:19.794Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:02:19.794Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:02:19.794Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:02:19.794Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:02:29.349Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:02:29.355Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:03:19.792Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:03:19.793Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:03:19.793Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:03:19.794Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:03:19.795Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:03:19.795Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:03:29.346Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:03:29.348Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:04:19.792Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:04:19.793Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:04:19.793Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:04:19.795Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:04:19.796Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:04:19.796Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:04:20.238Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:04:20.243Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.243Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "clamp",
  "timestamp": 1646805850557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.273Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:04:20.273Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.273Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646805850430,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.273Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:04:20.274Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.274Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "cds",
  "timestamp": 1646805843053,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.274Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:04:20.274Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.274Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646805845299,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.274Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:04:20.275Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.275Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646805851559,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.275Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:04:20.275Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.275Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646805850430,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/basic_onboard_comzer0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.275Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:04:20.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.276Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "clamp",
  "timestamp": 1646805850557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/basic_onboard_comzer0_modules.json",
  "status": "NOTIFIED"
}
2022-03-09T06:04:20.276Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:04:20.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.276Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "cds",
  "timestamp": 1646805843053,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/basic_onboard_comzer0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.276Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:04:20.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.277Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646805845299,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/basic_onboard_comzer0_modules.json",
  "status": "NOTIFIED"
}
2022-03-09T06:04:20.277Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:04:20.277Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.277Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646805851559,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/basic_onboard_comzer0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.277Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:04:20.277Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.278Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "clamp",
  "timestamp": 1646805850557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.278Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:04:20.278Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.278Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646805850430,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.278Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:04:20.278Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.278Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "cds",
  "timestamp": 1646805843053,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.279Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:04:20.279Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.279Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646805845299,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-09T06:04:20.279Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:04:20.279Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.279Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646805851559,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.280Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:04:20.280Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.280Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "clamp",
  "timestamp": 1646805850557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.281Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:04:20.281Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.281Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646805850430,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.281Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:04:20.281Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.282Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "cds",
  "timestamp": 1646805843053,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.282Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:04:20.282Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.282Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646805845299,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.282Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:04:20.282Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.283Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646805851559,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.283Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:04:20.283Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.283Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "aai-ml",
  "timestamp": 1646805855227,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.283Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:04:20.283Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.283Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646805850430,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.284Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:04:20.284Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.284Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "clamp",
  "timestamp": 1646805850557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.285Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:04:20.285Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.285Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "cds",
  "timestamp": 1646805843053,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.285Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:04:20.285Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646805845299,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-09T06:04:20.286Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:04:20.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646805851559,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.286Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:04:20.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "aai-ml",
  "timestamp": 1646805855227,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/basic_onboard_comzer0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.287Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:04:20.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "clamp",
  "timestamp": 1646805850557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.287Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:04:20.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.288Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646805850430,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.288Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:04:20.288Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.288Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "cds",
  "timestamp": 1646805843053,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.289Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:04:20.289Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.289Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646805845299,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.289Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:04:20.289Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.289Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646805851559,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.290Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:04:20.290Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.290Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "aai-ml",
  "timestamp": 1646805855227,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.290Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:04:20.291Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.291Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "clamp",
  "timestamp": 1646805850557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-csar.csar",
  "status": "NOTIFIED"
}
2022-03-09T06:04:20.291Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:04:20.291Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.291Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646805850430,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-csar.csar",
  "status": "NOTIFIED"
}
2022-03-09T06:04:20.291Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:04:20.291Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.291Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "cds",
  "timestamp": 1646805843053,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-csar.csar",
  "status": "NOTIFIED"
}
2022-03-09T06:04:20.292Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:04:20.292Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.292Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646805845299,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-csar.csar",
  "status": "NOTIFIED"
}
2022-03-09T06:04:20.292Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:04:20.292Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646805851559,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.293Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:04:20.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "aai-ml",
  "timestamp": 1646805855227,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.293Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:04:20.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "aai-ml",
  "timestamp": 1646805855227,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.294Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:04:20.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "cds",
  "timestamp": 1646805860382,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:04:20.294Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:04:20.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646805860385,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/basic_onboard_comzer0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:04:20.295Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:04:20.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.295Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "policy-id",
  "timestamp": 1646805859471,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.295Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:04:20.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.295Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646805860185,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:04:20.295Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:04:20.436Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:04:20.438Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.439Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05","serviceName":"basic_onboard_CoMZeR","serviceVersion":"1.0","serviceUUID":"a0f0ba4a-bd1a-4f48-bb80-1e2189e8d7c0","serviceDescription":"service","serviceInvariantUUID":"39df95f0-9477-41fd-9132-68f55a4d974e","resources":[{"resourceInstanceName":"basic_onboard_CoMZeR 0","resourceName":"basic_onboard_CoMZeR","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bb9fc297-7c17-4a0b-a481-930196cebf21","resourceInvariantUUID":"f0ba950a-7e8a-42f7-97fe-c2a2add3c585","resourceCustomizationUUID":"608dc21e-f839-44c0-b4f3-cf115186bc5c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/vf-license-model.xml","artifactChecksum":"YzZkMjVhMWMzODZiMGRlNWU5N2RjMGM3MGU2OGRkZGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f4756e30-67b2-4020-93dd-e7031280870b","artifactVersion":"1"},{"artifactName":"basic_onboard_comzer0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/basic_onboard_comzer0_modules.json","artifactChecksum":"YzI5NDdkYTZmNTJmOWJlMTYwZDUxNTYyZTE4NDEzMTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c9d64bea-0f3c-4cf3-a0c3-5285ba8d45c6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"37d7a184-3c7b-45d7-8c56-985e64af3dcf","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e7c45df0-bed8-4f3f-8f8d-889cbcfdd1c0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"92d3d571-c1fc-4c32-936d-572da12cd207","artifactVersion":"2","generatedFromUUID":"37d7a184-3c7b-45d7-8c56-985e64af3dcf"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardComzer-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-template.yml","artifactChecksum":"ZWE5MjZiOGM1Mzg3NmQzMGU1ZTBmNDM0M2UxOTljMGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3888bcfa-54ec-4eb4-a8c4-1a9e686bc6d3","artifactVersion":"1"},{"artifactName":"service-BasicOnboardComzer-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-csar.csar","artifactChecksum":"ZjZlZmM3Y2Y4NTdkNWE3OTA3YWQ2MGFhMWIxNDhjOTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3dd4fd78-0a4c-4599-8824-eac389ed417a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-09T06:04:20.449Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T06:04:20.455Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:04:20.469Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:04:20.469Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646805859791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.570Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-03-09T06:04:20.576Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T06:04:20.576Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:04:20.605Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:04:20.607Z||pool-3-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:04:21.477Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T06:04:21.478Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:04:21.480Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:04:21.481Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646805859791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/basic_onboard_comzer0_modules.json",
  "status": "NOTIFIED"
}
2022-03-09T06:04:21.581Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:04:21.582Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T06:04:21.583Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:04:21.604Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:04:21.605Z||pool-4-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-03-09T06:04:22.481Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T06:04:22.483Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:04:22.485Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:04:22.485Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646805859791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-09T06:04:22.585Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-09T06:04:22.586Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T06:04:22.587Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:04:22.599Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:04:22.599Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:04:23.486Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T06:04:23.488Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:04:23.491Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:04:23.491Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646805859791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:04:23.591Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:04:23.592Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T06:04:23.592Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:04:23.602Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:04:23.603Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:04:24.492Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T06:04:24.493Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:04:24.496Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:04:24.496Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646805859791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-09T06:04:24.597Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:04:24.599Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T06:04:24.599Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:04:24.612Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:04:24.613Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-09T06:04:25.497Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T06:04:25.498Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:04:25.501Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:04:25.502Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646805859791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:04:25.601Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-09T06:04:25.603Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T06:04:25.603Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:04:25.615Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:04:25.617Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-09T06:04:26.502Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T06:04:26.503Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:04:26.506Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:04:26.506Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646805859791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-csar.csar",
  "status": "NOTIFIED"
}
2022-03-09T06:04:26.606Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:04:26.607Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T06:04:26.608Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:04:26.619Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:04:26.620Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:04:27.508Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "serviceName": "basic_onboard_CoMZeR",
  "serviceVersion": "1.0",
  "serviceUUID": "a0f0ba4a-bd1a-4f48-bb80-1e2189e8d7c0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "39df95f0-9477-41fd-9132-68f55a4d974e",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_CoMZeR 0",
      "resourceCustomizationUUID": "608dc21e-f839-44c0-b4f3-cf115186bc5c",
      "resourceName": "basic_onboard_CoMZeR",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bb9fc297-7c17-4a0b-a481-930196cebf21",
      "resourceInvariantUUID": "f0ba950a-7e8a-42f7-97fe-c2a2add3c585",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_comzer0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/basic_onboard_comzer0_modules.json",
          "artifactChecksum": "YzI5NDdkYTZmNTJmOWJlMTYwZDUxNTYyZTE4NDEzMTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c9d64bea-0f3c-4cf3-a0c3-5285ba8d45c6",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "37d7a184-3c7b-45d7-8c56-985e64af3dcf",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "92d3d571-c1fc-4c32-936d-572da12cd207",
            "generatedFromUUID": "37d7a184-3c7b-45d7-8c56-985e64af3dcf"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "92d3d571-c1fc-4c32-936d-572da12cd207",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardComzer-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-csar.csar",
      "artifactChecksum": "ZjZlZmM3Y2Y4NTdkNWE3OTA3YWQ2MGFhMWIxNDhjOTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3dd4fd78-0a4c-4599-8824-eac389ed417a"
    }
  ],
  "workloadContext": "Production"
}
2022-03-09T06:04:27.509Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-09T06:04:27.510Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a0f0ba4a-bd1a-4f48-bb80-1e2189e8d7c0 ASDC
2022-03-09T06:04:27.650Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05
ServiceName:basic_onboard_CoMZeR
ServiceVersion:1.0
ServiceUUID:a0f0ba4a-bd1a-4f48-bb80-1e2189e8d7c0
ServiceInvariantUUID:39df95f0-9477-41fd-9132-68f55a4d974e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardComzer-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-csar.csar
ArtifactUUID:3dd4fd78-0a4c-4599-8824-eac389ed417a
ArtifactChecksum:ZjZlZmM3Y2Y4NTdkNWE3OTA3YWQ2MGFhMWIxNDhjOTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_CoMZeR 0
ResourceCustomizationUUID:608dc21e-f839-44c0-b4f3-cf115186bc5c
ResourceInvariantUUID:f0ba950a-7e8a-42f7-97fe-c2a2add3c585
ResourceName:basic_onboard_CoMZeR
ResourceType:VF
ResourceUUID:bb9fc297-7c17-4a0b-a481-930196cebf21
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_comzer0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/basic_onboard_comzer0_modules.json
ArtifactUUID:c9d64bea-0f3c-4cf3-a0c3-5285ba8d45c6
ArtifactChecksum:YzI5NDdkYTZmNTJmOWJlMTYwZDUxNTYyZTE4NDEzMTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.yaml
ArtifactUUID:37d7a184-3c7b-45d7-8c56-985e64af3dcf
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.env
ArtifactUUID:92d3d571-c1fc-4c32-936d-572da12cd207
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.env
ArtifactUUID:92d3d571-c1fc-4c32-936d-572da12cd207
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-09T06:04:27.653Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a0f0ba4a-bd1a-4f48-bb80-1e2189e8d7c0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-09T06:04:27.952Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-09T06:04:27.953Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-09T06:04:27.955Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-09T06:04:27.955Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3dd4fd78-0a4c-4599-8824-eac389ed417a from URL: /sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-csar.csar
2022-03-09T06:04:27.955Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-09T06:04:27.958Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-csar.csar
2022-03-09T06:04:28.093Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-09T06:04:28.107Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-csar.csar 3dd4fd78-0a4c-4599-8824-eac389ed417a 71570
2022-03-09T06:04:28.109Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-csar.csar ASDC sendASDCNotification
2022-03-09T06:04:28.110Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-csar.csar
2022-03-09T06:04:28.111Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-09T06:04:28.112Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:04:28.114Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:04:28.114Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646805868108,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:04:28.214Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:04:28.216Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T06:04:28.216Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:04:28.229Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:04:28.230Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:04:29.115Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-09T06:04:29.116Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-09T06:04:29.117Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 3dd4fd78-0a4c-4599-8824-eac389ed417a, URL: /sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-csar.csar to file: /app/ASDC/1/service-BasicOnboardComzer-csar.csar
2022-03-09T06:04:29.117Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardComzer-csar.csar
2022-03-09T06:04:29.219Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardComzer-csar.csar
2022-03-09T06:04:29.219Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardComzer-csar.csar
2022-03-09T06:04:29.859Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7425581450288312372/Definitions/service-BasicOnboardComzer-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-03-09T06:04:31.873Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-09T06:04:31.879Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-09T06:04:31.880Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardComzer-csar.csar
2022-03-09T06:04:31.880Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-09T06:04:31.881Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardComzer-csar.csar
2022-03-09T06:04:31.881Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardComzer-csar.csar
2022-03-09T06:04:31.881Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardComzer-csar.csar
2022-03-09T06:04:31.882Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardComzer-csar.csar
2022-03-09T06:04:31.882Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_CoMZeR 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardComzer-csar.csar
2022-03-09T06:04:31.882Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardComzer-csar.csar
2022-03-09T06:04:31.882Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardComzer-csar.csar
2022-03-09T06:04:31.883Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardComzer-csar.csar
2022-03-09T06:04:31.883Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardComzer-csar.csar
2022-03-09T06:04:31.883Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-09T06:04:31.891Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:04:31.893Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CoMZeR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:04:31.898Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_CoMZeR 0 is matching search criteria
2022-03-09T06:04:31.898Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-09T06:04:31.900Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_CoMZeR 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-09T06:04:31.902Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:04:31.902Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CoMZeR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:04:31.903Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_CoMZeR 0 is matching search criteria
2022-03-09T06:04:31.903Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-09T06:04:31.904Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_CoMZeR 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-09T06:04:31.904Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:04:31.904Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CoMZeR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:04:31.909Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:04:31.910Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_CoMZeR 0 is not matching search criteria
2022-03-09T06:04:31.911Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-09T06:04:31.911Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-09T06:04:31.912Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-09T06:04:31.912Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-09T06:04:31.912Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-09T06:04:31.913Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:04:31.913Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CoMZeR is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-09T06:04:31.915Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:04:31.915Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_CoMZeR 0 is matching search criteria
2022-03-09T06:04:31.916Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_CoMZeR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T06:04:31.916Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:04:31.917Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_CoMZeR 0 is matching search criteria
2022-03-09T06:04:31.917Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_CoMZeR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T06:04:31.917Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:04:31.918Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_CoMZeR 0 is matching search criteria
2022-03-09T06:04:31.918Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_CoMZeR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T06:04:31.919Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:04:31.919Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_CoMZeR 0 is not matching search criteria
2022-03-09T06:04:31.919Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-09T06:04:31.920Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-09T06:04:31.920Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=cb92b811-2956-40d7-a8e1-9bf1a2aa6690
2022-03-09T06:04:31.920Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:04:31.921Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CoMZeR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:04:31.921Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:04:31.921Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CoMZeR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:04:31.922Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:04:31.922Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CoMZeR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:04:31.922Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:04:31.923Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CoMZeR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:04:31.923Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_CoMZeR
Description:service
Model UUID:a0f0ba4a-bd1a-4f48-bb80-1e2189e8d7c0
Model Version:NULL
Model InvariantUuid:39df95f0-9477-41fd-9132-68f55a4d974e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_CoMZeR
Model UUID:4407fa8a-18dc-45a4-b98a-74e11a8bf822
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f0ba950a-7e8a-42f7-97fe-c2a2add3c585
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:608dc21e-f839-44c0-b4f3-cf115186bc5c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:86e3b8df-5a2e-4a5f-aa30-f71d3f396277
ModelName:BasicOnboardComzer..base_ubuntu18..module-0
ModelUuid:6fd8e24b-b8cd-4451-a149-01d158966989
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cb92b811-2956-40d7-a8e1-9bf1a2aa6690
ModelInvariantUuid:5d984c73-f41f-46d1-871e-a0c3ebdabcb9
ModelName:basic_onboard_CoMZeR-nodes.ubuntu18Cvfc
ModelUuid:c5afea4f-4942-4f29-b14d-1bc6436ff83c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:024c6df0-b2d1-47cf-bf04-c75339fb6c3d
ModelInvariantUuid:74350a4b-05d6-4b97-9e52-6a82514e7120
ModelName:BasicOnboardComzer.compute.nodes.heat.ubuntu18
ModelUuid:d2545c1d-bc1d-4eb8-8e9f-7a000424bbe6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-09T06:04:31.950Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: bb9fc297-7c17-4a0b-a481-930196cebf21
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-09T06:04:32.050Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||basic_onboard_CoMZeR 0
2022-03-09T06:04:32.060Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bb9fc297-7c17-4a0b-a481-930196cebf21
2022-03-09T06:04:32.060Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c9d64bea-0f3c-4cf3-a0c3-5285ba8d45c6 from URL: /sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/basic_onboard_comzer0_modules.json
2022-03-09T06:04:32.060Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-09T06:04:32.061Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/basic_onboard_comzer0_modules.json
2022-03-09T06:04:32.127Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-09T06:04:32.128Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/basic_onboard_comzer0_modules.json c9d64bea-0f3c-4cf3-a0c3-5285ba8d45c6 798
2022-03-09T06:04:32.128Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/basic_onboard_comzer0_modules.json ASDC sendASDCNotification
2022-03-09T06:04:32.128Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/basic_onboard_comzer0_modules.json
2022-03-09T06:04:32.128Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-09T06:04:32.129Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:04:32.132Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:04:32.132Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646805872128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/basic_onboard_comzer0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:04:32.232Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-09T06:04:32.262Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T06:04:32.263Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:04:32.278Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:04:32.279Z||pool-11-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:04:33.135Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardComzer..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "86e3b8df-5a2e-4a5f-aa30-f71d3f396277",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6fd8e24b-b8cd-4451-a149-01d158966989",
    "vfModuleModelCustomizationUUID": "eafc4982-ef6b-4196-b91f-f2197eacd718",
    "isBase": true,
    "artifacts": [
      "37d7a184-3c7b-45d7-8c56-985e64af3dcf",
      "92d3d571-c1fc-4c32-936d-572da12cd207"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-09T06:04:33.152Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardComzer..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6fd8e24b-b8cd-4451-a149-01d158966989
VfModuleModelInvariantUUID:86e3b8df-5a2e-4a5f-aa30-f71d3f396277
VfModuleModelDescription:NULL
Artifacts UUID List:{
37d7a184-3c7b-45d7-8c56-985e64af3dcf
,
92d3d571-c1fc-4c32-936d-572da12cd207

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

isBase:true


}

2022-03-09T06:04:33.155Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardComzer..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "86e3b8df-5a2e-4a5f-aa30-f71d3f396277",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6fd8e24b-b8cd-4451-a149-01d158966989",
    "vfModuleModelCustomizationUUID": "eafc4982-ef6b-4196-b91f-f2197eacd718",
    "isBase": true,
    "artifacts": [
      "37d7a184-3c7b-45d7-8c56-985e64af3dcf",
      "92d3d571-c1fc-4c32-936d-572da12cd207"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-09T06:04:33.155Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardComzer..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6fd8e24b-b8cd-4451-a149-01d158966989
VfModuleModelInvariantUUID:86e3b8df-5a2e-4a5f-aa30-f71d3f396277
VfModuleModelDescription:NULL
Artifacts UUID List:{
37d7a184-3c7b-45d7-8c56-985e64af3dcf
,
92d3d571-c1fc-4c32-936d-572da12cd207

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

isBase:true


}

2022-03-09T06:04:33.156Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 37d7a184-3c7b-45d7-8c56-985e64af3dcf from URL: /sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.yaml
2022-03-09T06:04:33.156Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-09T06:04:33.156Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.yaml
2022-03-09T06:04:33.224Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-09T06:04:33.225Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.yaml 37d7a184-3c7b-45d7-8c56-985e64af3dcf 5033
2022-03-09T06:04:33.226Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-09T06:04:33.227Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.yaml
2022-03-09T06:04:33.227Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-09T06:04:33.228Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:04:33.230Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:04:33.231Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646805873226,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:04:33.331Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:04:33.333Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T06:04:33.334Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:04:33.346Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:04:33.347Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-09T06:04:34.232Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 92d3d571-c1fc-4c32-936d-572da12cd207 from URL: /sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.env
2022-03-09T06:04:34.233Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-09T06:04:34.233Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.env
2022-03-09T06:04:34.418Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-09T06:04:34.419Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.env 92d3d571-c1fc-4c32-936d-572da12cd207 909
2022-03-09T06:04:34.419Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-09T06:04:34.419Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.env
2022-03-09T06:04:34.420Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-09T06:04:34.420Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:04:34.423Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:04:34.423Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646805874419,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:04:34.523Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:04:34.525Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T06:04:34.525Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:04:34.537Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:04:34.537Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:04:35.424Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: a0f0ba4a-bd1a-4f48-bb80-1e2189e8d7c0
2022-03-09T06:04:35.425Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_CoMZeR 0 bb9fc297-7c17-4a0b-a481-930196cebf21 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-09T06:04:35.461Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7bfaab, org.onap.sdc.toscaparser.api.parameters.Input@3d2f5bcd, org.onap.sdc.toscaparser.api.parameters.Input@765781bf, org.onap.sdc.toscaparser.api.parameters.Input@1034f4e4, org.onap.sdc.toscaparser.api.parameters.Input@4fc5faeb]
2022-03-09T06:04:35.468Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:04:35.469Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CoMZeR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:04:35.470Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-03-09T06:04:35.470Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 608dc21e-f839-44c0-b4f3-cf115186bc5c
2022-03-09T06:04:35.470Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 608dc21e-f839-44c0-b4f3-cf115186bc5c matches Tosca VF Customization UUID: 608dc21e-f839-44c0-b4f3-cf115186bc5c
2022-03-09T06:04:35.470Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 608dc21e-f839-44c0-b4f3-cf115186bc5c  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-09T06:04:35.484Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:04:35.485Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CoMZeR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:04:35.486Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 608dc21e-f839-44c0-b4f3-cf115186bc5c: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-03-09T06:04:35.486Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@19893ccb
2022-03-09T06:04:35.487Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:04:35.487Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CoMZeR is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-09T06:04:35.487Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : eafc4982-ef6b-4196-b91f-f2197eacd718
2022-03-09T06:04:35.488Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID eafc4982-ef6b-4196-b91f-f2197eacd718
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-09T06:04:35.495Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:04:35.495Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_CoMZeR 0 is matching search criteria
2022-03-09T06:04:35.495Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_CoMZeR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T06:04:35.496Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:04:35.496Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_CoMZeR 0 is matching search criteria
2022-03-09T06:04:35.496Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_CoMZeR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T06:04:35.496Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:04:35.497Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_CoMZeR 0 is not matching search criteria
2022-03-09T06:04:35.497Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-09T06:04:35.497Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-09T06:04:35.497Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=cb92b811-2956-40d7-a8e1-9bf1a2aa6690
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-09T06:04:35.505Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:04:35.505Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_CoMZeR 0 is matching search criteria
2022-03-09T06:04:35.505Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_CoMZeR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T06:04:35.505Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:04:35.505Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_CoMZeR 0 is matching search criteria
2022-03-09T06:04:35.506Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_CoMZeR 0] matching following query criteria: sdcType=VF, customizationUUID=608dc21e-f839-44c0-b4f3-cf115186bc5c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-09T06:04:35.507Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:04:35.508Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CoMZeR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:04:35.508Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid a0f0ba4a-bd1a-4f48-bb80-1e2189e8d7c0: basic_onboard_CoMZeR
2022-03-09T06:04:35.508Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:04:35.508Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CoMZeR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:04:35.509Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:04:35.509Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CoMZeR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:04:35.509Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:04:35.509Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CoMZeR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:04:35.509Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:04:35.509Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CoMZeR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:04:35.510Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:04:35.510Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CoMZeR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:04:35.510Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_CoMZeR 
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-03-09T06:04:35.691Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_CoMZeR bb9fc297-7c17-4a0b-a481-930196cebf21 1 ASDC deployResourceStructure
2022-03-09T06:04:35.691Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/basic_onboard_comzer0_modules.json ASDC sendASDCNotification
2022-03-09T06:04:35.691Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/basic_onboard_comzer0_modules.json
2022-03-09T06:04:35.691Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-09T06:04:35.692Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:04:35.694Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:04:35.694Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646805875691,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/basic_onboard_comzer0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-09T06:04:35.794Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:04:35.795Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T06:04:35.795Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:04:35.827Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:04:35.828Z||pool-14-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:04:36.695Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-09T06:04:36.696Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.yaml
2022-03-09T06:04:36.696Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-09T06:04:36.697Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:04:36.699Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:04:36.699Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646805876695,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-09T06:04:36.800Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-09T06:04:36.801Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T06:04:36.802Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:04:36.822Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:04:36.823Z||pool-15-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:04:37.700Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-09T06:04:37.701Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.env
2022-03-09T06:04:37.701Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-09T06:04:37.702Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:04:37.704Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:04:37.704Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646805877700,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-09T06:04:37.805Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-09T06:04:37.807Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T06:04:37.808Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:04:37.821Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:04:37.822Z||pool-16-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-09T06:04:38.706Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-csar.csar ASDC sendASDCNotification
2022-03-09T06:04:38.706Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-csar.csar
2022-03-09T06:04:38.707Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-09T06:04:38.707Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:04:38.710Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:04:38.710Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646805878705,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-09T06:04:38.810Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:04:38.811Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T06:04:38.811Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:04:38.827Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:04:38.827Z||pool-17-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:04:39.711Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:04:39.742Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:04:39.746Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-09T06:04:39.747Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-09T06:04:39.747Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-09T06:05:09.747Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:05:09.760Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:05:09.763Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-09T06:05:09.763Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-09T06:05:09.764Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-09T06:05:19.794Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:05:19.796Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:05:19.796Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:05:19.823Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:05:19.825Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:05:19.825Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "aai-ml",
  "timestamp": 1646805855227,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:05:19.827Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:05:39.764Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:05:39.777Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:05:39.780Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-09T06:05:39.780Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-09T06:05:39.780Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-09T06:06:09.780Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:06:09.794Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:06:09.796Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-09T06:06:09.796Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-09T06:06:09.796Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-09T06:06:19.794Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:06:19.795Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:06:19.795Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:06:19.825Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:06:19.826Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:06:19.826Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646805859791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:06:19.827Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:06:39.797Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:06:39.834Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:06:39.838Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-09T06:06:39.839Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-09T06:06:39.839Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-09T06:07:09.840Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:07:09.860Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:07:09.863Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-09T06:07:09.863Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-09T06:07:09.864Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-09T06:07:19.795Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:07:19.797Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:07:19.797Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:07:19.845Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:07:19.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.849Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "policy-id",
  "timestamp": 1646805859471,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/basic_onboard_comzer0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:07:19.850Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:07:19.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.851Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "cds",
  "timestamp": 1646805861437,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-09T06:07:19.863Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05
2022-03-09T06:07:19.864Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-09T06:07:19.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646805861759,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:07:19.876Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:07:19.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "aai-ml",
  "timestamp": 1646805855227,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-csar.csar",
  "status": "NOTIFIED"
}
2022-03-09T06:07:19.877Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:07:19.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646805859791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/basic_onboard_comzer0_modules.json",
  "status": "NOTIFIED"
}
2022-03-09T06:07:19.877Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:07:19.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "policy-id",
  "timestamp": 1646805859471,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-09T06:07:19.878Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:07:19.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646805862967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:07:19.878Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:07:19.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "aai-ml",
  "timestamp": 1646805863312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:07:19.878Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:07:19.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646805859791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-09T06:07:19.879Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:07:19.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "policy-id",
  "timestamp": 1646805859471,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:07:19.879Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:07:19.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "clamp",
  "timestamp": 1646805863553,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:07:19.880Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:07:19.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646805864309,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-09T06:07:19.885Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05
2022-03-09T06:07:19.886Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-09T06:07:19.897Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.898Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646805859791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:07:19.898Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:07:19.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.899Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "policy-id",
  "timestamp": 1646805859471,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:07:19.899Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:07:19.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.899Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646805864716,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-09T06:07:19.899Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:07:19.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646805865316,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/basic_onboard_comzer0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-09T06:07:19.900Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:07:19.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646805859791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-09T06:07:19.901Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:07:19.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "policy-id",
  "timestamp": 1646805859471,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:07:19.901Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:07:19.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646805865723,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-09T06:07:19.911Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05
2022-03-09T06:07:19.911Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-09T06:07:19.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "clamp",
  "timestamp": 1646805865548,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-09T06:07:19.930Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:07:19.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646805859791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:07:19.931Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:07:19.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "policy-id",
  "timestamp": 1646805859471,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-csar.csar",
  "status": "NOTIFIED"
}
2022-03-09T06:07:19.931Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:07:19.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "clamp",
  "timestamp": 1646805866553,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-09T06:07:19.936Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05
2022-03-09T06:07:19.936Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-09T06:07:19.945Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.946Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646805859791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-csar.csar",
  "status": "NOTIFIED"
}
2022-03-09T06:07:19.946Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:07:19.946Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.946Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "policy-id",
  "timestamp": 1646805867266,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:07:19.947Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:07:19.947Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.947Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "policy-id",
  "timestamp": 1646805868276,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-09T06:07:19.947Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:07:19.947Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.947Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646805868108,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:07:19.948Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:07:19.948Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.948Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "policy-id",
  "timestamp": 1646805869282,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-09T06:07:19.954Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05
2022-03-09T06:07:19.954Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-09T06:07:19.962Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.962Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646805872128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/basic_onboard_comzer0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:07:19.963Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:07:19.963Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.963Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646805873226,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:07:19.964Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:07:19.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.965Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646805874419,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:07:19.965Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:07:19.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646805875691,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/basic_onboard_comzer0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-09T06:07:19.966Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:07:19.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646805876695,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-09T06:07:19.967Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:07:19.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646805877700,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-09T06:07:19.968Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:07:19.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646805878705,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-09T06:07:19.968Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:07:19.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.969Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "aai-ml",
  "timestamp": 1646805883762,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-09T06:07:19.969Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:07:19.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.970Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "aai-ml",
  "timestamp": 1646805884769,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-09T06:07:19.978Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05
2022-03-09T06:07:19.978Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-09T06:07:39.864Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:07:39.878Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:07:39.883Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-09T06:07:39.883Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-09T06:07:39.884Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-09T06:07:39.884Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-09T06:07:39.884Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-09T06:07:39.885Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-09T06:07:39.885Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-09T06:07:39.885Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-09T06:07:39.885Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-09T06:07:39.886Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-09T06:07:39.886Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-09T06:07:39.894Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-09T06:08:09.895Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-09T06:08:09.910Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05 and serviceModelVersionId: a0f0ba4a-bd1a-4f48-bb80-1e2189e8d7c0
2022-03-09T06:08:09.910Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 39df95f0-9477-41fd-9132-68f55a4d974e
2022-03-09T06:08:19.794Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:08:19.795Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:08:19.795Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:08:19.828Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:08:19.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "cds",
  "timestamp": 1646806008053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.832Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:08:19.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "aai-ml",
  "timestamp": 1646806005227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.832Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:08:19.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.833Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646806005301,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.833Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:08:19.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.833Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646806011559,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.833Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:08:19.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.833Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "cds",
  "timestamp": 1646806008053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vfwdf14fbb642ba0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.834Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:08:19.834Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.834Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "aai-ml",
  "timestamp": 1646806005227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vfwdf14fbb642ba0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.834Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:08:19.834Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.834Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646806005301,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vfwdf14fbb642ba0_modules.json",
  "status": "NOTIFIED"
}
2022-03-09T06:08:19.834Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:08:19.834Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.835Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646806011559,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vfwdf14fbb642ba0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.835Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:08:19.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.835Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "cds",
  "timestamp": 1646806008053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.835Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:08:19.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.835Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "aai-ml",
  "timestamp": 1646806005227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.836Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:08:19.836Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.836Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646806005301,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-09T06:08:19.836Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:08:19.836Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.836Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646806011559,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.836Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:08:19.836Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.837Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "cds",
  "timestamp": 1646806008053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.837Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:08:19.837Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.837Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "aai-ml",
  "timestamp": 1646806005227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.837Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:08:19.838Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.839Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646806005301,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.839Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:08:19.840Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.840Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646806011559,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.840Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:08:19.840Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.840Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "cds",
  "timestamp": 1646806008053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.840Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:08:19.841Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.841Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "aai-ml",
  "timestamp": 1646806005227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.841Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:08:19.841Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.841Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646806005301,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-09T06:08:19.842Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:08:19.842Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.842Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646806011559,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.842Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:08:19.842Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.842Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "aai-ml",
  "timestamp": 1646806005227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.843Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:08:19.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.843Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "cds",
  "timestamp": 1646806008053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.843Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:08:19.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646806005301,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.844Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:08:19.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646806011559,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.845Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:08:19.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "cds",
  "timestamp": 1646806008053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-csar.csar",
  "status": "NOTIFIED"
}
2022-03-09T06:08:19.845Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:08:19.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "aai-ml",
  "timestamp": 1646806005227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-csar.csar",
  "status": "NOTIFIED"
}
2022-03-09T06:08:19.846Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:08:19.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646806005301,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-csar.csar",
  "status": "NOTIFIED"
}
2022-03-09T06:08:19.846Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:08:19.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.847Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646806011559,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.847Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:08:19.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.847Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "aai-ml",
  "timestamp": 1646806019142,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:08:19.847Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:08:19.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "cds",
  "timestamp": 1646806019150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:08:19.848Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:08:19.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646806019158,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vfwdf14fbb642ba0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:08:19.848Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:08:19.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "cds",
  "timestamp": 1646806020157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-09T06:08:19.872Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1741b494-2372-4027-b30f-9409f5fa344e
2022-03-09T06:08:19.874Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1741b494-2372-4027-b30f-9409f5fa344e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-09T06:08:19.884Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.884Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646806020305,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:08:19.885Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:08:19.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "policy-id",
  "timestamp": 1646806019471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.885Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:08:19.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "policy-id",
  "timestamp": 1646806019471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vfwdf14fbb642ba0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:08:19.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646806021399,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:08:19.886Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:08:19.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "policy-id",
  "timestamp": 1646806019471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-09T06:08:19.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:08:19.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646806022423,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-09T06:08:19.892Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1741b494-2372-4027-b30f-9409f5fa344e
2022-03-09T06:08:19.892Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1741b494-2372-4027-b30f-9409f5fa344e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-09T06:08:19.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "policy-id",
  "timestamp": 1646806019471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.903Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:08:19.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646806023428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vfwdf14fbb642ba0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-09T06:08:19.903Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:08:19.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "policy-id",
  "timestamp": 1646806019471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.904Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:08:19.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "policy-id",
  "timestamp": 1646806019471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.904Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:08:19.905Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "policy-id",
  "timestamp": 1646806019471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-csar.csar",
  "status": "NOTIFIED"
}
2022-03-09T06:08:19.905Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:08:19.905Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "policy-id",
  "timestamp": 1646806027445,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:08:19.906Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:08:19.906Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "policy-id",
  "timestamp": 1646806028450,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-09T06:08:19.906Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:08:19.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "policy-id",
  "timestamp": 1646806029453,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-09T06:08:19.914Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1741b494-2372-4027-b30f-9409f5fa344e
2022-03-09T06:08:19.915Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1741b494-2372-4027-b30f-9409f5fa344e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-09T06:08:19.924Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.924Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646806030430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.924Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:08:19.925Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.925Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "clamp",
  "timestamp": 1646806030557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.925Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:08:19.925Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.925Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646806030430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vfwdf14fbb642ba0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.926Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:08:19.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.926Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "clamp",
  "timestamp": 1646806030557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vfwdf14fbb642ba0_modules.json",
  "status": "NOTIFIED"
}
2022-03-09T06:08:19.926Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:08:19.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.926Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646806030430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.927Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:08:19.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.927Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "clamp",
  "timestamp": 1646806030557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.927Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:08:19.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.927Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646806030430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.927Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:08:19.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "clamp",
  "timestamp": 1646806030557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.928Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:08:19.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646806030430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.928Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:08:19.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.929Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "clamp",
  "timestamp": 1646806030557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.929Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:08:19.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.929Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646806030430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.929Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:08:19.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.929Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "aai-ml",
  "timestamp": 1646806036541,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-09T06:08:19.930Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:08:19.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "clamp",
  "timestamp": 1646806030557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.930Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:08:19.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646806030430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-csar.csar",
  "status": "NOTIFIED"
}
2022-03-09T06:08:19.931Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:08:19.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "aai-ml",
  "timestamp": 1646806037546,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-09T06:08:19.936Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1741b494-2372-4027-b30f-9409f5fa344e
2022-03-09T06:08:19.936Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1741b494-2372-4027-b30f-9409f5fa344e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-09T06:08:19.945Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.945Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "clamp",
  "timestamp": 1646806030557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-csar.csar",
  "status": "NOTIFIED"
}
2022-03-09T06:08:19.946Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:08:19.946Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.946Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646806039038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:08:19.946Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:08:25.523Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/39df95f0-9477-41fd-9132-68f55a4d974e/model-vers/model-ver/a0f0ba4a-bd1a-4f48-bb80-1e2189e8d7c0?depth=0
2022-03-09T06:08:25.661Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-03-09T06:08:26.274Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39df95f0-9477-41fd-9132-68f55a4d974e/model-vers/model-ver/a0f0ba4a-bd1a-4f48-bb80-1e2189e8d7c0?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-09T06:08:26.280Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39df95f0-9477-41fd-9132-68f55a4d974e/model-vers/model-ver/a0f0ba4a-bd1a-4f48-bb80-1e2189e8d7c0?depth=0|INFO|500||Invoke
2022-03-09T06:08:26.405Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39df95f0-9477-41fd-9132-68f55a4d974e/model-vers/model-ver/a0f0ba4a-bd1a-4f48-bb80-1e2189e8d7c0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-09T06:08:26.842Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39df95f0-9477-41fd-9132-68f55a4d974e/model-vers/model-ver/a0f0ba4a-bd1a-4f48-bb80-1e2189e8d7c0?depth=0|INFO|500||InvokeReturn
2022-03-09T06:08:26.846Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39df95f0-9477-41fd-9132-68f55a4d974e/model-vers/model-ver/a0f0ba4a-bd1a-4f48-bb80-1e2189e8d7c0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220309-06:08:27:042-64069], vertex-id=[385208], Content-Length=[0], Date=[Wed, 09 Mar 2022 06:08:27 GMT], Content-Type=[application/json]}
2022-03-09T06:08:26.847Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-03-09T06:08:26.852Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-09T06:08:26.853Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-09T06:08:26.862Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-09T06:08:26.864Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-09T06:08:26.867Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-09T06:08:26.867Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:08:26.872Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:08:26.872Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806106864,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-09T06:08:26.972Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:08:26.973Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T06:08:26.977Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:08:26.990Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:08:26.991Z||pool-18-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-03-09T06:08:27.886Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:08:27.887Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:08:27.887Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:08:32.249Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:08:32.250Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-09T06:08:32.250Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"1741b494-2372-4027-b30f-9409f5fa344e","serviceName":"vFW 2022-03-09 06-05-05","serviceVersion":"1.0","serviceUUID":"2c6f746d-3d41-4712-92f4-da842ec1c0ca","serviceDescription":"catalog service description","serviceInvariantUUID":"a1027f5e-bee9-44a1-9000-8361f3a56e13","resources":[{"resourceInstanceName":"vFW df14fbb6-42ba 0","resourceName":"vFW df14fbb6-42ba","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"962d90fb-a186-4448-afb5-6313d0438ec1","resourceInvariantUUID":"5947949f-8d48-4fd5-ae95-eb191e2faf6a","resourceCustomizationUUID":"de92be65-17af-4e3d-a577-43182cddbfc6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vf-license-model.xml","artifactChecksum":"ZmNlMjJmOWNlMTFlMDRmYTkyZWEzZjMxNzcwNDc5NjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"33161b38-6f30-41e5-8b82-d80687b4d359","artifactVersion":"1"},{"artifactName":"vfwdf14fbb642ba0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vfwdf14fbb642ba0_modules.json","artifactChecksum":"MjAyN2I2OGYxMDkzMmEzZDgwYTljNGE4YmI4Y2UwNjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6f7f8278-4859-4e7d-99fe-730e5e0164b5","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"07ffc3cd-e02e-4cf8-8ccd-96f3a2797a6c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vendor-license-model.xml","artifactChecksum":"ZTg5Yzg5YjIxNDdmZWQzNjcwOGFmYjQ0YTFmYjdmN2I\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"14d94e8b-41a2-4bdc-8eaa-a33f5bf08bb2","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6c6d2b43-e9c7-4e56-b395-36c5ea7bf48b","artifactVersion":"2","generatedFromUUID":"07ffc3cd-e02e-4cf8-8ccd-96f3a2797a6c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220309060505-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-template.yml","artifactChecksum":"YmNmM2Q3NWQyM2MxNDA2NTRiYzkxOWNjMTYzMjA2M2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"91bfde2a-4fdc-4613-bd8c-d5be0c58bce0","artifactVersion":"1"},{"artifactName":"service-Vfw20220309060505-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-csar.csar","artifactChecksum":"ZjEwMGM4NjZhOGE1MGVkMTkyZDE1ODk0ODU5MTc2NDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9e0de802-1db1-4755-a19c-04f1b0e7871b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-09T06:08:32.253Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T06:08:32.253Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:08:32.255Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:08:32.255Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806107886,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:08:32.356Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:08:32.357Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T06:08:32.357Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:08:32.370Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:08:32.371Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:08:33.256Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T06:08:33.257Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:08:33.259Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:08:33.260Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806107886,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vfwdf14fbb642ba0_modules.json",
  "status": "NOTIFIED"
}
2022-03-09T06:08:33.360Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:08:33.362Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T06:08:33.362Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:08:33.374Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:08:33.375Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:08:34.261Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T06:08:34.262Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:08:34.264Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:08:34.268Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806107886,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-09T06:08:34.365Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-03-09T06:08:34.366Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T06:08:34.366Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:08:34.381Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:08:34.382Z||pool-21-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:08:35.268Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T06:08:35.270Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:08:35.272Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:08:35.273Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806107886,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:08:35.373Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:08:35.375Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T06:08:35.375Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:08:35.398Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:08:35.399Z||pool-22-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:08:36.274Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T06:08:36.275Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:08:36.277Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:08:36.277Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806107886,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-09T06:08:36.377Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:08:36.378Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T06:08:36.379Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:08:36.392Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:08:36.392Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:08:37.278Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T06:08:37.278Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:08:37.280Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:08:37.280Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806107886,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:08:37.381Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:08:37.383Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T06:08:37.383Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:08:37.395Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:08:37.395Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:08:38.281Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T06:08:38.283Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:08:38.285Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:08:38.286Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806107886,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-csar.csar",
  "status": "NOTIFIED"
}
2022-03-09T06:08:38.386Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-09T06:08:38.387Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T06:08:38.387Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:08:38.400Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:08:38.400Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:08:39.288Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "serviceName": "vFW 2022-03-09 06-05-05",
  "serviceVersion": "1.0",
  "serviceUUID": "2c6f746d-3d41-4712-92f4-da842ec1c0ca",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a1027f5e-bee9-44a1-9000-8361f3a56e13",
  "resources": [
    {
      "resourceInstanceName": "vFW df14fbb6-42ba 0",
      "resourceCustomizationUUID": "de92be65-17af-4e3d-a577-43182cddbfc6",
      "resourceName": "vFW df14fbb6-42ba",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "962d90fb-a186-4448-afb5-6313d0438ec1",
      "resourceInvariantUUID": "5947949f-8d48-4fd5-ae95-eb191e2faf6a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwdf14fbb642ba0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vfwdf14fbb642ba0_modules.json",
          "artifactChecksum": "MjAyN2I2OGYxMDkzMmEzZDgwYTljNGE4YmI4Y2UwNjA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6f7f8278-4859-4e7d-99fe-730e5e0164b5",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "07ffc3cd-e02e-4cf8-8ccd-96f3a2797a6c",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "6c6d2b43-e9c7-4e56-b395-36c5ea7bf48b",
            "generatedFromUUID": "07ffc3cd-e02e-4cf8-8ccd-96f3a2797a6c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "6c6d2b43-e9c7-4e56-b395-36c5ea7bf48b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220309060505-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-csar.csar",
      "artifactChecksum": "ZjEwMGM4NjZhOGE1MGVkMTkyZDE1ODk0ODU5MTc2NDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9e0de802-1db1-4755-a19c-04f1b0e7871b"
    }
  ],
  "workloadContext": "Production"
}
2022-03-09T06:08:39.289Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-09T06:08:39.289Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2c6f746d-3d41-4712-92f4-da842ec1c0ca ASDC
2022-03-09T06:08:39.290Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:1741b494-2372-4027-b30f-9409f5fa344e
ServiceName:vFW 2022-03-09 06-05-05
ServiceVersion:1.0
ServiceUUID:2c6f746d-3d41-4712-92f4-da842ec1c0ca
ServiceInvariantUUID:a1027f5e-bee9-44a1-9000-8361f3a56e13
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220309060505-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-csar.csar
ArtifactUUID:9e0de802-1db1-4755-a19c-04f1b0e7871b
ArtifactChecksum:ZjEwMGM4NjZhOGE1MGVkMTkyZDE1ODk0ODU5MTc2NDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW df14fbb6-42ba 0
ResourceCustomizationUUID:de92be65-17af-4e3d-a577-43182cddbfc6
ResourceInvariantUUID:5947949f-8d48-4fd5-ae95-eb191e2faf6a
ResourceName:vFW df14fbb6-42ba
ResourceType:VF
ResourceUUID:962d90fb-a186-4448-afb5-6313d0438ec1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwdf14fbb642ba0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vfwdf14fbb642ba0_modules.json
ArtifactUUID:6f7f8278-4859-4e7d-99fe-730e5e0164b5
ArtifactChecksum:MjAyN2I2OGYxMDkzMmEzZDgwYTljNGE4YmI4Y2UwNjA=
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/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.yaml
ArtifactUUID:07ffc3cd-e02e-4cf8-8ccd-96f3a2797a6c
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/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.env
ArtifactUUID:6c6d2b43-e9c7-4e56-b395-36c5ea7bf48b
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/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.env
ArtifactUUID:6c6d2b43-e9c7-4e56-b395-36c5ea7bf48b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-09T06:08:39.291Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2c6f746d-3d41-4712-92f4-da842ec1c0ca ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-09T06:08:39.326Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-09T06:08:39.327Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-09T06:08:39.328Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-09T06:08:39.328Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9e0de802-1db1-4755-a19c-04f1b0e7871b from URL: /sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-csar.csar
2022-03-09T06:08:39.328Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-09T06:08:39.329Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-csar.csar
2022-03-09T06:08:39.723Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-09T06:08:39.731Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-csar.csar 9e0de802-1db1-4755-a19c-04f1b0e7871b 98939
2022-03-09T06:08:39.731Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-csar.csar ASDC sendASDCNotification
2022-03-09T06:08:39.731Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-csar.csar
2022-03-09T06:08:39.731Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-09T06:08:39.732Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:08:39.734Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:08:39.734Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806119731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:08:39.834Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:08:39.835Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T06:08:39.835Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:08:39.850Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:08:39.851Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:08:40.735Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-09T06:08:40.736Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-09T06:08:40.737Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 9e0de802-1db1-4755-a19c-04f1b0e7871b, URL: /sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-csar.csar to file: /app/ASDC/1/service-Vfw20220309060505-csar.csar
2022-03-09T06:08:40.737Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220309060505-csar.csar
2022-03-09T06:08:40.738Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220309060505-csar.csar
2022-03-09T06:08:40.738Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220309060505-csar.csar
2022-03-09T06:08:40.943Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7245769611665873101/Definitions/service-Vfw20220309060505-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-03-09T06:08:43.272Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-09T06:08:43.273Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-09T06:08:43.273Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220309060505-csar.csar
2022-03-09T06:08:43.274Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-09T06:08:43.274Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW df14fbb6-42ba 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220309060505-csar.csar
2022-03-09T06:08:43.274Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220309060505-csar.csar
2022-03-09T06:08:43.274Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220309060505-csar.csar
2022-03-09T06:08:43.274Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220309060505-csar.csar
2022-03-09T06:08:43.274Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220309060505-csar.csar
2022-03-09T06:08:43.274Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220309060505-csar.csar
2022-03-09T06:08:43.275Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220309060505-csar.csar
2022-03-09T06:08:43.275Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220309060505-csar.csar
2022-03-09T06:08:43.275Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220309060505-csar.csar
2022-03-09T06:08:43.275Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220309060505-csar.csar
2022-03-09T06:08:43.275Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220309060505-csar.csar
2022-03-09T06:08:43.275Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220309060505-csar.csar
2022-03-09T06:08:43.275Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220309060505-csar.csar
2022-03-09T06:08:43.275Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-09T06:08:43.276Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:08:43.276Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 06-05-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:08:43.276Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vFW df14fbb6-42ba 0 is matching search criteria
2022-03-09T06:08:43.276Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-09T06:08:43.277Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW df14fbb6-42ba 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-09T06:08:43.277Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:08:43.277Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 06-05-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:08:43.277Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vFW df14fbb6-42ba 0 is matching search criteria
2022-03-09T06:08:43.278Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-09T06:08:43.278Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW df14fbb6-42ba 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-09T06:08:43.278Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:08:43.278Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 06-05-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:08:43.279Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:08:43.279Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vFW df14fbb6-42ba 0 is not matching search criteria
2022-03-09T06:08:43.279Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-09T06:08:43.279Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-09T06:08:43.279Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-09T06:08:43.280Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-09T06:08:43.280Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-09T06:08:43.280Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T06:08:43.280Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-09T06:08:43.280Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-09T06:08:43.281Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-09T06:08:43.281Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-09T06:08:43.281Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-09T06:08:43.281Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-09T06:08:43.281Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-09T06:08:43.281Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-09T06:08:43.282Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T06:08:43.282Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-09T06:08:43.282Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:08:43.282Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 06-05-05 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-09T06:08:43.282Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:08:43.283Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vFW df14fbb6-42ba 0 is matching search criteria
2022-03-09T06:08:43.283Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW df14fbb6-42ba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T06:08:43.283Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:08:43.283Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vFW df14fbb6-42ba 0 is matching search criteria
2022-03-09T06:08:43.284Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW df14fbb6-42ba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T06:08:43.284Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:08:43.284Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vFW df14fbb6-42ba 0 is matching search criteria
2022-03-09T06:08:43.284Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW df14fbb6-42ba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T06:08:43.284Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:08:43.285Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vFW df14fbb6-42ba 0 is not matching search criteria
2022-03-09T06:08:43.285Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-09T06:08:43.285Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-09T06:08:43.285Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-09T06:08:43.285Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-09T06:08:43.286Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-09T06:08:43.286Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-09T06:08:43.286Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-09T06:08:43.286Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-09T06:08:43.286Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-09T06:08:43.286Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-09T06:08:43.287Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T06:08:43.287Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5aadfd27-b211-4b7e-8191-480af3defcfa
2022-03-09T06:08:43.287Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:08:43.287Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vFW df14fbb6-42ba 0 is not matching search criteria
2022-03-09T06:08:43.287Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-09T06:08:43.288Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-09T06:08:43.288Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-09T06:08:43.288Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-09T06:08:43.288Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-09T06:08:43.288Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T06:08:43.289Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-09T06:08:43.289Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-09T06:08:43.289Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-09T06:08:43.289Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-09T06:08:43.289Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-09T06:08:43.289Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T06:08:43.290Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7c1ad882-f123-4c0e-b8e6-386b3a0bd20e
2022-03-09T06:08:43.290Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:08:43.290Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vFW df14fbb6-42ba 0 is not matching search criteria
2022-03-09T06:08:43.290Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-09T06:08:43.290Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-09T06:08:43.291Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-09T06:08:43.291Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-09T06:08:43.291Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-09T06:08:43.291Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T06:08:43.291Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-09T06:08:43.292Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-09T06:08:43.292Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-09T06:08:43.292Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-09T06:08:43.292Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-09T06:08:43.292Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-09T06:08:43.292Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=19d334aa-2e1f-4a46-971c-ca340ac23798
2022-03-09T06:08:43.293Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:08:43.293Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 06-05-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:08:43.293Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:08:43.293Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 06-05-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:08:43.293Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:08:43.294Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 06-05-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:08:43.294Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:08:43.294Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 06-05-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:08:43.294Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-09 06-05-05
Description:catalog service description
Model UUID:2c6f746d-3d41-4712-92f4-da842ec1c0ca
Model Version:NULL
Model InvariantUuid:a1027f5e-bee9-44a1-9000-8361f3a56e13
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW df14fbb6-42ba
Model UUID:500269fb-3b85-4e49-8118-2775b9d9a432
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5947949f-8d48-4fd5-ae95-eb191e2faf6a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:de92be65-17af-4e3d-a577-43182cddbfc6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f36b738c-43b1-4a27-a7e2-7e61eb090d11
ModelName:VfwDf14fbb642ba..base_vfw..module-0
ModelUuid:63d22f4e-fec0-493c-b457-3ab82d630d25
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5aadfd27-b211-4b7e-8191-480af3defcfa
ModelInvariantUuid:caf48c56-0113-4f26-b47d-b21f70de1644
ModelName:vFW df14fbb6-42ba-nodes.vfwCvfc
ModelUuid:42f3926a-d1b0-4bad-a4d8-579e2222fcb7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:299ee69a-58ea-4a6f-87c1-566f60449b6b
ModelInvariantUuid:1005cf9c-6f95-4fba-b467-82878e132418
ModelName:VfwDf14fbb642ba.compute.nodes.heat.vfw
ModelUuid:f5f28e79-734c-439d-981b-da648d32ea2a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7c1ad882-f123-4c0e-b8e6-386b3a0bd20e
ModelInvariantUuid:c83373a0-c4cc-4280-bf12-84199a669784
ModelName:vFW df14fbb6-42ba-nodes.vsnCvfc
ModelUuid:251b8d64-593d-4c82-b447-bc56a6c459c3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:e5fc89ba-2a6f-4eac-946c-370cc1d03bff
ModelInvariantUuid:89eb907b-c996-440c-b2df-8f569b780101
ModelName:VfwDf14fbb642ba.compute.nodes.heat.vsn
ModelUuid:2aabf0a8-e341-486c-936f-d600f7f3bb52
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:19d334aa-2e1f-4a46-971c-ca340ac23798
ModelInvariantUuid:f18c8cbb-d899-40c9-a11c-94d287a48e96
ModelName:vFW df14fbb6-42ba-nodes.vpgCvfc
ModelUuid:21ce49ea-b129-4c4c-82ad-aba52f9d87a2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:a069dd6d-21ec-4326-a5ca-49d3a0039d4b
ModelInvariantUuid:feddf73c-425f-4048-afb3-a5ade667ace7
ModelName:VfwDf14fbb642ba.compute.nodes.heat.vpg
ModelUuid:e67629b6-98c5-4ce9-ab9b-0c21e53b36ea
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-09T06:08:43.303Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 962d90fb-a186-4448-afb5-6313d0438ec1
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-09T06:08:43.306Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||vFW df14fbb6-42ba 0
2022-03-09T06:08:43.306Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 962d90fb-a186-4448-afb5-6313d0438ec1
2022-03-09T06:08:43.307Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6f7f8278-4859-4e7d-99fe-730e5e0164b5 from URL: /sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vfwdf14fbb642ba0_modules.json
2022-03-09T06:08:43.307Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-09T06:08:43.307Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vfwdf14fbb642ba0_modules.json
2022-03-09T06:08:43.714Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-09T06:08:43.714Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vfwdf14fbb642ba0_modules.json 6f7f8278-4859-4e7d-99fe-730e5e0164b5 785
2022-03-09T06:08:43.715Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vfwdf14fbb642ba0_modules.json ASDC sendASDCNotification
2022-03-09T06:08:43.715Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vfwdf14fbb642ba0_modules.json
2022-03-09T06:08:43.715Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-09T06:08:43.715Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:08:43.717Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:08:43.718Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806123715,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vfwdf14fbb642ba0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:08:43.818Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:08:43.819Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T06:08:43.819Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:08:43.839Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:08:43.840Z||pool-27-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:08:44.718Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwDf14fbb642ba..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "f36b738c-43b1-4a27-a7e2-7e61eb090d11",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "63d22f4e-fec0-493c-b457-3ab82d630d25",
    "vfModuleModelCustomizationUUID": "2f6aa31b-542e-41b5-883a-01e7cee1142e",
    "isBase": true,
    "artifacts": [
      "07ffc3cd-e02e-4cf8-8ccd-96f3a2797a6c",
      "6c6d2b43-e9c7-4e56-b395-36c5ea7bf48b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-09T06:08:44.724Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwDf14fbb642ba..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:63d22f4e-fec0-493c-b457-3ab82d630d25
VfModuleModelInvariantUUID:f36b738c-43b1-4a27-a7e2-7e61eb090d11
VfModuleModelDescription:NULL
Artifacts UUID List:{
07ffc3cd-e02e-4cf8-8ccd-96f3a2797a6c
,
6c6d2b43-e9c7-4e56-b395-36c5ea7bf48b

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

isBase:true


}

2022-03-09T06:08:44.726Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwDf14fbb642ba..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "f36b738c-43b1-4a27-a7e2-7e61eb090d11",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "63d22f4e-fec0-493c-b457-3ab82d630d25",
    "vfModuleModelCustomizationUUID": "2f6aa31b-542e-41b5-883a-01e7cee1142e",
    "isBase": true,
    "artifacts": [
      "07ffc3cd-e02e-4cf8-8ccd-96f3a2797a6c",
      "6c6d2b43-e9c7-4e56-b395-36c5ea7bf48b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-09T06:08:44.727Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwDf14fbb642ba..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:63d22f4e-fec0-493c-b457-3ab82d630d25
VfModuleModelInvariantUUID:f36b738c-43b1-4a27-a7e2-7e61eb090d11
VfModuleModelDescription:NULL
Artifacts UUID List:{
07ffc3cd-e02e-4cf8-8ccd-96f3a2797a6c
,
6c6d2b43-e9c7-4e56-b395-36c5ea7bf48b

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

isBase:true


}

2022-03-09T06:08:44.727Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 07ffc3cd-e02e-4cf8-8ccd-96f3a2797a6c from URL: /sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.yaml
2022-03-09T06:08:44.727Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-09T06:08:44.727Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.yaml
2022-03-09T06:08:45.011Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-09T06:08:45.012Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.yaml 07ffc3cd-e02e-4cf8-8ccd-96f3a2797a6c 20368
2022-03-09T06:08:45.012Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-09T06:08:45.012Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.yaml
2022-03-09T06:08:45.012Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-09T06:08:45.013Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:08:45.015Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:08:45.015Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806125012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:08:45.115Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:08:45.116Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T06:08:45.116Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:08:45.144Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:08:45.145Z||pool-28-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-03-09T06:08:46.016Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6c6d2b43-e9c7-4e56-b395-36c5ea7bf48b from URL: /sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.env
2022-03-09T06:08:46.016Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-09T06:08:46.016Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.env
2022-03-09T06:08:46.200Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-09T06:08:46.201Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.env 6c6d2b43-e9c7-4e56-b395-36c5ea7bf48b 2098
2022-03-09T06:08:46.201Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-09T06:08:46.202Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.env
2022-03-09T06:08:46.202Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-09T06:08:46.202Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:08:46.205Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:08:46.205Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806126201,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:08:46.305Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:08:46.306Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T06:08:46.306Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:08:46.319Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:08:46.319Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-09T06:08:47.206Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 2c6f746d-3d41-4712-92f4-da842ec1c0ca
2022-03-09T06:08:47.207Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW df14fbb6-42ba 0 962d90fb-a186-4448-afb5-6313d0438ec1 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-09T06:08:47.230Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@ded2acf, org.onap.sdc.toscaparser.api.parameters.Input@4126cba, org.onap.sdc.toscaparser.api.parameters.Input@3b8b9223, org.onap.sdc.toscaparser.api.parameters.Input@5913f61b, org.onap.sdc.toscaparser.api.parameters.Input@3dcc04a4]
2022-03-09T06:08:47.232Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:08:47.232Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 06-05-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:08:47.232Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-03-09T06:08:47.232Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= de92be65-17af-4e3d-a577-43182cddbfc6
2022-03-09T06:08:47.233Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: de92be65-17af-4e3d-a577-43182cddbfc6 matches Tosca VF Customization UUID: de92be65-17af-4e3d-a577-43182cddbfc6
2022-03-09T06:08:47.233Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: de92be65-17af-4e3d-a577-43182cddbfc6  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-09T06:08:47.236Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:08:47.236Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 06-05-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:08:47.237Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id de92be65-17af-4e3d-a577-43182cddbfc6: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-09T06:08:47.237Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@bb4c968
2022-03-09T06:08:47.238Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:08:47.238Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 06-05-05 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-09T06:08:47.238Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2f6aa31b-542e-41b5-883a-01e7cee1142e
2022-03-09T06:08:47.238Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2f6aa31b-542e-41b5-883a-01e7cee1142e
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-09T06:08:47.241Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:08:47.242Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vFW df14fbb6-42ba 0 is matching search criteria
2022-03-09T06:08:47.242Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW df14fbb6-42ba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T06:08:47.242Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:08:47.242Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vFW df14fbb6-42ba 0 is matching search criteria
2022-03-09T06:08:47.243Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW df14fbb6-42ba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T06:08:47.243Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:08:47.243Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vFW df14fbb6-42ba 0 is not matching search criteria
2022-03-09T06:08:47.243Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-09T06:08:47.243Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-09T06:08:47.243Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-09T06:08:47.244Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-09T06:08:47.244Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-09T06:08:47.244Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-09T06:08:47.244Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-09T06:08:47.244Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-09T06:08:47.244Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-09T06:08:47.244Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-09T06:08:47.245Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T06:08:47.245Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5aadfd27-b211-4b7e-8191-480af3defcfa
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-09T06:08:47.247Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:08:47.247Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vFW df14fbb6-42ba 0 is matching search criteria
2022-03-09T06:08:47.248Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW df14fbb6-42ba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T06:08:47.248Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:08:47.248Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vFW df14fbb6-42ba 0 is not matching search criteria
2022-03-09T06:08:47.248Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-09T06:08:47.248Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-09T06:08:47.249Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-09T06:08:47.249Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-09T06:08:47.249Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-09T06:08:47.249Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T06:08:47.249Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-09T06:08:47.249Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-09T06:08:47.250Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-09T06:08:47.250Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-09T06:08:47.250Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-09T06:08:47.250Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T06:08:47.250Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7c1ad882-f123-4c0e-b8e6-386b3a0bd20e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-09T06:08:47.253Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:08:47.253Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vFW df14fbb6-42ba 0 is matching search criteria
2022-03-09T06:08:47.253Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW df14fbb6-42ba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T06:08:47.257Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:08:47.257Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vFW df14fbb6-42ba 0 is not matching search criteria
2022-03-09T06:08:47.257Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-09T06:08:47.257Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-09T06:08:47.257Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-09T06:08:47.258Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-09T06:08:47.258Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-09T06:08:47.258Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T06:08:47.258Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-09T06:08:47.259Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-09T06:08:47.259Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-09T06:08:47.259Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-09T06:08:47.259Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-09T06:08:47.260Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-09T06:08:47.260Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=19d334aa-2e1f-4a46-971c-ca340ac23798
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-09T06:08:47.263Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:08:47.263Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vFW df14fbb6-42ba 0 is matching search criteria
2022-03-09T06:08:47.263Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW df14fbb6-42ba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T06:08:47.264Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:08:47.264Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vFW df14fbb6-42ba 0 is matching search criteria
2022-03-09T06:08:47.264Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW df14fbb6-42ba 0] matching following query criteria: sdcType=VF, customizationUUID=de92be65-17af-4e3d-a577-43182cddbfc6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-09T06:08:47.266Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:08:47.266Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 06-05-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:08:47.267Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 2c6f746d-3d41-4712-92f4-da842ec1c0ca: vFW df14fbb6-42ba
2022-03-09T06:08:47.267Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:08:47.267Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 06-05-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:08:47.267Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:08:47.268Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 06-05-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:08:47.268Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:08:47.268Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 06-05-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:08:47.268Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:08:47.269Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 06-05-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:08:47.269Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:08:47.269Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 06-05-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:08:47.269Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-03-09 06-05-05 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-09T06:08:47.491Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW df14fbb6-42ba 962d90fb-a186-4448-afb5-6313d0438ec1 1 ASDC deployResourceStructure
2022-03-09T06:08:47.492Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vfwdf14fbb642ba0_modules.json ASDC sendASDCNotification
2022-03-09T06:08:47.492Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vfwdf14fbb642ba0_modules.json
2022-03-09T06:08:47.492Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-09T06:08:47.492Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:08:47.494Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:08:47.494Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806127491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vfwdf14fbb642ba0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-09T06:08:47.595Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:08:47.596Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T06:08:47.596Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:08:47.609Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:08:47.610Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:08:48.496Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-09T06:08:48.496Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.yaml
2022-03-09T06:08:48.496Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-09T06:08:48.497Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:08:48.499Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:08:48.500Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806128495,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-09T06:08:48.600Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:08:48.601Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T06:08:48.601Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:08:48.617Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:08:48.618Z||pool-31-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:08:49.501Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-09T06:08:49.501Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.env
2022-03-09T06:08:49.501Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-09T06:08:49.502Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:08:49.504Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:08:49.504Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806129501,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-09T06:08:49.604Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:08:49.606Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T06:08:49.606Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:08:49.638Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:08:49.639Z||pool-32-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:08:50.505Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-csar.csar ASDC sendASDCNotification
2022-03-09T06:08:50.506Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-csar.csar
2022-03-09T06:08:50.506Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-09T06:08:50.506Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:08:50.509Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:08:50.509Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806130505,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-09T06:08:50.609Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:08:50.610Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T06:08:50.611Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:08:50.627Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:08:50.628Z||pool-33-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:08:51.510Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1741b494-2372-4027-b30f-9409f5fa344e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:08:51.523Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1741b494-2372-4027-b30f-9409f5fa344e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:08:51.527Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-09T06:08:51.527Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-09T06:08:51.528Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-09T06:08:51.528Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-09T06:09:19.794Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:09:19.795Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:09:19.796Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:09:19.838Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:09:19.840Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:09:19.840Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646806042525,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-09T06:09:19.841Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:09:19.841Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:09:19.841Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646806043529,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-09T06:09:19.850Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1741b494-2372-4027-b30f-9409f5fa344e
2022-03-09T06:09:19.850Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1741b494-2372-4027-b30f-9409f5fa344e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-09T06:09:19.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:09:19.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "clamp",
  "timestamp": 1646806044906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:09:19.861Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:09:19.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:09:19.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "clamp",
  "timestamp": 1646806046558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-09T06:09:19.862Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:09:19.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:09:19.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "clamp",
  "timestamp": 1646806047561,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-09T06:09:19.866Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1741b494-2372-4027-b30f-9409f5fa344e
2022-03-09T06:09:19.867Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1741b494-2372-4027-b30f-9409f5fa344e and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-09T06:09:21.528Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1741b494-2372-4027-b30f-9409f5fa344e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:09:21.543Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1741b494-2372-4027-b30f-9409f5fa344e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:09:21.548Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-09T06:09:21.549Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-09T06:09:21.550Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-09T06:09:21.550Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-09T06:09:21.551Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-09T06:09:21.551Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-09T06:09:21.551Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-09T06:09:21.552Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-09T06:09:21.552Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-09T06:09:21.552Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-09T06:09:21.553Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-09T06:09:21.560Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-09T06:09:51.560Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1741b494-2372-4027-b30f-9409f5fa344e and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-09T06:09:51.568Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1741b494-2372-4027-b30f-9409f5fa344e and serviceModelVersionId: 2c6f746d-3d41-4712-92f4-da842ec1c0ca
2022-03-09T06:09:51.568Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a1027f5e-bee9-44a1-9000-8361f3a56e13
2022-03-09T06:09:51.570Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a1027f5e-bee9-44a1-9000-8361f3a56e13/model-vers/model-ver/2c6f746d-3d41-4712-92f4-da842ec1c0ca?depth=0
2022-03-09T06:09:51.576Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-03-09T06:09:51.632Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a1027f5e-bee9-44a1-9000-8361f3a56e13/model-vers/model-ver/2c6f746d-3d41-4712-92f4-da842ec1c0ca?depth=0|INFO|500||Invoke
2022-03-09T06:09:51.633Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a1027f5e-bee9-44a1-9000-8361f3a56e13/model-vers/model-ver/2c6f746d-3d41-4712-92f4-da842ec1c0ca?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a1027f5e-bee9-44a1-9000-8361f3a56e13/model-vers/model-ver/2c6f746d-3d41-4712-92f4-da842ec1c0ca?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1741b494-2372-4027-b30f-9409f5fa344e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6f790016-6ed0-4cbd-8fd2-3a56e18cfd27], X-ECOMP-RequestID=[1741b494-2372-4027-b30f-9409f5fa344e], X-TransactionId=[], X-ONAP-RequestID=[1741b494-2372-4027-b30f-9409f5fa344e], Content-Type=[application/merge-patch+json]}
2022-03-09T06:09:51.666Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a1027f5e-bee9-44a1-9000-8361f3a56e13/model-vers/model-ver/2c6f746d-3d41-4712-92f4-da842ec1c0ca?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-09T06:09:51.963Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a1027f5e-bee9-44a1-9000-8361f3a56e13/model-vers/model-ver/2c6f746d-3d41-4712-92f4-da842ec1c0ca?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/a1027f5e-bee9-44a1-9000-8361f3a56e13/model-vers/model-ver/2c6f746d-3d41-4712-92f4-da842ec1c0ca?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220309-06:09:52:299-73076], vertex-id=[401592], Content-Length=[0], Date=[Wed, 09 Mar 2022 06:09:52 GMT], Content-Type=[application/json]}
2022-03-09T06:09:51.964Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a1027f5e-bee9-44a1-9000-8361f3a56e13/model-vers/model-ver/2c6f746d-3d41-4712-92f4-da842ec1c0ca?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-09T06:09:51.965Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a1027f5e-bee9-44a1-9000-8361f3a56e13/model-vers/model-ver/2c6f746d-3d41-4712-92f4-da842ec1c0ca?depth=0|INFO|500||InvokeReturn
2022-03-09T06:09:51.966Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-09T06:09:51.966Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-09T06:09:51.972Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-09T06:09:51.972Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1741b494-2372-4027-b30f-9409f5fa344e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-09T06:09:51.972Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-09T06:09:51.973Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:09:51.975Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:09:51.976Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806191972,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-09T06:09:52.076Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:09:52.077Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T06:09:52.077Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:09:52.096Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:09:52.096Z||pool-34-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-09T06:09:52.990Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:09:52.991Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:09:52.992Z|1741b494-2372-4027-b30f-9409f5fa344e|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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:09:53.622Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:09:53.623Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-09T06:09:53.623Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"8fa476d7-b705-4d5a-a405-e1dc68b4c35b","serviceName":"vFW 2022-03-09 06-07-16","serviceVersion":"1.0","serviceUUID":"7f6f61dc-b99d-4074-a3df-10057245e92a","serviceDescription":"catalog service description","serviceInvariantUUID":"6d5f2c75-dcae-4cc6-97e4-7b07e6dda4ca","resources":[{"resourceInstanceName":"vFW e52d21fb-5da5 0","resourceName":"vFW e52d21fb-5da5","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7cfb816f-19b5-423e-a510-d46c85cbf2e3","resourceInvariantUUID":"62c0aab0-593f-47ae-9722-d42c1c25fa75","resourceCustomizationUUID":"3c35455f-a1c4-4f4b-b7c9-85a3d36f5578","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/vf-license-model.xml","artifactChecksum":"MjRlMjYxM2YzZDQ4ODgxOTk1Nzk1ZmU0OWRjNTA0YmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7c724602-369c-48e4-8622-77625c1140ce","artifactVersion":"1"},{"artifactName":"vfwe52d21fb5da50_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/vfwe52d21fb5da50_modules.json","artifactChecksum":"OGQyMzYzNzVjZGI1OTZiNmE2MTcyYjE1MDkwOWNhZGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"eeca8821-b017-44f0-b3b2-2660546945ea","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9436fb28-7830-4b33-b6a6-022eb2ccaec2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/vendor-license-model.xml","artifactChecksum":"YTBiNjJiMjc1NWJiYzRlOGNjMmMzY2ZmOTBjYTAwZTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d4458b69-35ed-49af-83de-49b02ec7655c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"23ff84fb-4095-431f-83bd-34c60d02ef86","artifactVersion":"2","generatedFromUUID":"9436fb28-7830-4b33-b6a6-022eb2ccaec2"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220309060716-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220309060716/1.0/artifacts/service-Vfw20220309060716-template.yml","artifactChecksum":"ZjQ4MzZiZmEwMjA5NGFlMDFkMGQzM2JjODU2YmM1NmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"13d17674-e299-453b-b81d-3afe0040eb8a","artifactVersion":"1"},{"artifactName":"service-Vfw20220309060716-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220309060716/1.0/artifacts/service-Vfw20220309060716-csar.csar","artifactChecksum":"ZTg3ZTMyMjRiMGYyOTIwMWYwZjU1ZDBmZDc5MTk3ZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"216daf2c-a6f6-43b5-a60f-ad8f7b4fb96a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-09T06:09:53.627Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T06:09:53.627Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:09:53.629Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:09:53.629Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806192990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:09:53.729Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:09:53.730Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T06:09:53.730Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:09:53.746Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:09:53.747Z||pool-35-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:09:54.630Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T06:09:54.631Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:09:54.633Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:09:54.633Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806192990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/vfwe52d21fb5da50_modules.json",
  "status": "NOTIFIED"
}
2022-03-09T06:09:54.733Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-09T06:09:54.736Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T06:09:54.736Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:09:54.749Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:09:54.750Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:09:55.634Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T06:09:55.635Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:09:55.637Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:09:55.637Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806192990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-09T06:09:55.738Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-09T06:09:55.739Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T06:09:55.739Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:09:55.753Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:09:55.753Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-09T06:09:56.638Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T06:09:56.639Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:09:56.641Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:09:56.641Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806192990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:09:56.742Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:09:56.743Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T06:09:56.744Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:09:56.760Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:09:56.761Z||pool-38-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:09:57.642Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T06:09:57.643Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:09:57.645Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:09:57.646Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806192990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-09T06:09:57.746Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:09:57.747Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T06:09:57.747Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:09:57.761Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:09:57.761Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-09T06:09:58.646Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T06:09:58.647Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:09:58.649Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:09:58.650Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806192990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/artifacts/service-Vfw20220309060716-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:09:58.750Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:09:58.751Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T06:09:58.751Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:09:58.765Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:09:58.766Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:09:59.651Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T06:09:59.652Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:09:59.654Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:09:59.654Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806192990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/artifacts/service-Vfw20220309060716-csar.csar",
  "status": "NOTIFIED"
}
2022-03-09T06:09:59.755Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-09T06:09:59.756Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T06:09:59.756Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:09:59.771Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:09:59.772Z||pool-41-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:10:00.655Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "serviceName": "vFW 2022-03-09 06-07-16",
  "serviceVersion": "1.0",
  "serviceUUID": "7f6f61dc-b99d-4074-a3df-10057245e92a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "6d5f2c75-dcae-4cc6-97e4-7b07e6dda4ca",
  "resources": [
    {
      "resourceInstanceName": "vFW e52d21fb-5da5 0",
      "resourceCustomizationUUID": "3c35455f-a1c4-4f4b-b7c9-85a3d36f5578",
      "resourceName": "vFW e52d21fb-5da5",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7cfb816f-19b5-423e-a510-d46c85cbf2e3",
      "resourceInvariantUUID": "62c0aab0-593f-47ae-9722-d42c1c25fa75",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwe52d21fb5da50_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/vfwe52d21fb5da50_modules.json",
          "artifactChecksum": "OGQyMzYzNzVjZGI1OTZiNmE2MTcyYjE1MDkwOWNhZGU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "eeca8821-b017-44f0-b3b2-2660546945ea",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "9436fb28-7830-4b33-b6a6-022eb2ccaec2",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "23ff84fb-4095-431f-83bd-34c60d02ef86",
            "generatedFromUUID": "9436fb28-7830-4b33-b6a6-022eb2ccaec2"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "23ff84fb-4095-431f-83bd-34c60d02ef86",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220309060716-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/artifacts/service-Vfw20220309060716-csar.csar",
      "artifactChecksum": "ZTg3ZTMyMjRiMGYyOTIwMWYwZjU1ZDBmZDc5MTk3ZDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "216daf2c-a6f6-43b5-a60f-ad8f7b4fb96a"
    }
  ],
  "workloadContext": "Production"
}
2022-03-09T06:10:00.656Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-09T06:10:00.656Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7f6f61dc-b99d-4074-a3df-10057245e92a ASDC
2022-03-09T06:10:00.656Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:8fa476d7-b705-4d5a-a405-e1dc68b4c35b
ServiceName:vFW 2022-03-09 06-07-16
ServiceVersion:1.0
ServiceUUID:7f6f61dc-b99d-4074-a3df-10057245e92a
ServiceInvariantUUID:6d5f2c75-dcae-4cc6-97e4-7b07e6dda4ca
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220309060716-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220309060716/1.0/artifacts/service-Vfw20220309060716-csar.csar
ArtifactUUID:216daf2c-a6f6-43b5-a60f-ad8f7b4fb96a
ArtifactChecksum:ZTg3ZTMyMjRiMGYyOTIwMWYwZjU1ZDBmZDc5MTk3ZDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e52d21fb-5da5 0
ResourceCustomizationUUID:3c35455f-a1c4-4f4b-b7c9-85a3d36f5578
ResourceInvariantUUID:62c0aab0-593f-47ae-9722-d42c1c25fa75
ResourceName:vFW e52d21fb-5da5
ResourceType:VF
ResourceUUID:7cfb816f-19b5-423e-a510-d46c85cbf2e3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe52d21fb5da50_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/vfwe52d21fb5da50_modules.json
ArtifactUUID:eeca8821-b017-44f0-b3b2-2660546945ea
ArtifactChecksum:OGQyMzYzNzVjZGI1OTZiNmE2MTcyYjE1MDkwOWNhZGU=
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/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.yaml
ArtifactUUID:9436fb28-7830-4b33-b6a6-022eb2ccaec2
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/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.env
ArtifactUUID:23ff84fb-4095-431f-83bd-34c60d02ef86
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/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.env
ArtifactUUID:23ff84fb-4095-431f-83bd-34c60d02ef86
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-09T06:10:00.656Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7f6f61dc-b99d-4074-a3df-10057245e92a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-09T06:10:00.688Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-09T06:10:00.689Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-09T06:10:00.689Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-09T06:10:00.689Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 216daf2c-a6f6-43b5-a60f-ad8f7b4fb96a from URL: /sdc/v1/catalog/services/Vfw20220309060716/1.0/artifacts/service-Vfw20220309060716-csar.csar
2022-03-09T06:10:00.689Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-09T06:10:00.689Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220309060716/1.0/artifacts/service-Vfw20220309060716-csar.csar
2022-03-09T06:10:00.787Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-09T06:10:00.795Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220309060716/1.0/artifacts/service-Vfw20220309060716-csar.csar 216daf2c-a6f6-43b5-a60f-ad8f7b4fb96a 99001
2022-03-09T06:10:00.796Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220309060716/1.0/artifacts/service-Vfw20220309060716-csar.csar ASDC sendASDCNotification
2022-03-09T06:10:00.796Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309060716/1.0/artifacts/service-Vfw20220309060716-csar.csar
2022-03-09T06:10:00.796Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-09T06:10:00.797Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:10:00.799Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:10:00.800Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806200796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/artifacts/service-Vfw20220309060716-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:10:00.900Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:10:00.901Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T06:10:00.901Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:10:00.914Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:10:00.915Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:10:01.800Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-09T06:10:01.802Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-09T06:10:01.802Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 216daf2c-a6f6-43b5-a60f-ad8f7b4fb96a, URL: /sdc/v1/catalog/services/Vfw20220309060716/1.0/artifacts/service-Vfw20220309060716-csar.csar to file: /app/ASDC/1/service-Vfw20220309060716-csar.csar
2022-03-09T06:10:01.802Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220309060716-csar.csar
2022-03-09T06:10:01.803Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220309060716-csar.csar
2022-03-09T06:10:01.803Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220309060716-csar.csar
2022-03-09T06:10:02.006Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12904157393153828342/Definitions/service-Vfw20220309060716-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-03-09T06:10:04.248Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-09T06:10:04.249Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-09T06:10:04.249Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220309060716-csar.csar
2022-03-09T06:10:04.249Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-09T06:10:04.250Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220309060716-csar.csar
2022-03-09T06:10:04.250Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220309060716-csar.csar
2022-03-09T06:10:04.250Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220309060716-csar.csar
2022-03-09T06:10:04.250Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220309060716-csar.csar
2022-03-09T06:10:04.250Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220309060716-csar.csar
2022-03-09T06:10:04.250Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220309060716-csar.csar
2022-03-09T06:10:04.251Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220309060716-csar.csar
2022-03-09T06:10:04.251Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220309060716-csar.csar
2022-03-09T06:10:04.251Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220309060716-csar.csar
2022-03-09T06:10:04.251Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220309060716-csar.csar
2022-03-09T06:10:04.251Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e52d21fb-5da5 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220309060716-csar.csar
2022-03-09T06:10:04.251Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220309060716-csar.csar
2022-03-09T06:10:04.252Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220309060716-csar.csar
2022-03-09T06:10:04.252Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-09T06:10:04.252Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:10:04.252Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 06-07-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:10:04.252Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vFW e52d21fb-5da5 0 is matching search criteria
2022-03-09T06:10:04.253Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-09T06:10:04.253Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e52d21fb-5da5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-09T06:10:04.253Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:10:04.254Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 06-07-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:10:04.254Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vFW e52d21fb-5da5 0 is matching search criteria
2022-03-09T06:10:04.254Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-09T06:10:04.255Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e52d21fb-5da5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-09T06:10:04.255Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:10:04.255Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 06-07-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:10:04.255Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:10:04.256Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vFW e52d21fb-5da5 0 is not matching search criteria
2022-03-09T06:10:04.256Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-09T06:10:04.256Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-09T06:10:04.256Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-09T06:10:04.257Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-09T06:10:04.257Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-09T06:10:04.257Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-09T06:10:04.258Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T06:10:04.258Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-09T06:10:04.258Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-09T06:10:04.259Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-09T06:10:04.259Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-09T06:10:04.259Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-09T06:10:04.259Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-09T06:10:04.260Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-09T06:10:04.260Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T06:10:04.260Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-09T06:10:04.261Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:10:04.261Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 06-07-16 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-09T06:10:04.261Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:10:04.261Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vFW e52d21fb-5da5 0 is matching search criteria
2022-03-09T06:10:04.262Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e52d21fb-5da5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T06:10:04.262Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:10:04.262Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vFW e52d21fb-5da5 0 is matching search criteria
2022-03-09T06:10:04.263Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e52d21fb-5da5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T06:10:04.263Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:10:04.263Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vFW e52d21fb-5da5 0 is matching search criteria
2022-03-09T06:10:04.263Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e52d21fb-5da5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T06:10:04.264Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:10:04.264Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vFW e52d21fb-5da5 0 is not matching search criteria
2022-03-09T06:10:04.264Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-09T06:10:04.265Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-09T06:10:04.265Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-09T06:10:04.265Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-09T06:10:04.265Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-09T06:10:04.265Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-09T06:10:04.266Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-09T06:10:04.266Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-09T06:10:04.266Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-09T06:10:04.267Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-09T06:10:04.267Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T06:10:04.267Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1407408f-5e0c-4027-9051-42cc2a966ed8
2022-03-09T06:10:04.267Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:10:04.268Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vFW e52d21fb-5da5 0 is not matching search criteria
2022-03-09T06:10:04.268Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-09T06:10:04.268Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-09T06:10:04.268Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-09T06:10:04.269Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-09T06:10:04.269Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-09T06:10:04.269Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-09T06:10:04.269Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T06:10:04.270Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-09T06:10:04.270Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-09T06:10:04.270Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-09T06:10:04.271Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-09T06:10:04.271Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T06:10:04.271Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=25b97c84-d891-4908-a993-e33bdb1e7652
2022-03-09T06:10:04.271Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:10:04.272Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vFW e52d21fb-5da5 0 is not matching search criteria
2022-03-09T06:10:04.272Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-09T06:10:04.272Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-09T06:10:04.272Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-09T06:10:04.273Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-09T06:10:04.273Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-09T06:10:04.273Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-09T06:10:04.274Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T06:10:04.274Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-09T06:10:04.274Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-09T06:10:04.274Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-09T06:10:04.275Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-09T06:10:04.275Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-09T06:10:04.275Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=557d22df-993f-498e-ae85-09809c2b3a7e
2022-03-09T06:10:04.275Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:10:04.276Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 06-07-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:10:04.276Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:10:04.276Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 06-07-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:10:04.276Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:10:04.277Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 06-07-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:10:04.277Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:10:04.277Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 06-07-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:10:04.277Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-09 06-07-16
Description:catalog service description
Model UUID:7f6f61dc-b99d-4074-a3df-10057245e92a
Model Version:NULL
Model InvariantUuid:6d5f2c75-dcae-4cc6-97e4-7b07e6dda4ca
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW e52d21fb-5da5
Model UUID:a04ed987-f518-4cd2-9187-9b1cdca07d6a
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:62c0aab0-593f-47ae-9722-d42c1c25fa75
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3c35455f-a1c4-4f4b-b7c9-85a3d36f5578
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8bd52bd8-ea8c-4bef-a17a-8612ebc0cba2
ModelName:VfwE52d21fb5da5..base_vfw..module-0
ModelUuid:379c9894-b14f-45b4-99cc-eb28cf0e750e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1407408f-5e0c-4027-9051-42cc2a966ed8
ModelInvariantUuid:f15cbea7-6276-45c5-957f-92832ce0c360
ModelName:vFW e52d21fb-5da5-nodes.vfwCvfc
ModelUuid:542d4e46-2868-4629-9211-03b715bd0b57
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:4271603a-9233-494d-91b1-a09fa06fa8ea
ModelInvariantUuid:d2f99923-2f50-4df4-894b-56e9b79ce7f1
ModelName:VfwE52d21fb5da5.compute.nodes.heat.vfw
ModelUuid:0b1c2f7e-c06c-4eb1-86df-47e903fc72a8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:25b97c84-d891-4908-a993-e33bdb1e7652
ModelInvariantUuid:bf6dac79-1af5-4b45-b441-408abe0f231b
ModelName:vFW e52d21fb-5da5-nodes.vsnCvfc
ModelUuid:4ea968b6-e0d3-4b9d-a062-fddd22ef845f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:c3001ec2-b6f3-4a2c-95c3-782dc58ccc04
ModelInvariantUuid:67e8e819-aa29-4d2a-969c-ccc76c016f5b
ModelName:VfwE52d21fb5da5.compute.nodes.heat.vsn
ModelUuid:ed58e13b-116c-4138-b26b-461005b6ff8c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:557d22df-993f-498e-ae85-09809c2b3a7e
ModelInvariantUuid:0ab83e81-8510-49f1-83e4-c9c49240a3d6
ModelName:vFW e52d21fb-5da5-nodes.vpgCvfc
ModelUuid:e6814922-70fc-4ff5-954d-57df633333b2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:1150899f-51dc-4419-8c31-9589e7827bb8
ModelInvariantUuid:1ec0170e-160d-4179-8916-871285987817
ModelName:VfwE52d21fb5da5.compute.nodes.heat.vpg
ModelUuid:b354fcc3-a597-4255-9fd4-dc169648616e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-09T06:10:04.285Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 7cfb816f-19b5-423e-a510-d46c85cbf2e3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-09T06:10:04.289Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||vFW e52d21fb-5da5 0
2022-03-09T06:10:04.289Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7cfb816f-19b5-423e-a510-d46c85cbf2e3
2022-03-09T06:10:04.289Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: eeca8821-b017-44f0-b3b2-2660546945ea from URL: /sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/vfwe52d21fb5da50_modules.json
2022-03-09T06:10:04.290Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-09T06:10:04.290Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/vfwe52d21fb5da50_modules.json
2022-03-09T06:10:04.526Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-09T06:10:04.526Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/vfwe52d21fb5da50_modules.json eeca8821-b017-44f0-b3b2-2660546945ea 785
2022-03-09T06:10:04.527Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/vfwe52d21fb5da50_modules.json ASDC sendASDCNotification
2022-03-09T06:10:04.527Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/vfwe52d21fb5da50_modules.json
2022-03-09T06:10:04.528Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-09T06:10:04.528Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:10:04.531Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:10:04.531Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806204527,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/vfwe52d21fb5da50_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:10:04.631Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:10:04.632Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T06:10:04.632Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:10:04.645Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:10:04.645Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:10:05.531Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwE52d21fb5da5..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "8bd52bd8-ea8c-4bef-a17a-8612ebc0cba2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "379c9894-b14f-45b4-99cc-eb28cf0e750e",
    "vfModuleModelCustomizationUUID": "fc9466a1-ce35-4ba6-8141-096ff242e304",
    "isBase": true,
    "artifacts": [
      "9436fb28-7830-4b33-b6a6-022eb2ccaec2",
      "23ff84fb-4095-431f-83bd-34c60d02ef86"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-09T06:10:05.535Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE52d21fb5da5..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:379c9894-b14f-45b4-99cc-eb28cf0e750e
VfModuleModelInvariantUUID:8bd52bd8-ea8c-4bef-a17a-8612ebc0cba2
VfModuleModelDescription:NULL
Artifacts UUID List:{
9436fb28-7830-4b33-b6a6-022eb2ccaec2
,
23ff84fb-4095-431f-83bd-34c60d02ef86

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

isBase:true


}

2022-03-09T06:10:05.538Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwE52d21fb5da5..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "8bd52bd8-ea8c-4bef-a17a-8612ebc0cba2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "379c9894-b14f-45b4-99cc-eb28cf0e750e",
    "vfModuleModelCustomizationUUID": "fc9466a1-ce35-4ba6-8141-096ff242e304",
    "isBase": true,
    "artifacts": [
      "9436fb28-7830-4b33-b6a6-022eb2ccaec2",
      "23ff84fb-4095-431f-83bd-34c60d02ef86"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-09T06:10:05.538Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE52d21fb5da5..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:379c9894-b14f-45b4-99cc-eb28cf0e750e
VfModuleModelInvariantUUID:8bd52bd8-ea8c-4bef-a17a-8612ebc0cba2
VfModuleModelDescription:NULL
Artifacts UUID List:{
9436fb28-7830-4b33-b6a6-022eb2ccaec2
,
23ff84fb-4095-431f-83bd-34c60d02ef86

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

isBase:true


}

2022-03-09T06:10:05.538Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9436fb28-7830-4b33-b6a6-022eb2ccaec2 from URL: /sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.yaml
2022-03-09T06:10:05.538Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-09T06:10:05.539Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.yaml
2022-03-09T06:10:05.815Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-09T06:10:05.816Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.yaml 9436fb28-7830-4b33-b6a6-022eb2ccaec2 20368
2022-03-09T06:10:05.817Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-09T06:10:05.817Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.yaml
2022-03-09T06:10:05.817Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-09T06:10:05.818Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:10:05.820Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:10:05.820Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806205817,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:10:05.920Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:10:05.921Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T06:10:05.922Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:10:05.934Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:10:05.935Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-09T06:10:06.821Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 23ff84fb-4095-431f-83bd-34c60d02ef86 from URL: /sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.env
2022-03-09T06:10:06.822Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-09T06:10:06.822Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.env
2022-03-09T06:10:07.105Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-09T06:10:07.106Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.env 23ff84fb-4095-431f-83bd-34c60d02ef86 2098
2022-03-09T06:10:07.107Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-09T06:10:07.107Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.env
2022-03-09T06:10:07.107Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-09T06:10:07.107Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:10:07.110Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:10:07.110Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806207107,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:10:07.210Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:10:07.211Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T06:10:07.211Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:10:07.227Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:10:07.227Z||pool-45-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-09T06:10:08.111Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 7f6f61dc-b99d-4074-a3df-10057245e92a
2022-03-09T06:10:08.112Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e52d21fb-5da5 0 7cfb816f-19b5-423e-a510-d46c85cbf2e3 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-03-09T06:10:08.127Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@40cdaaa4, org.onap.sdc.toscaparser.api.parameters.Input@5c97c2f3, org.onap.sdc.toscaparser.api.parameters.Input@5b94f34c, org.onap.sdc.toscaparser.api.parameters.Input@41cfa106, org.onap.sdc.toscaparser.api.parameters.Input@6cfabb11]
2022-03-09T06:10:08.129Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:10:08.129Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 06-07-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:10:08.129Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-03-09T06:10:08.130Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 3c35455f-a1c4-4f4b-b7c9-85a3d36f5578
2022-03-09T06:10:08.130Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3c35455f-a1c4-4f4b-b7c9-85a3d36f5578 matches Tosca VF Customization UUID: 3c35455f-a1c4-4f4b-b7c9-85a3d36f5578
2022-03-09T06:10:08.130Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 3c35455f-a1c4-4f4b-b7c9-85a3d36f5578  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-09T06:10:08.132Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:10:08.132Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 06-07-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:10:08.133Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 3c35455f-a1c4-4f4b-b7c9-85a3d36f5578: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-09T06:10:08.133Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4e91a8f1
2022-03-09T06:10:08.134Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:10:08.134Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 06-07-16 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-09T06:10:08.134Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fc9466a1-ce35-4ba6-8141-096ff242e304
2022-03-09T06:10:08.134Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fc9466a1-ce35-4ba6-8141-096ff242e304
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-09T06:10:08.136Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:10:08.137Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vFW e52d21fb-5da5 0 is matching search criteria
2022-03-09T06:10:08.137Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e52d21fb-5da5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T06:10:08.137Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:10:08.137Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vFW e52d21fb-5da5 0 is matching search criteria
2022-03-09T06:10:08.138Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e52d21fb-5da5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T06:10:08.138Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:10:08.138Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vFW e52d21fb-5da5 0 is not matching search criteria
2022-03-09T06:10:08.138Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-09T06:10:08.139Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-09T06:10:08.139Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-09T06:10:08.139Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-09T06:10:08.139Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-09T06:10:08.140Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-09T06:10:08.140Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-09T06:10:08.140Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-09T06:10:08.140Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-09T06:10:08.140Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-09T06:10:08.141Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T06:10:08.141Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1407408f-5e0c-4027-9051-42cc2a966ed8
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-09T06:10:08.144Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:10:08.144Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vFW e52d21fb-5da5 0 is matching search criteria
2022-03-09T06:10:08.144Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e52d21fb-5da5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T06:10:08.144Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:10:08.145Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vFW e52d21fb-5da5 0 is not matching search criteria
2022-03-09T06:10:08.145Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-09T06:10:08.145Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-09T06:10:08.145Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-09T06:10:08.146Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-09T06:10:08.146Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-09T06:10:08.146Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-09T06:10:08.146Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T06:10:08.147Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-09T06:10:08.147Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-09T06:10:08.147Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-09T06:10:08.147Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-09T06:10:08.147Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T06:10:08.148Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=25b97c84-d891-4908-a993-e33bdb1e7652
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-09T06:10:08.150Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:10:08.150Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vFW e52d21fb-5da5 0 is matching search criteria
2022-03-09T06:10:08.150Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e52d21fb-5da5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T06:10:08.150Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:10:08.151Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vFW e52d21fb-5da5 0 is not matching search criteria
2022-03-09T06:10:08.151Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-09T06:10:08.151Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-09T06:10:08.151Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-09T06:10:08.151Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-09T06:10:08.152Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-09T06:10:08.152Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-09T06:10:08.152Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T06:10:08.152Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-09T06:10:08.153Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-09T06:10:08.153Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-09T06:10:08.153Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-09T06:10:08.153Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-09T06:10:08.153Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=557d22df-993f-498e-ae85-09809c2b3a7e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-09T06:10:08.156Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:10:08.156Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vFW e52d21fb-5da5 0 is matching search criteria
2022-03-09T06:10:08.156Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e52d21fb-5da5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T06:10:08.157Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:10:08.157Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vFW e52d21fb-5da5 0 is matching search criteria
2022-03-09T06:10:08.157Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e52d21fb-5da5 0] matching following query criteria: sdcType=VF, customizationUUID=3c35455f-a1c4-4f4b-b7c9-85a3d36f5578
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-09T06:10:08.159Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:10:08.159Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 06-07-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:10:08.160Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 7f6f61dc-b99d-4074-a3df-10057245e92a: vFW e52d21fb-5da5
2022-03-09T06:10:08.160Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:10:08.160Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 06-07-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:10:08.160Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:10:08.160Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 06-07-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:10:08.161Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:10:08.161Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 06-07-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:10:08.161Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:10:08.161Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 06-07-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:10:08.161Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:10:08.162Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 06-07-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:10:08.162Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-03-09 06-07-16 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-09T06:10:08.342Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e52d21fb-5da5 7cfb816f-19b5-423e-a510-d46c85cbf2e3 1 ASDC deployResourceStructure
2022-03-09T06:10:08.343Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/vfwe52d21fb5da50_modules.json ASDC sendASDCNotification
2022-03-09T06:10:08.343Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/vfwe52d21fb5da50_modules.json
2022-03-09T06:10:08.343Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-09T06:10:08.344Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:10:08.347Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:10:08.347Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806208343,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/vfwe52d21fb5da50_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-09T06:10:08.447Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-09T06:10:08.448Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T06:10:08.449Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:10:08.466Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:10:08.467Z||pool-46-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:10:09.349Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-09T06:10:09.349Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.yaml
2022-03-09T06:10:09.349Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-09T06:10:09.349Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:10:09.351Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:10:09.352Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806209348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-09T06:10:09.452Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:10:09.453Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T06:10:09.453Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:10:09.464Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:10:09.465Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-09T06:10:10.353Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-09T06:10:10.353Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.env
2022-03-09T06:10:10.354Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-09T06:10:10.354Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:10:10.357Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:10:10.357Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806210353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-09T06:10:10.457Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:10:10.458Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T06:10:10.458Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:10:10.471Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:10:10.471Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:10:11.358Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220309060716/1.0/artifacts/service-Vfw20220309060716-csar.csar ASDC sendASDCNotification
2022-03-09T06:10:11.359Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309060716/1.0/artifacts/service-Vfw20220309060716-csar.csar
2022-03-09T06:10:11.359Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-09T06:10:11.359Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:10:11.362Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:10:11.362Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806211358,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/artifacts/service-Vfw20220309060716-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-09T06:10:11.462Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:10:11.463Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T06:10:11.463Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:10:11.476Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:10:11.476Z||pool-49-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-09T06:10:12.363Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8fa476d7-b705-4d5a-a405-e1dc68b4c35b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:10:12.373Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8fa476d7-b705-4d5a-a405-e1dc68b4c35b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:10:12.376Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-09T06:10:12.376Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-09T06:10:12.376Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-09T06:10:19.794Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:10:19.795Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:10:19.795Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:10:19.822Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:10:19.824Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.824Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806106864,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-09T06:10:19.825Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:10:19.825Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.826Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806107886,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:10:19.826Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:10:19.826Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.826Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806107886,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vfwdf14fbb642ba0_modules.json",
  "status": "NOTIFIED"
}
2022-03-09T06:10:19.827Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:10:19.827Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.827Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806107886,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-09T06:10:19.827Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:10:19.827Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.827Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806107886,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:10:19.828Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:10:19.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806107886,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-09T06:10:19.828Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:10:19.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806107886,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:10:19.829Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:10:19.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.829Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806107886,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-csar.csar",
  "status": "NOTIFIED"
}
2022-03-09T06:10:19.829Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:10:19.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.829Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806119731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:10:19.830Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:10:19.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806123715,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vfwdf14fbb642ba0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:10:19.830Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:10:19.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806125012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:10:19.831Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:10:19.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806126201,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:10:19.831Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:10:19.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806127491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vfwdf14fbb642ba0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-09T06:10:19.833Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:10:19.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.833Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806128495,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-09T06:10:19.833Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:10:19.834Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.834Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806129501,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-09T06:10:19.835Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:10:19.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.835Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806130505,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-09T06:10:19.835Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:10:19.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.836Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646806131559,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:10:19.836Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:10:19.836Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.837Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "policy-id",
  "timestamp": 1646806139471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:10:19.837Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:10:19.837Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.837Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646806131559,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/vfwe52d21fb5da50_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:10:19.838Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:10:19.838Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.838Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "policy-id",
  "timestamp": 1646806139471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/vfwe52d21fb5da50_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:10:19.839Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:10:19.839Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.839Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646806131559,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:10:19.839Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:10:19.840Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.840Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "policy-id",
  "timestamp": 1646806139471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-09T06:10:19.840Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:10:19.840Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.841Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646806131559,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:10:19.841Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:10:19.842Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.842Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "policy-id",
  "timestamp": 1646806139471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:10:19.842Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:10:19.842Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.843Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646806131559,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:10:19.843Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:10:19.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "cds",
  "timestamp": 1646806143057,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:10:19.844Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:10:19.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "policy-id",
  "timestamp": 1646806139471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:10:19.845Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:10:19.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646806131559,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/artifacts/service-Vfw20220309060716-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:10:19.845Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:10:19.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "cds",
  "timestamp": 1646806143057,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/vfwe52d21fb5da50_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:10:19.846Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:10:19.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.847Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "policy-id",
  "timestamp": 1646806139471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/artifacts/service-Vfw20220309060716-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:10:19.847Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:10:19.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.847Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646806131559,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/artifacts/service-Vfw20220309060716-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:10:19.848Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:10:19.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "cds",
  "timestamp": 1646806143057,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:10:19.849Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:10:19.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.849Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646806145299,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:10:19.849Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:10:19.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.850Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "policy-id",
  "timestamp": 1646806139471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/artifacts/service-Vfw20220309060716-csar.csar",
  "status": "NOTIFIED"
}
2022-03-09T06:10:19.850Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:10:19.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.850Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "cds",
  "timestamp": 1646806143057,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:10:19.851Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:10:19.851Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.851Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646806145299,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/vfwe52d21fb5da50_modules.json",
  "status": "NOTIFIED"
}
2022-03-09T06:10:19.852Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:10:19.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "policy-id",
  "timestamp": 1646806147356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/artifacts/service-Vfw20220309060716-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:10:19.853Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:10:19.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "cds",
  "timestamp": 1646806143057,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:10:19.853Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:10:19.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646806145299,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-09T06:10:19.854Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:10:19.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "policy-id",
  "timestamp": 1646806148361,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/artifacts/service-Vfw20220309060716-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-09T06:10:19.855Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:10:19.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "cds",
  "timestamp": 1646806143057,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/artifacts/service-Vfw20220309060716-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:10:19.856Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:10:19.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646806145299,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:10:19.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:10:19.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "policy-id",
  "timestamp": 1646806149365,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-09T06:10:19.870Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8fa476d7-b705-4d5a-a405-e1dc68b4c35b
2022-03-09T06:10:19.871Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8fa476d7-b705-4d5a-a405-e1dc68b4c35b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-09T06:10:19.884Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.884Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "cds",
  "timestamp": 1646806143057,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/artifacts/service-Vfw20220309060716-csar.csar",
  "status": "NOTIFIED"
}
2022-03-09T06:10:19.885Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:10:19.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646806145299,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-09T06:10:19.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:10:19.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646806145299,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/artifacts/service-Vfw20220309060716-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:10:19.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:10:19.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "cds",
  "timestamp": 1646806151049,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/artifacts/service-Vfw20220309060716-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:10:19.887Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:10:19.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646806150430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:10:19.888Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:10:19.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.889Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "clamp",
  "timestamp": 1646806150557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:10:19.889Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:10:19.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.889Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646806145299,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/artifacts/service-Vfw20220309060716-csar.csar",
  "status": "NOTIFIED"
}
2022-03-09T06:10:19.890Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:10:19.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "cds",
  "timestamp": 1646806152057,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/artifacts/service-Vfw20220309060716-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-09T06:10:19.898Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8fa476d7-b705-4d5a-a405-e1dc68b4c35b
2022-03-09T06:10:19.898Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8fa476d7-b705-4d5a-a405-e1dc68b4c35b and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-09T06:10:19.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646806150430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/vfwe52d21fb5da50_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:10:19.911Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:10:19.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "clamp",
  "timestamp": 1646806150557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/vfwe52d21fb5da50_modules.json",
  "status": "NOTIFIED"
}
2022-03-09T06:10:19.912Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:10:19.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646806150430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:10:19.913Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:10:19.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646806153444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/vfwe52d21fb5da50_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:10:19.914Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:10:19.914Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "clamp",
  "timestamp": 1646806150557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:10:19.915Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:10:19.915Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.915Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646806150430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:10:19.915Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:10:19.916Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.916Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646806154550,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:10:19.916Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:10:19.916Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.917Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "clamp",
  "timestamp": 1646806150557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:10:19.917Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:10:19.917Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.918Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646806150430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:10:19.918Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:10:19.918Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.918Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "clamp",
  "timestamp": 1646806150557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:10:19.919Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:10:19.919Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.919Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646806155733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:10:19.920Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:10:19.920Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.920Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "aai-ml",
  "timestamp": 1646806155227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:10:19.920Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:10:19.920Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.921Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646806150430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/artifacts/service-Vfw20220309060716-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:10:19.921Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:10:19.921Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.921Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "clamp",
  "timestamp": 1646806150557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/artifacts/service-Vfw20220309060716-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:10:19.922Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:10:19.922Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.923Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646806156768,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-09T06:10:19.929Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8fa476d7-b705-4d5a-a405-e1dc68b4c35b
2022-03-09T06:10:19.930Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8fa476d7-b705-4d5a-a405-e1dc68b4c35b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-09T06:10:19.938Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.939Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "aai-ml",
  "timestamp": 1646806155227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/vfwe52d21fb5da50_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:10:19.939Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:10:19.939Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.940Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646806150430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/artifacts/service-Vfw20220309060716-csar.csar",
  "status": "NOTIFIED"
}
2022-03-09T06:10:19.940Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:10:19.940Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.940Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "clamp",
  "timestamp": 1646806150557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/artifacts/service-Vfw20220309060716-csar.csar",
  "status": "NOTIFIED"
}
2022-03-09T06:10:19.941Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:10:19.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.941Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646806157780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/vfwe52d21fb5da50_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-09T06:10:19.942Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:10:19.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "aai-ml",
  "timestamp": 1646806155227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:10:19.943Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:10:19.943Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.943Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646806158536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/artifacts/service-Vfw20220309060716-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:10:19.943Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:10:19.944Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.944Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "aai-ml",
  "timestamp": 1646806155227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:10:19.944Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:10:19.944Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:10:19.945Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "aai-ml",
  "timestamp": 1646806155227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:10:19.945Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:10:42.377Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8fa476d7-b705-4d5a-a405-e1dc68b4c35b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:10:42.388Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8fa476d7-b705-4d5a-a405-e1dc68b4c35b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:10:42.393Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-09T06:10:42.393Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-09T06:10:42.393Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-09T06:11:12.394Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8fa476d7-b705-4d5a-a405-e1dc68b4c35b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:11:12.405Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8fa476d7-b705-4d5a-a405-e1dc68b4c35b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:11:12.407Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-09T06:11:12.407Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-09T06:11:12.407Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-09T06:11:19.794Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:11:19.795Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:11:19.795Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:11:19.823Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:11:19.824Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T06:11:19.824Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "aai-ml",
  "timestamp": 1646806155227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/artifacts/service-Vfw20220309060716-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:11:19.825Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:11:42.408Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8fa476d7-b705-4d5a-a405-e1dc68b4c35b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:11:42.419Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8fa476d7-b705-4d5a-a405-e1dc68b4c35b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:11:42.422Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-09T06:11:42.422Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-09T06:11:42.422Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-09T06:12:12.423Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8fa476d7-b705-4d5a-a405-e1dc68b4c35b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:12:12.436Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8fa476d7-b705-4d5a-a405-e1dc68b4c35b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:12:12.439Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-09T06:12:12.439Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-09T06:12:12.440Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-09T06:12:19.794Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:12:19.795Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:12:19.795Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:12:20.319Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:12:20.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T06:12:20.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "aai-ml",
  "timestamp": 1646806155227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/artifacts/service-Vfw20220309060716-csar.csar",
  "status": "NOTIFIED"
}
2022-03-09T06:12:20.324Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:12:20.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T06:12:20.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646806161974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/artifacts/service-Vfw20220309060716-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-09T06:12:20.326Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:12:20.327Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T06:12:20.327Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "aai-ml",
  "timestamp": 1646806163077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/artifacts/service-Vfw20220309060716-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:12:20.328Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:12:20.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T06:12:20.329Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646806162977,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-09T06:12:20.341Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8fa476d7-b705-4d5a-a405-e1dc68b4c35b
2022-03-09T06:12:20.343Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8fa476d7-b705-4d5a-a405-e1dc68b4c35b and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-09T06:12:20.354Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T06:12:20.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "clamp",
  "timestamp": 1646806164706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/artifacts/service-Vfw20220309060716-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:12:20.356Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:12:20.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T06:12:20.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "clamp",
  "timestamp": 1646806166582,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/artifacts/service-Vfw20220309060716-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-09T06:12:20.358Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:12:20.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T06:12:20.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "clamp",
  "timestamp": 1646806167586,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-09T06:12:20.364Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8fa476d7-b705-4d5a-a405-e1dc68b4c35b
2022-03-09T06:12:20.365Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8fa476d7-b705-4d5a-a405-e1dc68b4c35b and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-09T06:12:20.373Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T06:12:20.374Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "aai-ml",
  "timestamp": 1646806181545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/artifacts/service-Vfw20220309060716-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-09T06:12:20.374Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:12:20.375Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T06:12:20.375Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "aai-ml",
  "timestamp": 1646806182550,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-09T06:12:20.380Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8fa476d7-b705-4d5a-a405-e1dc68b4c35b
2022-03-09T06:12:20.380Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8fa476d7-b705-4d5a-a405-e1dc68b4c35b and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-09T06:12:20.391Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T06:12:20.392Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806191972,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-09T06:12:20.392Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:12:20.393Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T06:12:20.393Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806192990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:12:20.393Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:12:20.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T06:12:20.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806192990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/vfwe52d21fb5da50_modules.json",
  "status": "NOTIFIED"
}
2022-03-09T06:12:20.395Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:12:20.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T06:12:20.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806192990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-09T06:12:20.396Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:12:20.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T06:12:20.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806192990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:12:20.397Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:12:20.397Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T06:12:20.397Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806192990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-09T06:12:20.398Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:12:20.398Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T06:12:20.398Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806192990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/artifacts/service-Vfw20220309060716-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:12:20.399Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:12:20.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T06:12:20.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806192990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/artifacts/service-Vfw20220309060716-csar.csar",
  "status": "NOTIFIED"
}
2022-03-09T06:12:20.400Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:12:20.400Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T06:12:20.400Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806200796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/artifacts/service-Vfw20220309060716-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:12:20.400Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:12:20.401Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T06:12:20.401Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806204527,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/vfwe52d21fb5da50_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:12:20.401Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:12:20.402Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T06:12:20.402Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806205817,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:12:20.402Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:12:20.403Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T06:12:20.403Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806207107,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:12:20.403Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:12:20.404Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T06:12:20.404Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806208343,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/vfwe52d21fb5da50_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-09T06:12:20.404Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:12:20.404Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T06:12:20.405Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806209348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-09T06:12:20.405Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:12:20.405Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T06:12:20.406Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806210353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-09T06:12:20.406Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:12:20.406Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T06:12:20.407Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806211358,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/artifacts/service-Vfw20220309060716-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-09T06:12:20.407Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:12:42.440Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8fa476d7-b705-4d5a-a405-e1dc68b4c35b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:12:42.451Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8fa476d7-b705-4d5a-a405-e1dc68b4c35b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:12:42.454Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-09T06:12:42.454Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-09T06:12:42.454Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-09T06:12:42.455Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-09T06:12:42.455Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-09T06:12:42.455Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-09T06:12:42.455Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-09T06:12:42.455Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-09T06:12:42.455Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-09T06:12:42.455Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-09T06:12:42.455Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-09T06:12:42.459Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-09T06:13:12.460Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8fa476d7-b705-4d5a-a405-e1dc68b4c35b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-09T06:13:12.468Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8fa476d7-b705-4d5a-a405-e1dc68b4c35b and serviceModelVersionId: 7f6f61dc-b99d-4074-a3df-10057245e92a
2022-03-09T06:13:12.468Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6d5f2c75-dcae-4cc6-97e4-7b07e6dda4ca
2022-03-09T06:13:12.469Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6d5f2c75-dcae-4cc6-97e4-7b07e6dda4ca/model-vers/model-ver/7f6f61dc-b99d-4074-a3df-10057245e92a?depth=0
2022-03-09T06:13:12.474Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-03-09T06:13:12.540Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d5f2c75-dcae-4cc6-97e4-7b07e6dda4ca/model-vers/model-ver/7f6f61dc-b99d-4074-a3df-10057245e92a?depth=0|INFO|500||Invoke
2022-03-09T06:13:12.541Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d5f2c75-dcae-4cc6-97e4-7b07e6dda4ca/model-vers/model-ver/7f6f61dc-b99d-4074-a3df-10057245e92a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d5f2c75-dcae-4cc6-97e4-7b07e6dda4ca/model-vers/model-ver/7f6f61dc-b99d-4074-a3df-10057245e92a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8fa476d7-b705-4d5a-a405-e1dc68b4c35b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[546242eb-0f2a-476f-966f-860decbf02d3], X-ECOMP-RequestID=[8fa476d7-b705-4d5a-a405-e1dc68b4c35b], X-TransactionId=[], X-ONAP-RequestID=[8fa476d7-b705-4d5a-a405-e1dc68b4c35b], Content-Type=[application/merge-patch+json]}
2022-03-09T06:13:12.568Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d5f2c75-dcae-4cc6-97e4-7b07e6dda4ca/model-vers/model-ver/7f6f61dc-b99d-4074-a3df-10057245e92a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-09T06:13:12.916Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d5f2c75-dcae-4cc6-97e4-7b07e6dda4ca/model-vers/model-ver/7f6f61dc-b99d-4074-a3df-10057245e92a?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/6d5f2c75-dcae-4cc6-97e4-7b07e6dda4ca/model-vers/model-ver/7f6f61dc-b99d-4074-a3df-10057245e92a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220309-06:13:13:196-13359], vertex-id=[221200], Content-Length=[0], Date=[Wed, 09 Mar 2022 06:13:13 GMT], Content-Type=[application/json]}
2022-03-09T06:13:12.917Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d5f2c75-dcae-4cc6-97e4-7b07e6dda4ca/model-vers/model-ver/7f6f61dc-b99d-4074-a3df-10057245e92a?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-09T06:13:12.918Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d5f2c75-dcae-4cc6-97e4-7b07e6dda4ca/model-vers/model-ver/7f6f61dc-b99d-4074-a3df-10057245e92a?depth=0|INFO|500||InvokeReturn
2022-03-09T06:13:12.919Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-09T06:13:12.919Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-09T06:13:12.925Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-09T06:13:12.926Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8fa476d7-b705-4d5a-a405-e1dc68b4c35b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-09T06:13:12.926Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-09T06:13:12.926Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:13:12.929Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:13:12.929Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806392926,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-09T06:13:13.029Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:13:13.030Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T06:13:13.030Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:13:13.046Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:13:13.046Z||pool-50-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-09T06:13:13.943Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:13:13.944Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:13:13.944Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:13:19.794Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:13:19.795Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:13:19.796Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:13:20.421Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:13:20.422Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T06:13:20.423Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806392926,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-09T06:13:20.424Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:13:24.176Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:13:24.177Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:13:24.178Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:13:24.178Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:13:33.723Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:13:33.724Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:13:33.724Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:13:33.725Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:13:43.304Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:13:43.305Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:13:43.306Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:13:43.306Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:13:52.847Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:13:52.848Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:13:52.849Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:13:52.849Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:14:02.389Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:14:02.390Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:14:02.391Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:14:02.391Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:14:11.959Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:14:11.960Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:14:11.961Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:14:11.961Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:14:19.794Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:14:19.795Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:14:19.795Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:14:21.501Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:14:21.502Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:14:21.503Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:14:21.503Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:14:29.360Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:14:31.050Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:15:19.792Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:15:19.793Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:15:19.793Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:15:19.794Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:15:19.794Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:15:19.794Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:15:29.351Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:15:29.365Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:16:19.792Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:16:19.794Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:16:19.795Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:16:19.795Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:16:19.795Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:16:19.795Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:16:29.340Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:16:29.343Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:17:19.792Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:17:19.793Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:17:19.793Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:17:19.794Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:17:19.794Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:17:19.794Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:17:29.341Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:17:29.343Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:18:19.792Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:18:19.793Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:18:19.793Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:18:19.794Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:18:19.794Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:18:19.794Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:18:20.283Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:18:20.284Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:18:20.284Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb390142-97d9-4cc2-89d7-3a818d416ccd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646806691559,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:18:20.286Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:18:20.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:18:20.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb390142-97d9-4cc2-89d7-3a818d416ccd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646806690430,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:18:20.286Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:18:20.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:18:20.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb390142-97d9-4cc2-89d7-3a818d416ccd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646806685299,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:18:20.286Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:18:20.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:18:20.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb390142-97d9-4cc2-89d7-3a818d416ccd",
  "consumerID": "clamp",
  "timestamp": 1646806690557,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:18:20.287Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:18:20.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:18:20.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb390142-97d9-4cc2-89d7-3a818d416ccd",
  "consumerID": "aai-ml",
  "timestamp": 1646806695227,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:18:20.287Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:18:20.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:18:20.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb390142-97d9-4cc2-89d7-3a818d416ccd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646806691559,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:18:20.287Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:18:20.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:18:20.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb390142-97d9-4cc2-89d7-3a818d416ccd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646806690430,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-09T06:18:20.288Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:18:20.288Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:18:20.288Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb390142-97d9-4cc2-89d7-3a818d416ccd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646806685299,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-09T06:18:20.288Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:18:20.288Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:18:20.288Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb390142-97d9-4cc2-89d7-3a818d416ccd",
  "consumerID": "clamp",
  "timestamp": 1646806690557,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-09T06:18:20.288Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:18:20.288Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:18:20.288Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb390142-97d9-4cc2-89d7-3a818d416ccd",
  "consumerID": "aai-ml",
  "timestamp": 1646806695227,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-09T06:18:20.288Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:18:20.289Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:18:20.289Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb390142-97d9-4cc2-89d7-3a818d416ccd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646806698177,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:18:20.289Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:18:20.289Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:18:20.289Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb390142-97d9-4cc2-89d7-3a818d416ccd",
  "consumerID": "aai-ml",
  "timestamp": 1646806698497,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:18:20.289Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:18:20.289Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:18:20.290Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb390142-97d9-4cc2-89d7-3a818d416ccd",
  "consumerID": "cds",
  "timestamp": 1646806698053,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:18:20.290Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:18:20.290Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:18:20.290Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb390142-97d9-4cc2-89d7-3a818d416ccd",
  "consumerID": "cds",
  "timestamp": 1646806698053,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-09T06:18:20.290Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:18:20.290Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:18:20.290Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb390142-97d9-4cc2-89d7-3a818d416ccd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646806699885,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-09T06:18:20.290Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:18:20.290Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:18:20.290Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb390142-97d9-4cc2-89d7-3a818d416ccd",
  "consumerID": "policy-id",
  "timestamp": 1646806699471,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:18:20.291Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:18:20.427Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:18:20.428Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-09T06:18:20.428Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"fb390142-97d9-4cc2-89d7-3a818d416ccd","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"35c35bd4-97d8-4f43-8a86-ad3ce1e24fda","serviceDescription":"service","serviceInvariantUUID":"9e1f65ce-2d2d-4880-a6d1-f6d320a970c0","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"06ab6d4f-c08a-4a0a-a610-363bc131ea2c","resourceInvariantUUID":"f368eb6e-fd8a-4abd-9bd1-6cbfb153b4c2","resourceCustomizationUUID":"6b829563-c9f5-4abe-9a51-8a9cb2d0d6fb","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":"YzBkYWI5MjVkYTVkYWQyNjJiYTZiYzNjYzI1NmI0Y2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cc7de75b-8217-47f4-88a3-cdf8e11ac1cd","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MGRkOWRiNTU4NmI4NGZmOTY1MjgyYTQzZWU5MThjOTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0739b95a-69ae-4d70-a5e6-17e0cc7abda6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-09T06:18:20.431Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T06:18:20.432Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:18:20.435Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:18:20.435Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fb390142-97d9-4cc2-89d7-3a818d416ccd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806699792,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:18:20.535Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:18:20.536Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T06:18:20.536Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:18:20.549Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:18:20.550Z||pool-51-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-09T06:18:21.436Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T06:18:21.437Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:18:21.440Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:18:21.440Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fb390142-97d9-4cc2-89d7-3a818d416ccd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806699792,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-09T06:18:21.540Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-09T06:18:21.541Z||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-03-09T06:18:21.541Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:18:21.571Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:18:21.572Z||pool-52-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:18:22.441Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "fb390142-97d9-4cc2-89d7-3a818d416ccd",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "35c35bd4-97d8-4f43-8a86-ad3ce1e24fda",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9e1f65ce-2d2d-4880-a6d1-f6d320a970c0",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "6b829563-c9f5-4abe-9a51-8a9cb2d0d6fb",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "06ab6d4f-c08a-4a0a-a610-363bc131ea2c",
      "resourceInvariantUUID": "f368eb6e-fd8a-4abd-9bd1-6cbfb153b4c2",
      "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": "MGRkOWRiNTU4NmI4NGZmOTY1MjgyYTQzZWU5MThjOTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0739b95a-69ae-4d70-a5e6-17e0cc7abda6"
    }
  ],
  "workloadContext": "Production"
}
2022-03-09T06:18:22.442Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-09T06:18:22.442Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 35c35bd4-97d8-4f43-8a86-ad3ce1e24fda ASDC
2022-03-09T06:18:22.443Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:fb390142-97d9-4cc2-89d7-3a818d416ccd
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:35c35bd4-97d8-4f43-8a86-ad3ce1e24fda
ServiceInvariantUUID:9e1f65ce-2d2d-4880-a6d1-f6d320a970c0
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:0739b95a-69ae-4d70-a5e6-17e0cc7abda6
ArtifactChecksum:MGRkOWRiNTU4NmI4NGZmOTY1MjgyYTQzZWU5MThjOTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:6b829563-c9f5-4abe-9a51-8a9cb2d0d6fb
ResourceInvariantUUID:f368eb6e-fd8a-4abd-9bd1-6cbfb153b4c2
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:06ab6d4f-c08a-4a0a-a610-363bc131ea2c
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-03-09T06:18:22.443Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 35c35bd4-97d8-4f43-8a86-ad3ce1e24fda ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-09T06:18:22.476Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-09T06:18:22.477Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-09T06:18:22.477Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-09T06:18:22.477Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0739b95a-69ae-4d70-a5e6-17e0cc7abda6 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-09T06:18:22.478Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-09T06:18:22.478Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-09T06:18:22.665Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-09T06:18:22.668Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 0739b95a-69ae-4d70-a5e6-17e0cc7abda6 52508
2022-03-09T06:18:22.668Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-09T06:18:22.668Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-09T06:18:22.668Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-09T06:18:22.669Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:18:22.671Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:18:22.671Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fb390142-97d9-4cc2-89d7-3a818d416ccd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806702668,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:18:22.772Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-09T06:18:22.773Z||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-03-09T06:18:22.774Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:18:22.789Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:18:22.790Z||pool-53-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:18:23.672Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-09T06:18:23.673Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-09T06:18:23.673Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 0739b95a-69ae-4d70-a5e6-17e0cc7abda6, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-09T06:18:23.674Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-03-09T06:18:23.674Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-09T06:18:23.674Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-09T06:18:23.829Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP453993733961676096/Definitions/service-BasicNetwork-template.yml
2022-03-09T06:18:24.494Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-09T06:18:24.495Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-09T06:18:24.495Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-09T06:18:24.495Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-03-09T06:18:24.495Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||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-03-09T06:18:24.495Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||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-03-09T06:18:24.495Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||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-03-09T06:18:24.495Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||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-03-09T06:18:24.495Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-09T06:18:24.496Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||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-03-09T06:18:24.496Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||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-03-09T06:18:24.496Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||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-03-09T06:18:24.496Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-09T06:18:24.496Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:18:24.496Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:18:24.497Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-09T06:18:24.497Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-09T06:18:24.497Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-09T06:18:24.497Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:18:24.497Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:18:24.497Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-09T06:18:24.497Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-09T06:18:24.498Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-09T06:18:24.498Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:18:24.498Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:18:24.498Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:18:24.498Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:18:24.498Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:18:24.499Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:18:24.499Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:18:24.499Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:18:24.499Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:18:24.499Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:18:24.499Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:35c35bd4-97d8-4f43-8a86-ad3ce1e24fda
Model Version:NULL
Model InvariantUuid:9e1f65ce-2d2d-4880-a6d1-f6d320a970c0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:f368eb6e-fd8a-4abd-9bd1-6cbfb153b4c2
Model UUID:97bd22bd-d445-45fb-9d12-d1b8ae73d179
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:6b829563-c9f5-4abe-9a51-8a9cb2d0d6fb
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-03-09T06:18:24.509Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: 06ab6d4f-c08a-4a0a-a610-363bc131ea2c
2022-03-09T06:18:24.509Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||INFO|500||No resources found for Service: 35c35bd4-97d8-4f43-8a86-ad3ce1e24fda
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-09T06:18:24.515Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||INFO|500||
2022-03-09T06:18:24.516Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-03-09T06:18:24.516Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 35c35bd4-97d8-4f43-8a86-ad3ce1e24fda
2022-03-09T06:18:24.516Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 35c35bd4-97d8-4f43-8a86-ad3ce1e24fda
2022-03-09T06:18:24.516Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-03-09T06:18:24.517Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||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-03-09T06:18:24.521Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2ab7592f, org.onap.sdc.toscaparser.api.parameters.Input@7fad6bb3, org.onap.sdc.toscaparser.api.parameters.Input@7eb48803, org.onap.sdc.toscaparser.api.parameters.Input@a24f697, org.onap.sdc.toscaparser.api.parameters.Input@1acaa8dd]
2022-03-09T06:18:24.523Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:18:24.523Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:18:24.523Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:18:24.523Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:18:24.523Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 35c35bd4-97d8-4f43-8a86-ad3ce1e24fda: Generic NeutronNet
2022-03-09T06:18:24.524Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:18:24.524Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:18:24.524Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:18:24.524Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||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-03-09T06:18:24.572Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:18:24.572Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:18:24.573Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:18:24.573Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:18:24.573Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:18:24.573Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:18:24.574Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||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-03-09T06:18:24.622Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-03-09T06:18:24.623Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-09T06:18:24.623Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-09T06:18:24.623Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-09T06:18:24.623Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:18:24.625Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:18:24.625Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fb390142-97d9-4cc2-89d7-3a818d416ccd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806704623,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-09T06:18:24.726Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:18:24.727Z||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-03-09T06:18:24.727Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:18:24.740Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:18:24.741Z||pool-54-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-09T06:18:25.626Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb390142-97d9-4cc2-89d7-3a818d416ccd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:18:25.639Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb390142-97d9-4cc2-89d7-3a818d416ccd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:18:25.643Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-09T06:18:25.643Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-09T06:18:25.643Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-09T06:18:55.643Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb390142-97d9-4cc2-89d7-3a818d416ccd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:18:55.655Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb390142-97d9-4cc2-89d7-3a818d416ccd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:18:55.657Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-09T06:18:55.657Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-09T06:18:55.658Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-09T06:19:19.794Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:19:19.795Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:19:19.795Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:19:19.824Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:19:19.824Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:19:19.824Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb390142-97d9-4cc2-89d7-3a818d416ccd",
  "consumerID": "cds",
  "timestamp": 1646806700979,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:19:19.826Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:19:25.658Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb390142-97d9-4cc2-89d7-3a818d416ccd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:19:25.669Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb390142-97d9-4cc2-89d7-3a818d416ccd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:19:25.671Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-09T06:19:25.671Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-09T06:19:25.671Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-09T06:19:55.671Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb390142-97d9-4cc2-89d7-3a818d416ccd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:19:55.683Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb390142-97d9-4cc2-89d7-3a818d416ccd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:19:55.685Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-09T06:19:55.685Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-09T06:19:55.685Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-09T06:20:19.794Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:20:19.795Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:20:19.795Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:20:19.821Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:20:19.821Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:20:19.821Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb390142-97d9-4cc2-89d7-3a818d416ccd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646806700891,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-09T06:20:19.831Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fb390142-97d9-4cc2-89d7-3a818d416ccd
2022-03-09T06:20:19.832Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb390142-97d9-4cc2-89d7-3a818d416ccd and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-09T06:20:25.686Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb390142-97d9-4cc2-89d7-3a818d416ccd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:20:25.698Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb390142-97d9-4cc2-89d7-3a818d416ccd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:20:25.701Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-09T06:20:25.701Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-09T06:20:25.702Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-09T06:20:55.702Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb390142-97d9-4cc2-89d7-3a818d416ccd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:20:55.714Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb390142-97d9-4cc2-89d7-3a818d416ccd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:20:55.716Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-09T06:20:55.716Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-09T06:20:55.717Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-09T06:21:19.794Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:21:19.795Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:21:19.795Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:21:19.828Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:21:19.828Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:21:19.828Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb390142-97d9-4cc2-89d7-3a818d416ccd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806699792,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:21:19.829Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:21:19.829Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:21:19.829Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb390142-97d9-4cc2-89d7-3a818d416ccd",
  "consumerID": "policy-id",
  "timestamp": 1646806699471,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-09T06:21:19.829Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:21:19.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:21:19.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb390142-97d9-4cc2-89d7-3a818d416ccd",
  "consumerID": "cds",
  "timestamp": 1646806701988,
  "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=?
2022-03-09T06:21:19.838Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fb390142-97d9-4cc2-89d7-3a818d416ccd
2022-03-09T06:21:19.838Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb390142-97d9-4cc2-89d7-3a818d416ccd and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-09T06:21:19.848Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:21:19.848Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb390142-97d9-4cc2-89d7-3a818d416ccd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806699792,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-09T06:21:19.848Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:21:19.848Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:21:19.849Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb390142-97d9-4cc2-89d7-3a818d416ccd",
  "consumerID": "policy-id",
  "timestamp": 1646806702766,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:21:19.849Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:21:19.849Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:21:19.849Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb390142-97d9-4cc2-89d7-3a818d416ccd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806702668,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:21:19.849Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:21:19.849Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:21:19.849Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb390142-97d9-4cc2-89d7-3a818d416ccd",
  "consumerID": "policy-id",
  "timestamp": 1646806703778,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-09T06:21:19.850Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:21:19.850Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:21:19.850Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb390142-97d9-4cc2-89d7-3a818d416ccd",
  "consumerID": "aai-ml",
  "timestamp": 1646806704083,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-09T06:21:19.850Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:21:19.850Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:21:19.850Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb390142-97d9-4cc2-89d7-3a818d416ccd",
  "consumerID": "policy-id",
  "timestamp": 1646806704780,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-09T06:21:19.856Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fb390142-97d9-4cc2-89d7-3a818d416ccd
2022-03-09T06:21:19.856Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb390142-97d9-4cc2-89d7-3a818d416ccd and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-09T06:21:19.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:21:19.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb390142-97d9-4cc2-89d7-3a818d416ccd",
  "consumerID": "aai-ml",
  "timestamp": 1646806705088,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-09T06:21:19.872Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fb390142-97d9-4cc2-89d7-3a818d416ccd
2022-03-09T06:21:19.872Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb390142-97d9-4cc2-89d7-3a818d416ccd and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-09T06:21:19.880Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:21:19.881Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb390142-97d9-4cc2-89d7-3a818d416ccd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806704623,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-09T06:21:19.881Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:21:19.881Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:21:19.881Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb390142-97d9-4cc2-89d7-3a818d416ccd",
  "consumerID": "clamp",
  "timestamp": 1646806706638,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:21:19.881Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:21:19.881Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:21:19.882Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb390142-97d9-4cc2-89d7-3a818d416ccd",
  "consumerID": "clamp",
  "timestamp": 1646806708649,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-09T06:21:19.882Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:21:19.882Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:21:19.882Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb390142-97d9-4cc2-89d7-3a818d416ccd",
  "consumerID": "clamp",
  "timestamp": 1646806709654,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-09T06:21:19.887Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fb390142-97d9-4cc2-89d7-3a818d416ccd
2022-03-09T06:21:19.887Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb390142-97d9-4cc2-89d7-3a818d416ccd and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-09T06:21:25.717Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb390142-97d9-4cc2-89d7-3a818d416ccd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:21:25.732Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb390142-97d9-4cc2-89d7-3a818d416ccd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:21:25.735Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-09T06:21:25.736Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-09T06:21:25.736Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-09T06:21:25.736Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-09T06:21:25.736Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-09T06:21:25.736Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-09T06:21:25.736Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-09T06:21:25.736Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-09T06:21:25.736Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-09T06:21:25.736Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-09T06:21:25.736Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-09T06:21:25.742Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-09T06:21:55.742Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fb390142-97d9-4cc2-89d7-3a818d416ccd and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-09T06:21:55.749Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fb390142-97d9-4cc2-89d7-3a818d416ccd and serviceModelVersionId: 35c35bd4-97d8-4f43-8a86-ad3ce1e24fda
2022-03-09T06:21:55.750Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9e1f65ce-2d2d-4880-a6d1-f6d320a970c0
2022-03-09T06:21:55.752Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9e1f65ce-2d2d-4880-a6d1-f6d320a970c0/model-vers/model-ver/35c35bd4-97d8-4f43-8a86-ad3ce1e24fda?depth=0
2022-03-09T06:21:55.757Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-03-09T06:21:55.832Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1f65ce-2d2d-4880-a6d1-f6d320a970c0/model-vers/model-ver/35c35bd4-97d8-4f43-8a86-ad3ce1e24fda?depth=0|INFO|500||Invoke
2022-03-09T06:21:55.833Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1f65ce-2d2d-4880-a6d1-f6d320a970c0/model-vers/model-ver/35c35bd4-97d8-4f43-8a86-ad3ce1e24fda?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1f65ce-2d2d-4880-a6d1-f6d320a970c0/model-vers/model-ver/35c35bd4-97d8-4f43-8a86-ad3ce1e24fda?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fb390142-97d9-4cc2-89d7-3a818d416ccd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1d6245f5-0b04-4f4e-a870-d341ea6414b2], X-ECOMP-RequestID=[fb390142-97d9-4cc2-89d7-3a818d416ccd], X-TransactionId=[], X-ONAP-RequestID=[fb390142-97d9-4cc2-89d7-3a818d416ccd], Content-Type=[application/merge-patch+json]}
2022-03-09T06:21:55.864Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1f65ce-2d2d-4880-a6d1-f6d320a970c0/model-vers/model-ver/35c35bd4-97d8-4f43-8a86-ad3ce1e24fda?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-09T06:21:55.952Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1f65ce-2d2d-4880-a6d1-f6d320a970c0/model-vers/model-ver/35c35bd4-97d8-4f43-8a86-ad3ce1e24fda?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/9e1f65ce-2d2d-4880-a6d1-f6d320a970c0/model-vers/model-ver/35c35bd4-97d8-4f43-8a86-ad3ce1e24fda?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220309-06:21:56:481-83367], vertex-id=[430264], Content-Length=[0], Date=[Wed, 09 Mar 2022 06:21:56 GMT], Content-Type=[application/json]}
2022-03-09T06:21:55.953Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1f65ce-2d2d-4880-a6d1-f6d320a970c0/model-vers/model-ver/35c35bd4-97d8-4f43-8a86-ad3ce1e24fda?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-09T06:21:55.954Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e1f65ce-2d2d-4880-a6d1-f6d320a970c0/model-vers/model-ver/35c35bd4-97d8-4f43-8a86-ad3ce1e24fda?depth=0|INFO|500||InvokeReturn
2022-03-09T06:21:55.954Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-09T06:21:55.955Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-09T06:21:55.959Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-09T06:21:55.960Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fb390142-97d9-4cc2-89d7-3a818d416ccd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-09T06:21:55.960Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-09T06:21:55.960Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:21:55.962Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:21:55.962Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fb390142-97d9-4cc2-89d7-3a818d416ccd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806915960,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-09T06:21:56.062Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:21:56.064Z||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-03-09T06:21:56.064Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:21:56.080Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:21:56.081Z||pool-55-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-09T06:21:56.977Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:21:56.978Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:21:56.978Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:22:01.315Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:22:01.316Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-09T06:22:01.316Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"6e9d5ee9-c351-419d-8286-460e34720c1d","serviceName":"Demo_pNF_BEOByjbBfx0XIn1La07t","serviceVersion":"1.0","serviceUUID":"d30f7612-3c5c-4824-97d6-4c8d665f60bf","serviceDescription":"catalog service description","serviceInvariantUUID":"a237f836-f422-4d2a-bd29-6331b6ae3cea","resources":[{"resourceInstanceName":"pNF 221d476e-6161 0","resourceName":"pNF 221d476e-6161","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"bd694ab8-277c-4559-9c8e-988572edd030","resourceInvariantUUID":"d15b5c37-0fa1-4534-b948-f8f9f79ce04d","resourceCustomizationUUID":"d17f968e-92b8-4d7d-ba0e-047d77c1ef19","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/resourceInstances/pnf221d476e61610/artifacts/vf-license-model.xml","artifactChecksum":"YjU3MWRkYjJiNWExZDBmMDYxYzc3MjkxMGJmN2NkZDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"01fbee93-d338-456b-b912-6305ed12f330","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/resourceInstances/pnf221d476e61610/artifacts/pNF.csar","artifactChecksum":"MTM2ZGQ2YWRlOTA4ZWQwOTA1N2MzNjJlMmU0NGJlOTY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"685c8aac-fd94-4b72-aa2a-9484c64cf1e8","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/resourceInstances/pnf221d476e61610/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0c1b60a4-cf8d-4438-9b25-2502813ddb9f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/resourceInstances/pnf221d476e61610/artifacts/vendor-license-model.xml","artifactChecksum":"ZDZkZGExNWE4MzEwOTdiYWFhNmZhNzU5NzJlNGVhZDI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3cbd2f99-6fc6-4b63-974e-d2836e14afaf","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/resourceInstances/pnf221d476e61610/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b61a634c-3a5d-4e92-96f6-ab3b7205a12d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/resourceInstances/pnf221d476e61610/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ad6af707-fb6f-4c0d-80c2-6c43c687c1fe","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfBeobyjbbfx0xin1la07t-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/artifacts/service-DemoPnfBeobyjbbfx0xin1la07t-template.yml","artifactChecksum":"ODY0ODgyZDg5YzI2NDIzNWRmOWNhODExNjM4ZGM3YTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ca0a3732-0148-4dd7-a2aa-c4aa2af20b96","artifactVersion":"1"},{"artifactName":"service-DemoPnfBeobyjbbfx0xin1la07t-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/artifacts/service-DemoPnfBeobyjbbfx0xin1la07t-csar.csar","artifactChecksum":"Yjk0ZmM0NmM1ZTkyNzkwMmY3M2FmMTRhNGI0OGUzOTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b6af01f7-d611-4a7e-aec3-d54562a0e5f3","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-09T06:22:01.318Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T06:22:01.318Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:22:01.320Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:22:01.320Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806916977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/resourceInstances/pnf221d476e61610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:01.421Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:22:01.422Z||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-03-09T06:22:01.422Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:22:01.432Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:22:01.432Z||pool-56-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:22:02.321Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T06:22:02.322Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:22:02.324Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:22:02.324Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806916977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/resourceInstances/pnf221d476e61610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:02.424Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:22:02.426Z||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-03-09T06:22:02.426Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:22:02.437Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:22:02.438Z||pool-57-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:22:03.325Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T06:22:03.326Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:22:03.328Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:22:03.328Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806916977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/resourceInstances/pnf221d476e61610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:03.428Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:22:03.429Z||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-03-09T06:22:03.430Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:22:03.441Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:22:03.442Z||pool-58-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:22:04.329Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T06:22:04.330Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:22:04.332Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:22:04.333Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806916977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/resourceInstances/pnf221d476e61610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:04.433Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-09T06:22:04.434Z||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-03-09T06:22:04.434Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:22:04.445Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:22:04.446Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:22:05.333Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T06:22:05.334Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:22:05.337Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:22:05.337Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806916977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/resourceInstances/pnf221d476e61610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:05.437Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:22:05.439Z||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-03-09T06:22:05.439Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:22:05.460Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:22:05.460Z||pool-60-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:22:06.337Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T06:22:06.338Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:22:06.340Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:22:06.340Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806916977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/resourceInstances/pnf221d476e61610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:06.440Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:22:06.441Z||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-03-09T06:22:06.442Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:22:06.459Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:22:06.459Z||pool-61-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:22:07.341Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T06:22:07.342Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:22:07.344Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:22:07.344Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806916977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/artifacts/service-DemoPnfBeobyjbbfx0xin1la07t-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:07.444Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:22:07.446Z||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-03-09T06:22:07.446Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:22:07.458Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:22:07.459Z||pool-62-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:22:08.345Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T06:22:08.345Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:22:08.348Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:22:08.348Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806916977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/artifacts/service-DemoPnfBeobyjbbfx0xin1la07t-csar.csar",
  "status": "NOTIFIED"
}
2022-03-09T06:22:08.449Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:22:08.450Z||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-03-09T06:22:08.450Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:22:08.463Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:22:08.463Z||pool-63-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:22:09.349Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "serviceName": "Demo_pNF_BEOByjbBfx0XIn1La07t",
  "serviceVersion": "1.0",
  "serviceUUID": "d30f7612-3c5c-4824-97d6-4c8d665f60bf",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a237f836-f422-4d2a-bd29-6331b6ae3cea",
  "resources": [
    {
      "resourceInstanceName": "pNF 221d476e-6161 0",
      "resourceCustomizationUUID": "d17f968e-92b8-4d7d-ba0e-047d77c1ef19",
      "resourceName": "pNF 221d476e-6161",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "bd694ab8-277c-4559-9c8e-988572edd030",
      "resourceInvariantUUID": "d15b5c37-0fa1-4534-b948-f8f9f79ce04d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfBeobyjbbfx0xin1la07t-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/artifacts/service-DemoPnfBeobyjbbfx0xin1la07t-csar.csar",
      "artifactChecksum": "Yjk0ZmM0NmM1ZTkyNzkwMmY3M2FmMTRhNGI0OGUzOTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b6af01f7-d611-4a7e-aec3-d54562a0e5f3"
    }
  ],
  "workloadContext": "Production"
}
2022-03-09T06:22:09.350Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-09T06:22:09.350Z|fb390142-97d9-4cc2-89d7-3a818d416ccd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d30f7612-3c5c-4824-97d6-4c8d665f60bf ASDC
2022-03-09T06:22:09.350Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:6e9d5ee9-c351-419d-8286-460e34720c1d
ServiceName:Demo_pNF_BEOByjbBfx0XIn1La07t
ServiceVersion:1.0
ServiceUUID:d30f7612-3c5c-4824-97d6-4c8d665f60bf
ServiceInvariantUUID:a237f836-f422-4d2a-bd29-6331b6ae3cea
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfBeobyjbbfx0xin1la07t-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/artifacts/service-DemoPnfBeobyjbbfx0xin1la07t-csar.csar
ArtifactUUID:b6af01f7-d611-4a7e-aec3-d54562a0e5f3
ArtifactChecksum:Yjk0ZmM0NmM1ZTkyNzkwMmY3M2FmMTRhNGI0OGUzOTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 221d476e-6161 0
ResourceCustomizationUUID:d17f968e-92b8-4d7d-ba0e-047d77c1ef19
ResourceInvariantUUID:d15b5c37-0fa1-4534-b948-f8f9f79ce04d
ResourceName:pNF 221d476e-6161
ResourceType:PNF
ResourceUUID:bd694ab8-277c-4559-9c8e-988572edd030
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-09T06:22:09.350Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d30f7612-3c5c-4824-97d6-4c8d665f60bf ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-09T06:22:09.373Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-09T06:22:09.373Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-09T06:22:09.374Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-09T06:22:09.374Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b6af01f7-d611-4a7e-aec3-d54562a0e5f3 from URL: /sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/artifacts/service-DemoPnfBeobyjbbfx0xin1la07t-csar.csar
2022-03-09T06:22:09.374Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-09T06:22:09.374Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/artifacts/service-DemoPnfBeobyjbbfx0xin1la07t-csar.csar
2022-03-09T06:22:09.860Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-09T06:22:09.866Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/artifacts/service-DemoPnfBeobyjbbfx0xin1la07t-csar.csar b6af01f7-d611-4a7e-aec3-d54562a0e5f3 82654
2022-03-09T06:22:09.866Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/artifacts/service-DemoPnfBeobyjbbfx0xin1la07t-csar.csar ASDC sendASDCNotification
2022-03-09T06:22:09.866Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/artifacts/service-DemoPnfBeobyjbbfx0xin1la07t-csar.csar
2022-03-09T06:22:09.867Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-09T06:22:09.867Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:22:09.869Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:22:09.870Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806929866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/artifacts/service-DemoPnfBeobyjbbfx0xin1la07t-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:22:09.970Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:22:09.972Z||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-03-09T06:22:09.972Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:22:09.984Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:22:09.984Z||pool-64-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:22:10.870Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-09T06:22:10.871Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-09T06:22:10.872Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: b6af01f7-d611-4a7e-aec3-d54562a0e5f3, URL: /sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/artifacts/service-DemoPnfBeobyjbbfx0xin1la07t-csar.csar to file: /app/ASDC/1/service-DemoPnfBeobyjbbfx0xin1la07t-csar.csar
2022-03-09T06:22:10.872Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfBeobyjbbfx0xin1la07t-csar.csar
2022-03-09T06:22:10.873Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfBeobyjbbfx0xin1la07t-csar.csar
2022-03-09T06:22:10.873Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfBeobyjbbfx0xin1la07t-csar.csar
2022-03-09T06:22:11.014Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12025671658038803285/Definitions/service-DemoPnfBeobyjbbfx0xin1la07t-template.yml
2022-03-09T06:22:11.784Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-09T06:22:11.785Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-09T06:22:11.785Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfBeobyjbbfx0xin1la07t-csar.csar
2022-03-09T06:22:11.785Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-09T06:22:11.786Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfBeobyjbbfx0xin1la07t-csar.csar
2022-03-09T06:22:11.786Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfBeobyjbbfx0xin1la07t-csar.csar
2022-03-09T06:22:11.786Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfBeobyjbbfx0xin1la07t-csar.csar
2022-03-09T06:22:11.786Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfBeobyjbbfx0xin1la07t-csar.csar
2022-03-09T06:22:11.786Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfBeobyjbbfx0xin1la07t-csar.csar
2022-03-09T06:22:11.787Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 221d476e-6161 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-DemoPnfBeobyjbbfx0xin1la07t-csar.csar
2022-03-09T06:22:11.787Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfBeobyjbbfx0xin1la07t-csar.csar
2022-03-09T06:22:11.787Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-09T06:22:11.787Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:22:11.788Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_BEOByjbBfx0XIn1La07t is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:22:11.788Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||Node template pNF 221d476e-6161 0 is matching search criteria
2022-03-09T06:22:11.788Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-09T06:22:11.789Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 221d476e-6161 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-09T06:22:11.789Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:22:11.789Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_BEOByjbBfx0XIn1La07t is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:22:11.789Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||Node template pNF 221d476e-6161 0 is matching search criteria
2022-03-09T06:22:11.790Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-09T06:22:11.790Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 221d476e-6161 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-09T06:22:11.790Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:22:11.790Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_BEOByjbBfx0XIn1La07t is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:22:11.791Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:22:11.791Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_BEOByjbBfx0XIn1La07t is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:22:11.791Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:22:11.791Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_BEOByjbBfx0XIn1La07t is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:22:11.792Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:22:11.792Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_BEOByjbBfx0XIn1La07t is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:22:11.792Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:22:11.792Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_BEOByjbBfx0XIn1La07t is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:22:11.793Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_BEOByjbBfx0XIn1La07t
Description:catalog service description
Model UUID:d30f7612-3c5c-4824-97d6-4c8d665f60bf
Model Version:NULL
Model InvariantUuid:a237f836-f422-4d2a-bd29-6331b6ae3cea
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-09T06:22:11.799Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: bd694ab8-277c-4559-9c8e-988572edd030
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-09T06:22:11.803Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||INFO|500||pNF 221d476e-6161 0
2022-03-09T06:22:11.804Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: bd694ab8-277c-4559-9c8e-988572edd030
2022-03-09T06:22:11.804Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||No resources found for Service: d30f7612-3c5c-4824-97d6-4c8d665f60bf
2022-03-09T06:22:11.804Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: d30f7612-3c5c-4824-97d6-4c8d665f60bf
2022-03-09T06:22:11.804Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 221d476e-6161 0 bd694ab8-277c-4559-9c8e-988572edd030 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-09T06:22:11.809Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5f4dcd43, org.onap.sdc.toscaparser.api.parameters.Input@71ccfb7b, org.onap.sdc.toscaparser.api.parameters.Input@2aa98510, org.onap.sdc.toscaparser.api.parameters.Input@600e6985, org.onap.sdc.toscaparser.api.parameters.Input@51188712]
2022-03-09T06:22:11.809Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:22:11.810Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_BEOByjbBfx0XIn1La07t is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:22:11.810Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid d30f7612-3c5c-4824-97d6-4c8d665f60bf: pNF 221d476e-6161
2022-03-09T06:22:11.810Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||INFO|500||Processing PNF resource: bd694ab8-277c-4559-9c8e-988572edd030
2022-03-09T06:22:11.811Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:22:11.811Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_BEOByjbBfx0XIn1La07t is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:22:11.811Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||INFO|500||Resource customization UUID: d17f968e-92b8-4d7d-ba0e-047d77c1ef19 is the same as notified resource customizationUUID: d17f968e-92b8-4d7d-ba0e-047d77c1ef19
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-03-09T06:22:11.858Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 221d476e-6161 bd694ab8-277c-4559-9c8e-988572edd030 0 ASDC deployResourceStructure
2022-03-09T06:22:11.859Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/artifacts/service-DemoPnfBeobyjbbfx0xin1la07t-csar.csar ASDC sendASDCNotification
2022-03-09T06:22:11.859Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/artifacts/service-DemoPnfBeobyjbbfx0xin1la07t-csar.csar
2022-03-09T06:22:11.859Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-09T06:22:11.860Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:22:11.863Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:22:11.863Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806931859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/artifacts/service-DemoPnfBeobyjbbfx0xin1la07t-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-09T06:22:11.963Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:22:11.964Z||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-03-09T06:22:11.964Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:22:11.990Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:22:11.990Z||pool-65-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:22:12.864Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e9d5ee9-c351-419d-8286-460e34720c1d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:22:12.876Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e9d5ee9-c351-419d-8286-460e34720c1d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:22:12.879Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-09T06:22:12.879Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-09T06:22:12.879Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-09T06:22:19.794Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:22:19.795Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:22:19.795Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:22:19.819Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:22:19.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "cds",
  "timestamp": 1646806758053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/resourceInstances/pnf221d476e61610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.833Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.834Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "policy-id",
  "timestamp": 1646806759471,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/resourceInstances/pnf221d476e61610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.834Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.834Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "aai-ml",
  "timestamp": 1646806755227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/resourceInstances/pnf221d476e61610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.834Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.834Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "cds",
  "timestamp": 1646806758053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/resourceInstances/pnf221d476e61610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.834Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.835Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "policy-id",
  "timestamp": 1646806759471,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/resourceInstances/pnf221d476e61610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.835Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.835Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "aai-ml",
  "timestamp": 1646806755227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/resourceInstances/pnf221d476e61610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.835Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.835Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "cds",
  "timestamp": 1646806758053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/resourceInstances/pnf221d476e61610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.835Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.836Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "aai-ml",
  "timestamp": 1646806755227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/resourceInstances/pnf221d476e61610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.836Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.836Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "policy-id",
  "timestamp": 1646806759471,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/resourceInstances/pnf221d476e61610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.836Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.836Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "cds",
  "timestamp": 1646806758053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/resourceInstances/pnf221d476e61610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.836Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.836Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "policy-id",
  "timestamp": 1646806759471,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/resourceInstances/pnf221d476e61610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.836Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.837Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.837Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "aai-ml",
  "timestamp": 1646806755227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/resourceInstances/pnf221d476e61610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.837Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.837Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.837Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "cds",
  "timestamp": 1646806758053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/resourceInstances/pnf221d476e61610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.837Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.837Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.837Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "policy-id",
  "timestamp": 1646806759471,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/resourceInstances/pnf221d476e61610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.837Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.837Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.837Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "aai-ml",
  "timestamp": 1646806755227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/resourceInstances/pnf221d476e61610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.837Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.838Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.838Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646806765299,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/resourceInstances/pnf221d476e61610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.838Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.838Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.838Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "cds",
  "timestamp": 1646806758053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/resourceInstances/pnf221d476e61610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.838Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.838Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.838Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "policy-id",
  "timestamp": 1646806759471,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/resourceInstances/pnf221d476e61610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.838Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.838Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.838Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "aai-ml",
  "timestamp": 1646806755227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/resourceInstances/pnf221d476e61610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.838Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.838Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.839Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646806765299,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/resourceInstances/pnf221d476e61610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.839Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.839Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "cds",
  "timestamp": 1646806758053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/artifacts/service-DemoPnfBeobyjbbfx0xin1la07t-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.839Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.839Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "policy-id",
  "timestamp": 1646806759471,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/artifacts/service-DemoPnfBeobyjbbfx0xin1la07t-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.839Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.839Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "aai-ml",
  "timestamp": 1646806755227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/artifacts/service-DemoPnfBeobyjbbfx0xin1la07t-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.839Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.839Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646806765299,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/resourceInstances/pnf221d476e61610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.840Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "cds",
  "timestamp": 1646806758053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/artifacts/service-DemoPnfBeobyjbbfx0xin1la07t-csar.csar",
  "status": "NOTIFIED"
}
2022-03-09T06:22:19.840Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "policy-id",
  "timestamp": 1646806759471,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/artifacts/service-DemoPnfBeobyjbbfx0xin1la07t-csar.csar",
  "status": "NOTIFIED"
}
2022-03-09T06:22:19.840Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "aai-ml",
  "timestamp": 1646806755227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/artifacts/service-DemoPnfBeobyjbbfx0xin1la07t-csar.csar",
  "status": "NOTIFIED"
}
2022-03-09T06:22:19.840Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646806765299,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/resourceInstances/pnf221d476e61610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.841Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.841Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.841Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "cds",
  "timestamp": 1646806769967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/artifacts/service-DemoPnfBeobyjbbfx0xin1la07t-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:22:19.841Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:22:19.841Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.841Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646806765299,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/resourceInstances/pnf221d476e61610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.841Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.841Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.841Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "policy-id",
  "timestamp": 1646806769730,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/artifacts/service-DemoPnfBeobyjbbfx0xin1la07t-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:22:19.841Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:22:19.841Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.841Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "aai-ml",
  "timestamp": 1646806769989,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/artifacts/service-DemoPnfBeobyjbbfx0xin1la07t-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:22:19.842Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:22:19.842Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.842Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646806765299,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/resourceInstances/pnf221d476e61610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.842Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.842Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.842Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "cds",
  "timestamp": 1646806770975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/artifacts/service-DemoPnfBeobyjbbfx0xin1la07t-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-09T06:22:19.848Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6e9d5ee9-c351-419d-8286-460e34720c1d
2022-03-09T06:22:19.848Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e9d5ee9-c351-419d-8286-460e34720c1d and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-09T06:22:19.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "policy-id",
  "timestamp": 1646806770735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/artifacts/service-DemoPnfBeobyjbbfx0xin1la07t-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-09T06:22:19.857Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:22:19.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646806765299,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/artifacts/service-DemoPnfBeobyjbbfx0xin1la07t-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.858Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "policy-id",
  "timestamp": 1646806771738,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-09T06:22:19.863Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6e9d5ee9-c351-419d-8286-460e34720c1d
2022-03-09T06:22:19.863Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e9d5ee9-c351-419d-8286-460e34720c1d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-09T06:22:19.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646806771559,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/resourceInstances/pnf221d476e61610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.879Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.879Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.879Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646806765299,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/artifacts/service-DemoPnfBeobyjbbfx0xin1la07t-csar.csar",
  "status": "NOTIFIED"
}
2022-03-09T06:22:19.879Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.879Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.879Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646806771559,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/resourceInstances/pnf221d476e61610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.879Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.879Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.879Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646806771559,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/resourceInstances/pnf221d476e61610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.880Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.880Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.880Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646806771559,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/resourceInstances/pnf221d476e61610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.880Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.880Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.880Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646806771559,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/resourceInstances/pnf221d476e61610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.880Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.880Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.880Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646806771559,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/resourceInstances/pnf221d476e61610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-09T06:22:19.880Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.881Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.881Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "aai-ml",
  "timestamp": 1646806778143,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/artifacts/service-DemoPnfBeobyjbbfx0xin1la07t-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-09T06:22:19.881Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:22:19.881Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.881Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646806771559,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/artifacts/service-DemoPnfBeobyjbbfx0xin1la07t-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.881Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.881Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.881Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "aai-ml",
  "timestamp": 1646806779147,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-09T06:22:19.886Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6e9d5ee9-c351-419d-8286-460e34720c1d
2022-03-09T06:22:19.887Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e9d5ee9-c351-419d-8286-460e34720c1d and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-09T06:22:19.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646806771559,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/artifacts/service-DemoPnfBeobyjbbfx0xin1la07t-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.896Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646806780817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/resourceInstances/pnf221d476e61610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:22:19.896Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:22:19.898Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.898Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646806780436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/resourceInstances/pnf221d476e61610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.898Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.898Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.898Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "clamp",
  "timestamp": 1646806780557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/resourceInstances/pnf221d476e61610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.898Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.898Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.898Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646806781990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/resourceInstances/pnf221d476e61610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-09T06:22:19.898Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:22:19.899Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.899Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646806780436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/resourceInstances/pnf221d476e61610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.899Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.899Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.899Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "clamp",
  "timestamp": 1646806780557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/resourceInstances/pnf221d476e61610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.899Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.899Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.899Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646806782994,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-09T06:22:19.906Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 6e9d5ee9-c351-419d-8286-460e34720c1d
2022-03-09T06:22:19.906Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e9d5ee9-c351-419d-8286-460e34720c1d and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-09T06:22:19.916Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.916Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646806780436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/resourceInstances/pnf221d476e61610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.917Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.917Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.917Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "clamp",
  "timestamp": 1646806780557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/resourceInstances/pnf221d476e61610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.917Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.917Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.917Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646806780436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/resourceInstances/pnf221d476e61610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.917Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.918Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.918Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "clamp",
  "timestamp": 1646806780557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/resourceInstances/pnf221d476e61610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.918Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.918Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.918Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646806780436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/resourceInstances/pnf221d476e61610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.918Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.918Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.918Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "clamp",
  "timestamp": 1646806780557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/resourceInstances/pnf221d476e61610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.918Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.919Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.919Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646806780436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/resourceInstances/pnf221d476e61610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.919Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.919Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.919Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "clamp",
  "timestamp": 1646806780557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/resourceInstances/pnf221d476e61610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.919Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.919Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.919Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646806780436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/artifacts/service-DemoPnfBeobyjbbfx0xin1la07t-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.919Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.919Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.919Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "clamp",
  "timestamp": 1646806780557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/artifacts/service-DemoPnfBeobyjbbfx0xin1la07t-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.920Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.920Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.920Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646806780436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/artifacts/service-DemoPnfBeobyjbbfx0xin1la07t-csar.csar",
  "status": "NOTIFIED"
}
2022-03-09T06:22:19.920Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.920Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.920Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "clamp",
  "timestamp": 1646806780557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/artifacts/service-DemoPnfBeobyjbbfx0xin1la07t-csar.csar",
  "status": "NOTIFIED"
}
2022-03-09T06:22:19.920Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.920Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.920Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646806789369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/artifacts/service-DemoPnfBeobyjbbfx0xin1la07t-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:22:19.921Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:22:19.921Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.921Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646806791313,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/artifacts/service-DemoPnfBeobyjbbfx0xin1la07t-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-09T06:22:19.921Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:22:19.921Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.921Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646806792317,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-09T06:22:19.927Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6e9d5ee9-c351-419d-8286-460e34720c1d
2022-03-09T06:22:19.927Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e9d5ee9-c351-419d-8286-460e34720c1d and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-09T06:22:19.937Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.937Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "clamp",
  "timestamp": 1646806800650,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/artifacts/service-DemoPnfBeobyjbbfx0xin1la07t-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:22:19.937Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:22:19.937Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.937Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "clamp",
  "timestamp": 1646806802657,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/artifacts/service-DemoPnfBeobyjbbfx0xin1la07t-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-09T06:22:19.938Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:22:19.938Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.938Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "clamp",
  "timestamp": 1646806803662,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-09T06:22:19.943Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6e9d5ee9-c351-419d-8286-460e34720c1d
2022-03-09T06:22:19.943Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e9d5ee9-c351-419d-8286-460e34720c1d and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-09T06:22:19.953Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.953Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "cds",
  "timestamp": 1646806803053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.954Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.954Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.954Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "policy-id",
  "timestamp": 1646806799471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.954Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.954Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.954Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "cds",
  "timestamp": 1646806803053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.955Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.955Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.955Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "policy-id",
  "timestamp": 1646806799471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.955Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.955Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.955Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646806805299,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.955Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.956Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.956Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "cds",
  "timestamp": 1646806803053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.956Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.956Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.956Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "policy-id",
  "timestamp": 1646806799471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.956Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.956Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.956Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646806805299,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-09T06:22:19.957Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.957Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.957Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "cds",
  "timestamp": 1646806803053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.957Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.957Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.957Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "policy-id",
  "timestamp": 1646806799471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.957Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.957Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.957Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646806805299,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-09T06:22:19.957Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.957Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.958Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "cds",
  "timestamp": 1646806803053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.958Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.958Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.958Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "policy-id",
  "timestamp": 1646806799471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-09T06:22:19.959Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.959Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.959Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646806805299,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-09T06:22:19.959Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.959Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.959Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "policy-id",
  "timestamp": 1646806799471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.960Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.960Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.960Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "cds",
  "timestamp": 1646806803053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.960Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.961Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.961Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646806805299,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-09T06:22:19.961Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.961Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.961Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "policy-id",
  "timestamp": 1646806799471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.961Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.962Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.962Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "cds",
  "timestamp": 1646806803053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.962Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.962Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.962Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646806805299,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.963Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.963Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.963Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646806810430,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.964Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.964Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.964Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "policy-id",
  "timestamp": 1646806799471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-09T06:22:19.964Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.965Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.965Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "cds",
  "timestamp": 1646806803053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-09T06:22:19.965Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.965Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.966Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "clamp",
  "timestamp": 1646806810557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.966Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.966Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.967Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646806805299,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.968Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.968Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.968Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646806811559,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.968Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.969Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.969Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646806810430,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.969Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.969Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.970Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "clamp",
  "timestamp": 1646806810557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.970Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.970Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646806805299,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-09T06:22:19.970Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "cds",
  "timestamp": 1646806813154,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:22:19.971Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:22:19.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646806811559,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.971Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "policy-id",
  "timestamp": 1646806812984,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:22:19.972Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:22:19.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646806810430,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.972Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.973Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "clamp",
  "timestamp": 1646806810557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:19.973Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:19.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:19.974Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "cds",
  "timestamp": 1646806814162,
  "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-03-09T06:22:19.991Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0a973a6e-23eb-43f8-a5dc-58977145171e
2022-03-09T06:22:19.992Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a973a6e-23eb-43f8-a5dc-58977145171e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-09T06:22:20.003Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:20.004Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646806811559,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:20.004Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:20.004Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:20.004Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646806814213,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:22:20.004Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:22:20.004Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:20.004Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "policy-id",
  "timestamp": 1646806813988,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-09T06:22:20.004Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:22:20.004Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:20.005Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646806810430,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:20.005Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:20.005Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:20.005Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "clamp",
  "timestamp": 1646806810557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-09T06:22:20.005Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:20.005Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:20.005Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646806811559,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:20.005Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:20.005Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:20.005Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "policy-id",
  "timestamp": 1646806814992,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-09T06:22:20.010Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0a973a6e-23eb-43f8-a5dc-58977145171e
2022-03-09T06:22:20.010Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a973a6e-23eb-43f8-a5dc-58977145171e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-09T06:22:20.018Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:20.018Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646806810430,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:20.018Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:20.018Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:20.019Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646806815508,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:22:20.019Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:22:20.019Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:20.019Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "clamp",
  "timestamp": 1646806810557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:20.019Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:20.019Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:20.020Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "aai-ml",
  "timestamp": 1646806815229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:20.020Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:20.020Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:20.020Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646806811559,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:20.020Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:20.020Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:20.021Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646806810430,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:20.021Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:20.021Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:20.021Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "clamp",
  "timestamp": 1646806810557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:20.021Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:20.022Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:20.022Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646806816805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:22:20.022Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:22:20.022Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:20.023Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "aai-ml",
  "timestamp": 1646806815229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:20.023Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:20.023Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:20.023Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646806811559,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:20.023Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:20.024Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:20.024Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646806810430,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:20.024Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:20.024Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:20.024Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "clamp",
  "timestamp": 1646806810557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:20.025Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:20.025Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:20.025Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "aai-ml",
  "timestamp": 1646806815229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:20.025Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:20.025Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:20.026Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646806811559,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:20.027Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:20.027Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:20.027Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646806810430,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-09T06:22:20.027Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:20.027Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:20.028Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "clamp",
  "timestamp": 1646806810557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-09T06:22:20.028Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:20.028Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:20.028Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "aai-ml",
  "timestamp": 1646806815229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:20.028Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:20.029Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:20.029Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646806811559,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:20.029Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:20.029Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:20.029Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646806819461,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:22:20.029Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:22:20.029Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:22:20.029Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "aai-ml",
  "timestamp": 1646806815229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:22:20.030Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:22:42.879Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e9d5ee9-c351-419d-8286-460e34720c1d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:22:42.893Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e9d5ee9-c351-419d-8286-460e34720c1d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:22:42.896Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-09T06:22:42.896Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-09T06:22:42.896Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-09T06:22:42.897Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-09T06:22:42.897Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-09T06:22:42.897Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-09T06:22:42.897Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-09T06:22:42.897Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-09T06:22:42.897Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-09T06:22:42.897Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-09T06:22:42.897Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-09T06:22:42.898Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-09T06:22:42.904Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-09T06:23:12.904Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6e9d5ee9-c351-419d-8286-460e34720c1d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-09T06:23:12.910Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6e9d5ee9-c351-419d-8286-460e34720c1d and serviceModelVersionId: d30f7612-3c5c-4824-97d6-4c8d665f60bf
2022-03-09T06:23:12.910Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a237f836-f422-4d2a-bd29-6331b6ae3cea
2022-03-09T06:23:12.911Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a237f836-f422-4d2a-bd29-6331b6ae3cea/model-vers/model-ver/d30f7612-3c5c-4824-97d6-4c8d665f60bf?depth=0
2022-03-09T06:23:12.915Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-03-09T06:23:12.961Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a237f836-f422-4d2a-bd29-6331b6ae3cea/model-vers/model-ver/d30f7612-3c5c-4824-97d6-4c8d665f60bf?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-09T06:23:12.962Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a237f836-f422-4d2a-bd29-6331b6ae3cea/model-vers/model-ver/d30f7612-3c5c-4824-97d6-4c8d665f60bf?depth=0|INFO|500||Invoke
2022-03-09T06:23:12.993Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a237f836-f422-4d2a-bd29-6331b6ae3cea/model-vers/model-ver/d30f7612-3c5c-4824-97d6-4c8d665f60bf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-09T06:23:13.190Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a237f836-f422-4d2a-bd29-6331b6ae3cea/model-vers/model-ver/d30f7612-3c5c-4824-97d6-4c8d665f60bf?depth=0|INFO|500||InvokeReturn
2022-03-09T06:23:13.191Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a237f836-f422-4d2a-bd29-6331b6ae3cea/model-vers/model-ver/d30f7612-3c5c-4824-97d6-4c8d665f60bf?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220309-06:23:13:609-18523], vertex-id=[229392], Content-Length=[0], Date=[Wed, 09 Mar 2022 06:23:13 GMT], Content-Type=[application/json]}
2022-03-09T06:23:13.192Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-03-09T06:23:13.192Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-09T06:23:13.192Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-09T06:23:13.196Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-09T06:23:13.197Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6e9d5ee9-c351-419d-8286-460e34720c1d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-09T06:23:13.197Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-09T06:23:13.197Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:23:13.200Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:23:13.200Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806993197,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-09T06:23:13.300Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:23:13.301Z||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-03-09T06:23:13.301Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:23:13.317Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:23:13.317Z||pool-66-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-09T06:23:14.224Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-09T06:23:14.225Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"0a973a6e-23eb-43f8-a5dc-58977145171e","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"9e70fbc5-ea0b-4fc7-a7af-e174ed73c8c7","serviceDescription":"service","serviceInvariantUUID":"b59c9278-65c5-45d9-ac80-17b1f04ebe09","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bb7fccf3-7ab4-47f8-be25-fea3b09440dc","resourceInvariantUUID":"82851432-eb5d-414c-8084-7a53a8874fe2","resourceCustomizationUUID":"ab1c9ae3-e51a-443f-b0c7-142c31a3927a","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":"NjM5MDdmMzJhODdkODlkMGQxMTRmOTUzNjUyMmM0NjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"265d1d22-be42-418f-b1d6-c48047fdf4af","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":"951a5d91-b494-4d4a-bf09-c182b42dde3e","artifactVersion":"2","generatedFromUUID":"70d2ddcb-2517-45b3-b67c-a178fdbe1644"},{"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":"70d2ddcb-2517-45b3-b67c-a178fdbe1644","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":"ZjhiY2ZlOTJkMTVhYjUxZmUzZmFhNjIyOGJkNDNjZWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b35f92cc-aaba-436c-99e4-c91e88a827cf","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":"39202f0b-51df-4558-b694-fd8d2eb265bb","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":"f2c1bee8-f613-4f2e-8a7d-44cae8e54223","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"OGNmMWU4NWFhNDdhYjZkNjQzOWEyMDA0MTAxYzVlMGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"012da210-f9bf-4f36-929a-ad98be12fab8","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YzIzNTVjYjliZjJkMGQ0Y2JiYTAzZGNjMWUwMGJhMjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"89fc5f35-055b-4259-85f2-359882f6f410","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-09T06:23:14.225Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T06:23:14.225Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:23:14.227Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:23:14.227Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806916977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:23:14.328Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-09T06:23:14.329Z||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-03-09T06:23:14.329Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:23:14.341Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:23:14.342Z||pool-67-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:23:15.228Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T06:23:15.228Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:23:15.231Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:23:15.231Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806916977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-09T06:23:15.331Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:23:15.332Z||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-03-09T06:23:15.332Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:23:15.343Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:23:15.344Z||pool-68-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:23:16.232Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T06:23:16.233Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:23:16.235Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:23:16.235Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806916977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-09T06:23:16.335Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:23:16.336Z||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-03-09T06:23:16.336Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:23:16.349Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:23:16.350Z||pool-69-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:23:17.236Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T06:23:17.236Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:23:17.239Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:23:17.239Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806916977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-09T06:23:17.339Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:23:17.341Z||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-03-09T06:23:17.341Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:23:17.353Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:23:17.353Z||pool-70-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:23:18.240Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T06:23:18.241Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:23:18.243Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:23:18.243Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806916977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-09T06:23:18.343Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:23:18.345Z||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-03-09T06:23:18.345Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:23:18.360Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:23:18.361Z||pool-71-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:23:19.244Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T06:23:19.245Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:23:19.247Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:23:19.247Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806916977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:23:19.347Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:23:19.348Z||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-03-09T06:23:19.348Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:23:19.369Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:23:19.370Z||pool-72-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:23:19.794Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:23:19.795Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:23:19.795Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:23:19.815Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:23:19.816Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:23:19.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "aai-ml",
  "timestamp": 1646806815229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:23:19.817Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:23:19.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:23:19.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "aai-ml",
  "timestamp": 1646806815229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:23:19.817Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:23:19.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:23:19.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646806821756,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-09T06:23:19.817Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:23:19.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:23:19.818Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "clamp",
  "timestamp": 1646806821652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:23:19.818Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:23:19.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:23:19.818Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "aai-ml",
  "timestamp": 1646806815229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-09T06:23:19.819Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:23:19.819Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:23:19.819Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646806822764,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-09T06:23:19.828Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0a973a6e-23eb-43f8-a5dc-58977145171e
2022-03-09T06:23:19.829Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a973a6e-23eb-43f8-a5dc-58977145171e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-09T06:23:19.838Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:23:19.838Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "aai-ml",
  "timestamp": 1646806824089,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:23:19.839Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:23:19.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:23:19.839Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "clamp",
  "timestamp": 1646806823660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-09T06:23:19.839Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:23:19.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:23:19.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "clamp",
  "timestamp": 1646806824664,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-09T06:23:19.846Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0a973a6e-23eb-43f8-a5dc-58977145171e
2022-03-09T06:23:19.846Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a973a6e-23eb-43f8-a5dc-58977145171e and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-09T06:23:19.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:23:19.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "aai-ml",
  "timestamp": 1646806833783,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-09T06:23:19.855Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:23:19.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:23:19.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "aai-ml",
  "timestamp": 1646806834788,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-09T06:23:19.861Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0a973a6e-23eb-43f8-a5dc-58977145171e
2022-03-09T06:23:19.861Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a973a6e-23eb-43f8-a5dc-58977145171e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-09T06:23:20.248Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T06:23:20.249Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:23:20.251Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:23:20.251Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806916977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:23:20.352Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-09T06:23:20.353Z||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-03-09T06:23:20.353Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:23:20.408Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:23:20.409Z||pool-73-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:23:21.252Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T06:23:21.253Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:23:21.256Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:23:21.256Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806916977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-09T06:23:21.357Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:23:21.358Z||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-03-09T06:23:21.358Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:23:21.369Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:23:21.370Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:23:22.258Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "9e70fbc5-ea0b-4fc7-a7af-e174ed73c8c7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b59c9278-65c5-45d9-ac80-17b1f04ebe09",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "ab1c9ae3-e51a-443f-b0c7-142c31a3927a",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bb7fccf3-7ab4-47f8-be25-fea3b09440dc",
      "resourceInvariantUUID": "82851432-eb5d-414c-8084-7a53a8874fe2",
      "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": "951a5d91-b494-4d4a-bf09-c182b42dde3e",
          "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": "70d2ddcb-2517-45b3-b67c-a178fdbe1644",
          "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": "ZjhiY2ZlOTJkMTVhYjUxZmUzZmFhNjIyOGJkNDNjZWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b35f92cc-aaba-436c-99e4-c91e88a827cf",
          "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": "39202f0b-51df-4558-b694-fd8d2eb265bb",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "YzIzNTVjYjliZjJkMGQ0Y2JiYTAzZGNjMWUwMGJhMjQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "89fc5f35-055b-4259-85f2-359882f6f410"
    }
  ],
  "workloadContext": "Production"
}
2022-03-09T06:23:22.258Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-09T06:23:22.258Z|6e9d5ee9-c351-419d-8286-460e34720c1d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 4 9e70fbc5-ea0b-4fc7-a7af-e174ed73c8c7 ASDC
2022-03-09T06:23:22.258Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:0a973a6e-23eb-43f8-a5dc-58977145171e
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:9e70fbc5-ea0b-4fc7-a7af-e174ed73c8c7
ServiceInvariantUUID:b59c9278-65c5-45d9-ac80-17b1f04ebe09
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:89fc5f35-055b-4259-85f2-359882f6f410
ArtifactChecksum:YzIzNTVjYjliZjJkMGQ0Y2JiYTAzZGNjMWUwMGJhMjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:ab1c9ae3-e51a-443f-b0c7-142c31a3927a
ResourceInvariantUUID:82851432-eb5d-414c-8084-7a53a8874fe2
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:bb7fccf3-7ab4-47f8-be25-fea3b09440dc
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:951a5d91-b494-4d4a-bf09-c182b42dde3e
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:70d2ddcb-2517-45b3-b67c-a178fdbe1644
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:b35f92cc-aaba-436c-99e4-c91e88a827cf
ArtifactChecksum:ZjhiY2ZlOTJkMTVhYjUxZmUzZmFhNjIyOGJkNDNjZWI=
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:39202f0b-51df-4558-b694-fd8d2eb265bb
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-09T06:23:22.259Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9e70fbc5-ea0b-4fc7-a7af-e174ed73c8c7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-09T06:23:22.298Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-09T06:23:22.299Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-09T06:23:22.299Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-09T06:23:22.299Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 89fc5f35-055b-4259-85f2-359882f6f410 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-09T06:23:22.299Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-09T06:23:22.300Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-09T06:23:22.657Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-09T06:23:22.660Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 89fc5f35-055b-4259-85f2-359882f6f410 68629
2022-03-09T06:23:22.660Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-03-09T06:23:22.661Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-09T06:23:22.661Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-09T06:23:22.661Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:23:22.663Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:23:22.663Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646807002660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:23:22.763Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:23:22.764Z||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-03-09T06:23:22.764Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:23:22.863Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:23:22.864Z||pool-75-thread-1|||||INFO|500||cambria reply ok (100 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:23:23.663Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-09T06:23:23.665Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-09T06:23:23.665Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 89fc5f35-055b-4259-85f2-359882f6f410, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-09T06:23:23.665Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-03-09T06:23:23.666Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-09T06:23:23.666Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-09T06:23:23.836Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17334409056225999659/Definitions/service-BasicCnf-template.yml
2022-03-09T06:23:25.043Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-09T06:23:25.043Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-09T06:23:25.043Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-09T06:23:25.043Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-03-09T06:23:25.043Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||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-03-09T06:23:25.043Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||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-03-09T06:23:25.044Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-09T06:23:25.044Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-09T06:23:25.044Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-09T06:23:25.044Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:23:25.044Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:23:25.045Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-09T06:23:25.045Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-09T06:23:25.045Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-09T06:23:25.045Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:23:25.045Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:23:25.045Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-09T06:23:25.046Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-09T06:23:25.046Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-09T06:23:25.046Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:23:25.046Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:23:25.046Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:23:25.046Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-09T06:23:25.047Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-03-09T06:23:25.047Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria
2022-03-09T06:23:25.047Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-09T06:23:25.047Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:23:25.047Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-09T06:23:25.047Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:23:25.047Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-09T06:23:25.048Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T06:23:25.048Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:23:25.048Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-09T06:23:25.048Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T06:23:25.048Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:23:25.048Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-09T06:23:25.049Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T06:23:25.049Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:23:25.049Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-09T06:23:25.049Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-03-09T06:23:25.049Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=9b59ca0f-4331-4dfa-bbd6-7b0f0341d1c3
2022-03-09T06:23:25.049Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:23:25.049Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:23:25.050Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:23:25.050Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:23:25.050Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:23:25.050Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:23:25.050Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-09T06:23:25.050Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:23:25.050Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:9e70fbc5-ea0b-4fc7-a7af-e174ed73c8c7
Model Version:NULL
Model InvariantUuid:b59c9278-65c5-45d9-ac80-17b1f04ebe09
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:69bc7047-7998-47a1-94cc-ce506233f72c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:82851432-eb5d-414c-8084-7a53a8874fe2
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ab1c9ae3-e51a-443f-b0c7-142c31a3927a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:99955c95-bcaa-42cb-acf8-57067c22ab85
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:588a2bcf-b4b4-4a1e-83e5-7ea927b57c80
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9b59ca0f-4331-4dfa-bbd6-7b0f0341d1c3
ModelInvariantUuid:930d8835-47e8-4ba2-8910-29979b41a240
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:40e1bbaa-1a82-40b3-a281-7e0b6d49a15b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:e844bf75-803f-49b0-b387-0b89c667fef0
ModelInvariantUuid:fee4590c-d119-4b53-bb8a-275447fff7c3
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:941df3ce-979b-486e-94d1-a401d57c17d3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-09T06:23:25.058Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: bb7fccf3-7ab4-47f8-be25-fea3b09440dc
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-09T06:23:25.062Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||INFO|500||basic_cnf 0
2022-03-09T06:23:25.062Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bb7fccf3-7ab4-47f8-be25-fea3b09440dc
2022-03-09T06:23:25.062Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 951a5d91-b494-4d4a-bf09-c182b42dde3e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-03-09T06:23:25.062Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-09T06:23:25.062Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||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-03-09T06:23:25.353Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-09T06:23:25.354Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 951a5d91-b494-4d4a-bf09-c182b42dde3e 12
2022-03-09T06:23:25.354Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||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-03-09T06:23:25.354Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||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-03-09T06:23:25.354Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-09T06:23:25.354Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:23:25.356Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:23:25.356Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646807005354,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:23:25.457Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-09T06:23:25.458Z||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-03-09T06:23:25.458Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:23:25.471Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:23:25.472Z||pool-76-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:23:26.357Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 70d2ddcb-2517-45b3-b67c-a178fdbe1644 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-03-09T06:23:26.357Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-09T06:23:26.358Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||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-03-09T06:23:26.452Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-09T06:23:26.453Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 70d2ddcb-2517-45b3-b67c-a178fdbe1644 2688
2022-03-09T06:23:26.453Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||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-03-09T06:23:26.453Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||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-03-09T06:23:26.453Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-09T06:23:26.454Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:23:26.456Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:23:26.456Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646807006453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:23:26.556Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:23:26.557Z||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-03-09T06:23:26.557Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:23:26.570Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:23:26.570Z||pool-77-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:23:27.457Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b35f92cc-aaba-436c-99e4-c91e88a827cf from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-09T06:23:27.458Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-09T06:23:27.458Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||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-03-09T06:23:27.514Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-09T06:23:27.515Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json b35f92cc-aaba-436c-99e4-c91e88a827cf 828
2022-03-09T06:23:27.515Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||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-03-09T06:23:27.515Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||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-03-09T06:23:27.515Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-09T06:23:27.516Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:23:27.518Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:23:27.518Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646807007515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:23:27.618Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:23:27.619Z||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-03-09T06:23:27.619Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:23:27.631Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:23:27.631Z||pool-78-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:23:28.518Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "99955c95-bcaa-42cb-acf8-57067c22ab85",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "588a2bcf-b4b4-4a1e-83e5-7ea927b57c80",
    "vfModuleModelCustomizationUUID": "a2404645-69ab-4ed7-ae63-ea954add46d5",
    "isBase": true,
    "artifacts": [
      "39202f0b-51df-4558-b694-fd8d2eb265bb",
      "70d2ddcb-2517-45b3-b67c-a178fdbe1644",
      "8a6bd487-00a1-4d7a-a0d7-9a2a7e6ece51"
    ],
    "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-03-09T06:23:28.522Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:588a2bcf-b4b4-4a1e-83e5-7ea927b57c80
VfModuleModelInvariantUUID:99955c95-bcaa-42cb-acf8-57067c22ab85
VfModuleModelDescription:NULL
Artifacts UUID List:{
39202f0b-51df-4558-b694-fd8d2eb265bb
,
70d2ddcb-2517-45b3-b67c-a178fdbe1644
,
8a6bd487-00a1-4d7a-a0d7-9a2a7e6ece51

}
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-03-09T06:23:28.525Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "99955c95-bcaa-42cb-acf8-57067c22ab85",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "588a2bcf-b4b4-4a1e-83e5-7ea927b57c80",
    "vfModuleModelCustomizationUUID": "a2404645-69ab-4ed7-ae63-ea954add46d5",
    "isBase": true,
    "artifacts": [
      "39202f0b-51df-4558-b694-fd8d2eb265bb",
      "70d2ddcb-2517-45b3-b67c-a178fdbe1644",
      "8a6bd487-00a1-4d7a-a0d7-9a2a7e6ece51"
    ],
    "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-03-09T06:23:28.525Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:588a2bcf-b4b4-4a1e-83e5-7ea927b57c80
VfModuleModelInvariantUUID:99955c95-bcaa-42cb-acf8-57067c22ab85
VfModuleModelDescription:NULL
Artifacts UUID List:{
39202f0b-51df-4558-b694-fd8d2eb265bb
,
70d2ddcb-2517-45b3-b67c-a178fdbe1644
,
8a6bd487-00a1-4d7a-a0d7-9a2a7e6ece51

}
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-03-09T06:23:28.525Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 39202f0b-51df-4558-b694-fd8d2eb265bb from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-09T06:23:28.525Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-09T06:23:28.525Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||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-03-09T06:23:28.590Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-09T06:23:28.591Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 39202f0b-51df-4558-b694-fd8d2eb265bb 1164
2022-03-09T06:23:28.591Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||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-03-09T06:23:28.591Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||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-03-09T06:23:28.591Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-09T06:23:28.591Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:23:28.593Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:23:28.593Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646807008591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:23:28.694Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:23:28.695Z||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-03-09T06:23:28.695Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:23:28.707Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:23:28.708Z||pool-79-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-09T06:23:29.594Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 9e70fbc5-ea0b-4fc7-a7af-e174ed73c8c7
2022-03-09T06:23:29.595Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 bb7fccf3-7ab4-47f8-be25-fea3b09440dc ASDC
2022-03-09T06:23:29.596Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_cnf bb7fccf3-7ab4-47f8-be25-fea3b09440dc 0 ASDC deployResourceStructure
2022-03-09T06:23:29.601Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||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-03-09T06:23:29.601Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||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(Artifact (UUID:8a6bd487-00a1-4d7a-a0d7-9a2a7e6ece51) referenced in the VFModule UUID list has not been downloaded, cancelling the Resource deployment)
2022-03-09T06:23:29.601Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-09T06:23:29.602Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:23:29.604Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:23:29.604Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646807009597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "Artifact (UUID:8a6bd487-00a1-4d7a-a0d7-9a2a7e6ece51) referenced in the VFModule UUID list has not been downloaded, cancelling the Resource deployment"
}
2022-03-09T06:23:29.704Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:23:29.705Z||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-03-09T06:23:29.705Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:23:29.717Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:23:29.718Z||pool-80-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-09T06:23:30.606Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||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-03-09T06:23:30.606Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||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(Artifact (UUID:8a6bd487-00a1-4d7a-a0d7-9a2a7e6ece51) referenced in the VFModule UUID list has not been downloaded, cancelling the Resource deployment)
2022-03-09T06:23:30.606Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-09T06:23:30.607Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:23:30.609Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:23:30.609Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646807010605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "Artifact (UUID:8a6bd487-00a1-4d7a-a0d7-9a2a7e6ece51) referenced in the VFModule UUID list has not been downloaded, cancelling the Resource deployment"
}
2022-03-09T06:23:30.709Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:23:30.710Z||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-03-09T06:23:30.710Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:23:30.723Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:23:30.723Z||pool-81-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:23:31.610Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-03-09T06:23:31.610Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json(Artifact (UUID:8a6bd487-00a1-4d7a-a0d7-9a2a7e6ece51) referenced in the VFModule UUID list has not been downloaded, cancelling the Resource deployment)
2022-03-09T06:23:31.611Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-09T06:23:31.611Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:23:31.614Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:23:31.615Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646807011609,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_ERROR",
  "errorReason": "Artifact (UUID:8a6bd487-00a1-4d7a-a0d7-9a2a7e6ece51) referenced in the VFModule UUID list has not been downloaded, cancelling the Resource deployment"
}
2022-03-09T06:23:31.715Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-09T06:23:31.715Z||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-03-09T06:23:31.715Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:23:31.726Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:23:31.727Z||pool-82-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:23:32.616Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-03-09T06:23:32.616Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml(Artifact (UUID:8a6bd487-00a1-4d7a-a0d7-9a2a7e6ece51) referenced in the VFModule UUID list has not been downloaded, cancelling the Resource deployment)
2022-03-09T06:23:32.616Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-09T06:23:32.617Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:23:32.619Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:23:32.619Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646807012615,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_ERROR",
  "errorReason": "Artifact (UUID:8a6bd487-00a1-4d7a-a0d7-9a2a7e6ece51) referenced in the VFModule UUID list has not been downloaded, cancelling the Resource deployment"
}
2022-03-09T06:23:32.719Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:23:32.720Z||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-03-09T06:23:32.720Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:23:32.732Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:23:32.732Z||pool-83-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:23:33.620Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||ERROR|500||Exception occurred
org.onap.so.asdc.client.exceptions.ArtifactInstallerException: Artifact (UUID:8a6bd487-00a1-4d7a-a0d7-9a2a7e6ece51) referenced in the VFModule UUID list has not been downloaded, cancelling the Resource deployment
	at org.onap.so.asdc.installer.VfModuleStructure.(VfModuleStructure.java:57)
	at org.onap.so.asdc.installer.VfResourceStructure.createVfModuleStructures(VfResourceStructure.java:153)
	at org.onap.so.asdc.installer.VfResourceStructure.prepareInstall(VfResourceStructure.java:138)
	at org.onap.so.asdc.client.ASDCController.deployResourceStructure(ASDCController.java:480)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:815)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-09T06:23:33.621Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-03-09T06:23:33.621Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar(Artifact (UUID:8a6bd487-00a1-4d7a-a0d7-9a2a7e6ece51) referenced in the VFModule UUID list has not been downloaded, cancelling the Resource deployment)
2022-03-09T06:23:33.621Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-09T06:23:33.621Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:23:33.623Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:23:33.623Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646807013621,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_ERROR",
  "errorReason": "Artifact (UUID:8a6bd487-00a1-4d7a-a0d7-9a2a7e6ece51) referenced in the VFModule UUID list has not been downloaded, cancelling the Resource deployment"
}
2022-03-09T06:23:33.724Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:23:33.725Z||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-03-09T06:23:33.725Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:23:33.744Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:23:33.745Z||pool-84-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:23:34.624Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0a973a6e-23eb-43f8-a5dc-58977145171e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:23:34.635Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0a973a6e-23eb-43f8-a5dc-58977145171e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:23:34.639Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-09T06:23:34.639Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-09T06:24:04.640Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0a973a6e-23eb-43f8-a5dc-58977145171e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:24:04.658Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0a973a6e-23eb-43f8-a5dc-58977145171e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:24:04.660Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-09T06:24:04.660Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-09T06:24:19.795Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:24:19.798Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:24:19.798Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:24:19.827Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:24:19.828Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:24:19.828Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb390142-97d9-4cc2-89d7-3a818d416ccd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806915960,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-09T06:24:19.830Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:24:19.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:24:19.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806916977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/resourceInstances/pnf221d476e61610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:24:19.830Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:24:19.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:24:19.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806916977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/resourceInstances/pnf221d476e61610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:24:19.830Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:24:19.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:24:19.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806916977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/resourceInstances/pnf221d476e61610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:24:19.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:24:19.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:24:19.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806916977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/resourceInstances/pnf221d476e61610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:24:19.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:24:19.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:24:19.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806916977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/resourceInstances/pnf221d476e61610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:24:19.832Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:24:19.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:24:19.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806916977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/resourceInstances/pnf221d476e61610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:24:19.832Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:24:19.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:24:19.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806916977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/artifacts/service-DemoPnfBeobyjbbfx0xin1la07t-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:24:19.833Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:24:19.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:24:19.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806916977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/artifacts/service-DemoPnfBeobyjbbfx0xin1la07t-csar.csar",
  "status": "NOTIFIED"
}
2022-03-09T06:24:19.833Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:24:19.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:24:19.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806929866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/artifacts/service-DemoPnfBeobyjbbfx0xin1la07t-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:24:19.833Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:24:19.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:24:19.834Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806931859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBeobyjbbfx0xin1la07t/1.0/artifacts/service-DemoPnfBeobyjbbfx0xin1la07t-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-09T06:24:19.834Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:24:34.661Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0a973a6e-23eb-43f8-a5dc-58977145171e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:24:34.677Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0a973a6e-23eb-43f8-a5dc-58977145171e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:24:34.679Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-09T06:24:34.679Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-09T06:25:04.680Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0a973a6e-23eb-43f8-a5dc-58977145171e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:25:04.696Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0a973a6e-23eb-43f8-a5dc-58977145171e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:25:04.699Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-09T06:25:04.699Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-09T06:25:19.794Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:25:19.795Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:25:19.795Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:25:19.822Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:25:19.823Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:25:19.823Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e9d5ee9-c351-419d-8286-460e34720c1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806993197,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-09T06:25:19.823Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:25:19.824Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:25:19.824Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806916977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:25:19.824Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:25:19.824Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:25:19.824Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806916977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-09T06:25:19.824Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:25:19.824Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:25:19.824Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806916977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-09T06:25:19.824Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:25:19.824Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:25:19.824Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806916977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-09T06:25:19.824Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:25:19.824Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:25:19.825Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806916977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-09T06:25:19.825Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:25:19.825Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:25:19.825Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806916977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:25:19.825Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:25:34.699Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0a973a6e-23eb-43f8-a5dc-58977145171e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:25:34.710Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0a973a6e-23eb-43f8-a5dc-58977145171e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:25:34.713Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-09T06:25:34.713Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-09T06:26:04.713Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0a973a6e-23eb-43f8-a5dc-58977145171e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:26:04.724Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0a973a6e-23eb-43f8-a5dc-58977145171e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:26:04.727Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-09T06:26:04.727Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-09T06:26:19.794Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:26:19.795Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:26:19.795Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:26:20.329Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:26:20.330Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:26:20.330Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806916977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-09T06:26:20.331Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:26:20.331Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:26:20.331Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646806916977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-09T06:26:20.331Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-09T06:26:20.331Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:26:20.331Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646807002660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:26:20.331Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:26:20.332Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:26:20.332Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646807005354,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:26:20.332Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:26:20.332Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:26:20.332Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646807006453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:26:20.332Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:26:20.332Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:26:20.332Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646807007515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:26:20.332Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:26:20.333Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:26:20.333Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646807008591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-09T06:26:20.333Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:26:20.333Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:26:20.333Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646807009597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "Artifact (UUID:8a6bd487-00a1-4d7a-a0d7-9a2a7e6ece51) referenced in the VFModule UUID list has not been downloaded, cancelling the Resource deployment"
}
2022-03-09T06:26:20.333Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:26:20.333Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:26:20.333Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646807010605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "Artifact (UUID:8a6bd487-00a1-4d7a-a0d7-9a2a7e6ece51) referenced in the VFModule UUID list has not been downloaded, cancelling the Resource deployment"
}
2022-03-09T06:26:20.333Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:26:20.333Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:26:20.333Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646807011609,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_ERROR",
  "errorReason": "Artifact (UUID:8a6bd487-00a1-4d7a-a0d7-9a2a7e6ece51) referenced in the VFModule UUID list has not been downloaded, cancelling the Resource deployment"
}
2022-03-09T06:26:20.334Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:26:20.334Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:26:20.334Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646807012615,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_ERROR",
  "errorReason": "Artifact (UUID:8a6bd487-00a1-4d7a-a0d7-9a2a7e6ece51) referenced in the VFModule UUID list has not been downloaded, cancelling the Resource deployment"
}
2022-03-09T06:26:20.334Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:26:20.334Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:26:20.334Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646807013621,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_ERROR",
  "errorReason": "Artifact (UUID:8a6bd487-00a1-4d7a-a0d7-9a2a7e6ece51) referenced in the VFModule UUID list has not been downloaded, cancelling the Resource deployment"
}
2022-03-09T06:26:20.334Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:26:34.728Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0a973a6e-23eb-43f8-a5dc-58977145171e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:26:34.738Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0a973a6e-23eb-43f8-a5dc-58977145171e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:26:34.740Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-09T06:26:34.740Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-09T06:27:04.741Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0a973a6e-23eb-43f8-a5dc-58977145171e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:27:04.750Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0a973a6e-23eb-43f8-a5dc-58977145171e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:27:04.753Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-09T06:27:04.753Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-09T06:27:19.794Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:27:19.797Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:27:19.797Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:27:29.362Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:27:34.754Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0a973a6e-23eb-43f8-a5dc-58977145171e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:27:34.763Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0a973a6e-23eb-43f8-a5dc-58977145171e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:27:34.766Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-09T06:27:34.766Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-09T06:28:04.767Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0a973a6e-23eb-43f8-a5dc-58977145171e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:28:04.776Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0a973a6e-23eb-43f8-a5dc-58977145171e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-09T06:28:04.779Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-09T06:28:04.779Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-09T06:28:19.794Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:28:19.795Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:28:19.795Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:28:29.342Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:28:34.779Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-03-09T06:28:34.780Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0a973a6e-23eb-43f8-a5dc-58977145171e and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-09T06:28:34.785Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0a973a6e-23eb-43f8-a5dc-58977145171e and serviceModelVersionId: 9e70fbc5-ea0b-4fc7-a7af-e174ed73c8c7
2022-03-09T06:28:34.785Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b59c9278-65c5-45d9-ac80-17b1f04ebe09
2022-03-09T06:28:34.786Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b59c9278-65c5-45d9-ac80-17b1f04ebe09/model-vers/model-ver/9e70fbc5-ea0b-4fc7-a7af-e174ed73c8c7?depth=0
2022-03-09T06:28:34.792Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-03-09T06:28:34.854Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b59c9278-65c5-45d9-ac80-17b1f04ebe09/model-vers/model-ver/9e70fbc5-ea0b-4fc7-a7af-e174ed73c8c7?depth=0|INFO|500||Invoke
2022-03-09T06:28:34.855Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b59c9278-65c5-45d9-ac80-17b1f04ebe09/model-vers/model-ver/9e70fbc5-ea0b-4fc7-a7af-e174ed73c8c7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b59c9278-65c5-45d9-ac80-17b1f04ebe09/model-vers/model-ver/9e70fbc5-ea0b-4fc7-a7af-e174ed73c8c7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0a973a6e-23eb-43f8-a5dc-58977145171e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7074c1ae-5f4a-4e3b-9c0d-a3c0f4f19b37], X-ECOMP-RequestID=[0a973a6e-23eb-43f8-a5dc-58977145171e], X-TransactionId=[], X-ONAP-RequestID=[0a973a6e-23eb-43f8-a5dc-58977145171e], Content-Type=[application/merge-patch+json]}
2022-03-09T06:28:34.880Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b59c9278-65c5-45d9-ac80-17b1f04ebe09/model-vers/model-ver/9e70fbc5-ea0b-4fc7-a7af-e174ed73c8c7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-03-09T06:28:35.405Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b59c9278-65c5-45d9-ac80-17b1f04ebe09/model-vers/model-ver/9e70fbc5-ea0b-4fc7-a7af-e174ed73c8c7?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/b59c9278-65c5-45d9-ac80-17b1f04ebe09/model-vers/model-ver/9e70fbc5-ea0b-4fc7-a7af-e174ed73c8c7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220309-06:28:35:487-79766], vertex-id=[463032], Content-Length=[0], Date=[Wed, 09 Mar 2022 06:28:35 GMT], Content-Type=[application/json]}
2022-03-09T06:28:35.405Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b59c9278-65c5-45d9-ac80-17b1f04ebe09/model-vers/model-ver/9e70fbc5-ea0b-4fc7-a7af-e174ed73c8c7?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-09T06:28:35.406Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b59c9278-65c5-45d9-ac80-17b1f04ebe09/model-vers/model-ver/9e70fbc5-ea0b-4fc7-a7af-e174ed73c8c7?depth=0|INFO|500||InvokeReturn
2022-03-09T06:28:35.406Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-09T06:28:35.407Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-09T06:28:35.413Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-09T06:28:35.413Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0a973a6e-23eb-43f8-a5dc-58977145171e and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-03-09T06:28:35.413Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-09T06:28:35.414Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:28:35.417Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:28:35.417Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646807315413,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-03-09T06:28:35.517Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:28:35.519Z||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-03-09T06:28:35.519Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:28:35.531Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:28:35.531Z||pool-85-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-09T06:28:36.430Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:28:36.431Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:28:36.431Z|0a973a6e-23eb-43f8-a5dc-58977145171e|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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:28:46.667Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:28:46.668Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:28:46.668Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:28:46.668Z|0a973a6e-23eb-43f8-a5dc-58977145171e|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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:28:56.242Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:28:56.243Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:28:56.244Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:28:56.244Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:29:05.784Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:29:05.785Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:29:05.786Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:29:05.786Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:29:15.374Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:29:15.375Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:29:15.376Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:29:15.376Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:29:19.794Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:29:19.795Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:29:19.795Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:29:20.443Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:29:20.444Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T06:29:20.444Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a973a6e-23eb-43f8-a5dc-58977145171e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646807315413,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-03-09T06:29:20.445Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:29:24.925Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:29:24.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:29:24.927Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:29:24.927Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:29:34.467Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:29:34.468Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:29:34.469Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:29:34.469Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:29:44.014Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:29:44.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:29:44.015Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:29:44.015Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:29:53.571Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:29:53.572Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:29:53.572Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:29:53.572Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:30:03.108Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:30:03.109Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:30:03.109Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:30:03.110Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:30:12.647Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:30:19.792Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:30:19.792Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:30:19.792Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:30:19.794Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:30:19.794Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:30:19.794Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:30:29.357Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:30:29.367Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:31:19.792Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:31:19.793Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:31:19.793Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:31:19.794Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:31:19.794Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:31:19.795Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:31:29.339Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:31:29.342Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:32:19.792Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:32:19.793Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:32:19.793Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:32:19.794Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:32:19.795Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:32:19.795Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:32:29.348Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:32:29.347Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:33:19.792Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:33:19.792Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:33:19.793Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:33:19.794Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:33:19.794Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:33:19.794Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:33:29.340Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:33:29.341Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:34:19.792Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:34:19.792Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:34:19.793Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:34:19.794Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:34:19.795Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:34:19.795Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:34:29.342Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:34:29.351Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:35:19.792Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:35:19.794Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:35:19.796Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:35:19.796Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:35:19.796Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:35:19.797Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:35:29.356Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:35:29.363Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:36:19.792Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:36:19.793Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:36:19.793Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:36:19.794Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:36:19.795Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:36:19.795Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:36:29.427Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:36:29.428Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:37:19.792Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:37:19.793Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:37:19.793Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:37:19.794Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:37:19.794Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:37:19.795Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:37:29.365Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:37:29.365Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:38:19.792Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:38:19.792Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:38:19.793Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:38:19.794Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:38:19.794Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:38:19.795Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:38:29.349Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:38:29.350Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:39:19.792Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:39:19.793Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:39:19.793Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:39:19.794Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:39:19.794Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:39:19.794Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:39:29.355Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:39:29.360Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:40:19.792Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:40:19.792Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:40:19.792Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:40:19.794Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:40:19.794Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:40:19.795Z|0a973a6e-23eb-43f8-a5dc-58977145171e|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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:40:29.363Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:40:29.365Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:41:19.792Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:41:19.793Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:41:19.793Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:41:19.794Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:41:19.794Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:41:19.794Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:41:29.370Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:41:29.413Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:42:19.792Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:42:19.793Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:42:19.793Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:42:19.795Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:42:19.795Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:42:19.795Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:42:29.348Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:42:29.377Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:43:19.792Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:43:19.792Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:43:19.793Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:43:19.794Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:43:19.794Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:43:19.794Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:43:29.337Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:43:29.341Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:44:19.792Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:44:19.793Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:44:19.793Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:44:19.795Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:44:19.796Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:44:19.796Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:44:29.352Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:44:29.353Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:45:19.792Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:45:19.794Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:45:19.794Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:45:19.794Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:45:19.795Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:45:19.795Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:45:29.354Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:45:29.364Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:46:19.792Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:46:19.793Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:46:19.793Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:46:19.794Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:46:19.795Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:46:19.795Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:46:29.384Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:46:29.384Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:47:19.792Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:47:19.792Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:47:19.792Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:47:19.794Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:47:19.794Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:47:19.794Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:47:29.342Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:47:29.352Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:48:19.792Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:48:19.793Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:48:19.793Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:48:19.794Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:48:19.795Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:48:19.795Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:48:29.356Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:48:29.359Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:49:19.792Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:49:19.792Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:49:19.793Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:49:19.794Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:49:19.795Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:49:19.796Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:49:29.342Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:49:29.345Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:50:19.792Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:50:19.792Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:50:19.793Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:50:19.794Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:50:19.795Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:50:19.795Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:50:29.344Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:50:29.386Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:51:19.792Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:51:19.793Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:51:19.793Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:51:19.794Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:51:19.794Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:51:19.794Z|0a973a6e-23eb-43f8-a5dc-58977145171e|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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:51:29.359Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:51:29.360Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:52:18.570Z||http-nio-8085-exec-4|||||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 [JDWP-Handshake\n...]. 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-03-09T06:52:19.792Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:52:19.793Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:52:19.793Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:52:19.794Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:52:19.794Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:52:19.794Z|0a973a6e-23eb-43f8-a5dc-58977145171e|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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:52:29.341Z|0a973a6e-23eb-43f8-a5dc-58977145171e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-09T06:52:29.341Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK