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-11T05:23:49.335Z||main|||||INFO|500||The following profiles are active: basic
2022-03-11T05:24:03.743Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-11T05:24:03.744Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-11T05:24:03.885Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-11T05:24:09.870Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-11T05:24:10.642Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-11T05:24:11.555Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-11T05:24:11.585Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-11T05:24:11.783Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-11T05:24:12.194Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-11T05:24:13.106Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-11T05:24:15.451Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-11T05:24:18.369Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-11T05:24:18.434Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-11T05:24:19.185Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-11T05:24:19.362Z||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-11T05:24:20.882Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-11T05:24:22.249Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-03-11T05:24:22.275Z||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$$af915e9a.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-11T05:24:22.276Z||main|||||WARN|500||The sdc end point is not alive
2022-03-11T05:24:25.466Z||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-11T05:24:28.844Z||main|||||WARN|500||---
2022-03-11T05:24:28.844Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-11T05:24:28.845Z||main|||||WARN|500||---
2022-03-11T05:24:29.370Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-11T05:24:34.913Z||main|||||INFO|500||Started Application in 50.517 seconds (JVM running for 53.754)
2022-03-11T05:24:34.929Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-11T05:24:34.931Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-11T05:24:34.945Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-11T05:24:34.979Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-11T05:24:35.021Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a2aee7a8-3714-48d3-b690-c3a9f21faee4 url= /sdc/v1/artifactTypes
2022-03-11T05:24:35.021Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-11T05:24:35.294Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-11T05:24:35.320Z||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-11T05:24:35.344Z||scheduling-1|||||DEBUG|500||create keys
2022-03-11T05:24:35.356Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-11T05:24:35.392Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:24:35.409Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 7be62446-a85a-41be-a40d-3aa5aae12e98 url= /sdc/v1/registerForDistribution
2022-03-11T05:24:35.526Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 7be62446-a85a-41be-a40d-3aa5aae12e98 url= /sdc/v1/registerForDistribution
2022-03-11T05:24:35.527Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-11T05:24:35.550Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:24:35.551Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:24:35.553Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-11T05:24:35.568Z||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-11T05:24:35.569Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:24:35.568Z||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-11T05:24:35.573Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:24:45.867Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:24:45.869Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:25:35.538Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:25:35.540Z||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-11T05:25:35.541Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:25:35.547Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:25:35.548Z||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-11T05:25:35.548Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:25:45.129Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:25:45.130Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:26:35.538Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:26:35.540Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T05:26:35.540Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:26:35.547Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:26:35.548Z||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-11T05:26:35.548Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:26:45.107Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:26:45.107Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:27:35.538Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:27:35.539Z||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-11T05:27:35.539Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:27:35.547Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:27:35.548Z||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-11T05:27:35.548Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:27:45.105Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:27:45.118Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:28:35.538Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:28:35.541Z||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-11T05:28:35.541Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:28:35.550Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:28:35.551Z||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-11T05:28:35.551Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:28:45.117Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:28:45.124Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:29:35.538Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:29:35.540Z||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-11T05:29:35.540Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:29:35.547Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:29:35.548Z||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-11T05:29:35.549Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:29:45.116Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:29:45.121Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:30:35.538Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:30:35.540Z||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-11T05:30:35.540Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:30:35.547Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:30:35.549Z||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-11T05:30:35.549Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:30:45.101Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:30:45.101Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:31:35.538Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:31:35.539Z||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-11T05:31:35.539Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:31:35.547Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:31:35.549Z||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-11T05:31:35.550Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:31:45.101Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:31:45.106Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:32:35.538Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:32:35.539Z||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-11T05:32:35.540Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:32:35.546Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:32:35.547Z||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-11T05:32:35.548Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:32:45.106Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:32:45.110Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:33:35.538Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:33:35.539Z||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-11T05:33:35.539Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:33:35.547Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:33:35.548Z||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-11T05:33:35.548Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:33:45.114Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:33:45.117Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:34:31.108Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-11T05:34:35.538Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:34:35.539Z||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-11T05:34:35.540Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:34:35.547Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:34:35.547Z||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-11T05:34:35.547Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:34:45.099Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:34:45.099Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:35:35.538Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:35:35.539Z||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-11T05:35:35.539Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:35:35.547Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:35:35.548Z||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-11T05:35:35.548Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:35:45.100Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:35:45.104Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:36:35.538Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:36:35.539Z||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-11T05:36:35.539Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:36:35.547Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:36:35.548Z||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-11T05:36:35.548Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:36:45.108Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:36:45.112Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:37:35.538Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:37:35.539Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T05:37:35.539Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:37:35.547Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:37:35.548Z||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-11T05:37:35.548Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:37:45.102Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:37:45.102Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:38:35.539Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:38:35.541Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T05:38:35.541Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:38:35.547Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:38:35.548Z||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-11T05:38:35.548Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:38:45.109Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:38:45.109Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:39:35.545Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:39:35.546Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T05:39:35.546Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:39:35.547Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:39:35.548Z||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-11T05:39:35.548Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:39:45.110Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:39:45.111Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:40:35.541Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:40:35.542Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T05:40:35.543Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:40:35.547Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:40:35.553Z||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-11T05:40:35.553Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:40:45.143Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:40:45.143Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:41:35.539Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:41:35.543Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T05:41:35.543Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:41:35.546Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:41:35.548Z||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-11T05:41:35.548Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:41:45.108Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:41:45.108Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:42:35.539Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:42:35.540Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T05:42:35.540Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:42:35.548Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:42:35.549Z||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-11T05:42:35.549Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:42:45.108Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:42:45.111Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:43:35.538Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:43:35.539Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T05:43:35.540Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:43:35.547Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:43:35.547Z||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-11T05:43:35.547Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:43:45.105Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:43:45.105Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:44:35.538Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:44:35.540Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T05:44:35.540Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:44:35.547Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:44:35.548Z||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-11T05:44:35.548Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:44:45.106Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:44:45.125Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:45:35.538Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:45:35.539Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T05:45:35.540Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:45:35.547Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:45:35.548Z||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-11T05:45:35.549Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:45:45.110Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:45:45.146Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:46:35.538Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:46:35.539Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T05:46:35.539Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:46:35.547Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:46:35.548Z||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-11T05:46:35.548Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:46:45.099Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:46:45.140Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:47:35.538Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:47:35.539Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T05:47:35.539Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:47:35.547Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:47:35.548Z||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-11T05:47:35.548Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:47:45.109Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:47:45.110Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:48:35.538Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:48:35.539Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T05:48:35.540Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:48:35.547Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:48:35.548Z||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-11T05:48:35.548Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:48:45.097Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:48:45.097Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:49:35.538Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:49:35.539Z||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-11T05:49:35.542Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:49:35.547Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:49:35.548Z||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-11T05:49:35.549Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:49:45.101Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:49:45.102Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:50:35.538Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:50:35.542Z||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-11T05:50:35.542Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:50:35.547Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:50:35.548Z||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-11T05:50:35.548Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:50:45.092Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:50:45.092Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:51:35.538Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:51:35.546Z||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-11T05:51:35.546Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:51:35.546Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:51:35.547Z||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-11T05:51:35.547Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:51:36.187Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:51:36.187Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:51:36.192Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.192Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"d39c93f9-11e5-40a7-9256-b7650771b111","serviceName":"basic_onboard_SmtHZj","serviceVersion":"1.0","serviceUUID":"11887373-89c1-424d-8979-13a5a74d8dcf","serviceDescription":"service","serviceInvariantUUID":"7e78d1e4-9b46-4c4a-bce8-e1705a8da764","resources":[{"resourceInstanceName":"basic_onboard_SmtHZj 0","resourceName":"basic_onboard_SmtHZj","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c32deab0-4d16-4e9f-be87-3641e407f6f1","resourceInvariantUUID":"c47cd96f-8545-4513-8920-b274133f0ccc","resourceCustomizationUUID":"1473845b-8c9e-448e-88d9-00fbb9e804e9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/vf-license-model.xml","artifactChecksum":"ZGMwYjZlMjJjNTA5YjA2Y2E1OGExMWM4NTk4NTFjNGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"025f21a5-7e90-4cf8-be74-6444e915dfd0","artifactVersion":"1"},{"artifactName":"basic_onboard_smthzj0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/basic_onboard_smthzj0_modules.json","artifactChecksum":"YzllYTNkNzYyMWIwZDdkMGNlYWQ3MzMzY2MyZDc4NGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"914dcb2e-d45a-42d1-a6f7-9e4960694de9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cceb2993-1046-4a8d-a57d-cfdb83aa6042","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7f8451c2-2dde-406e-9882-c234e3e91ae2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6d290e69-698f-4ab8-9e4f-02f070e0cd4c","artifactVersion":"2","generatedFromUUID":"cceb2993-1046-4a8d-a57d-cfdb83aa6042"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardSmthzj-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-template.yml","artifactChecksum":"MmFkOTFlZTU3Y2YzNjAzZjI3MWQxMzcwMzM3OGM2Yjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b3ba5f0c-f119-455b-a7be-aa797c18a42a","artifactVersion":"1"},{"artifactName":"service-BasicOnboardSmthzj-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar","artifactChecksum":"MzgzM2U1M2U1YTYyYmVmNzk4MzVlOGEzNGEwYjNlNjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5298e473-877d-451a-9d0e-f751a4208e48","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-11T05:51:36.201Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.201Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646977855207,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.211Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T05:51:36.220Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:51:36.227Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:51:36.227Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.227Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646977855468,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.228Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:51:36.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.228Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "policy-id",
  "timestamp": 1646977851733,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.228Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:51:36.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.228Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "cds",
  "timestamp": 1646977854179,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.228Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:51:36.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.229Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646977855207,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/basic_onboard_smthzj0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.229Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:51:36.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.229Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646977855468,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/basic_onboard_smthzj0_modules.json",
  "status": "NOTIFIED"
}
2022-03-11T05:51:36.233Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:51:36.234Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.235Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "policy-id",
  "timestamp": 1646977851733,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/basic_onboard_smthzj0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.236Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:51:36.236Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.236Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "cds",
  "timestamp": 1646977854179,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/basic_onboard_smthzj0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.237Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:51:36.237Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.237Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646977855207,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.237Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:51:36.237Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.237Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646977855468,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-11T05:51:36.238Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:51:36.238Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.238Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "policy-id",
  "timestamp": 1646977851733,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-11T05:51:36.238Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:51:36.239Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.239Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "cds",
  "timestamp": 1646977854179,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.239Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:51:36.239Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.239Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646977855207,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.240Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:51:36.240Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.240Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "policy-id",
  "timestamp": 1646977851733,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.240Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:51:36.241Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.241Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646977855468,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.241Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:51:36.241Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.241Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "cds",
  "timestamp": 1646977854179,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.243Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:51:36.243Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.243Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646977855207,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.243Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:51:36.244Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.244Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "policy-id",
  "timestamp": 1646977851733,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.244Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:51:36.245Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.245Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646977855468,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-11T05:51:36.245Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:51:36.245Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:51:36.245Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646977895538,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.245Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.245Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "cds",
  "timestamp": 1646977854179,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.246Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:51:36.246Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.246Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646977855207,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.248Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:51:36.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "policy-id",
  "timestamp": 1646977851733,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.249Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:51:36.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646977855468,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.250Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:51:36.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "cds",
  "timestamp": 1646977854179,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.251Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:51:36.251Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.251Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646977855207,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.251Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:51:36.252Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.252Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "policy-id",
  "timestamp": 1646977851733,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar",
  "status": "NOTIFIED"
}
2022-03-11T05:51:36.252Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:51:36.252Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.252Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646977855468,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar",
  "status": "NOTIFIED"
}
2022-03-11T05:51:36.253Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:51:36.253Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.253Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "cds",
  "timestamp": 1646977854179,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar",
  "status": "NOTIFIED"
}
2022-03-11T05:51:36.254Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:51:36.254Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.254Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646977867017,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/basic_onboard_smthzj0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-11T05:51:36.254Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:51:36.255Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.255Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "cds",
  "timestamp": 1646977866686,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-11T05:51:36.255Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:51:36.255Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.255Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "policy-id",
  "timestamp": 1646977867349,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-11T05:51:36.256Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:51:36.256Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.256Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "cds",
  "timestamp": 1646977867711,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-03-11T05:51:36.342Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 74 ms
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11T05:51:36.353Z||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-11T05:51:36.353Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:51:36.367Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:51:36.369Z||pool-3-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-11T05:51:36.520Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d39c93f9-11e5-40a7-9256-b7650771b111
2022-03-11T05:51:36.558Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d39c93f9-11e5-40a7-9256-b7650771b111 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-11T05:51:36.586Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.587Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "policy-id",
  "timestamp": 1646977868357,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-11T05:51:36.587Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:51:36.587Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.588Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646977868412,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-11T05:51:36.588Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:51:36.588Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.588Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "policy-id",
  "timestamp": 1646977869363,
  "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-11T05:51:36.605Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d39c93f9-11e5-40a7-9256-b7650771b111
2022-03-11T05:51:36.605Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d39c93f9-11e5-40a7-9256-b7650771b111 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-11T05:51:36.615Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.616Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646977869616,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-11T05:51:36.616Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:51:36.616Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.616Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "clamp",
  "timestamp": 1646977870123,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.616Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:51:36.617Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.617Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646977870687,
  "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-11T05:51:36.622Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d39c93f9-11e5-40a7-9256-b7650771b111
2022-03-11T05:51:36.623Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d39c93f9-11e5-40a7-9256-b7650771b111 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-11T05:51:36.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.649Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "clamp",
  "timestamp": 1646977870123,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/basic_onboard_smthzj0_modules.json",
  "status": "NOTIFIED"
}
2022-03-11T05:51:36.649Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:51:36.650Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.650Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646977871692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/basic_onboard_smthzj0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-11T05:51:36.650Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:51:36.651Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.651Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "clamp",
  "timestamp": 1646977870123,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.651Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:51:36.652Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.652Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "clamp",
  "timestamp": 1646977870123,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.653Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:51:36.653Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.653Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "clamp",
  "timestamp": 1646977870123,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.654Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:51:36.654Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.654Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "clamp",
  "timestamp": 1646977870123,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.655Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:51:36.655Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.655Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "aai-ml",
  "timestamp": 1646977875436,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.656Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:51:36.657Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.657Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "clamp",
  "timestamp": 1646977870123,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar",
  "status": "NOTIFIED"
}
2022-03-11T05:51:36.658Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:51:36.658Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.658Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "aai-ml",
  "timestamp": 1646977875436,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/basic_onboard_smthzj0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.659Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:51:36.659Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.659Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "aai-ml",
  "timestamp": 1646977875436,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.660Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:51:36.660Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.660Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "aai-ml",
  "timestamp": 1646977875436,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.661Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:51:36.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.661Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646977878811,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.662Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:51:36.662Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.662Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "aai-ml",
  "timestamp": 1646977875436,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.663Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:51:36.663Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.663Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646977878811,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/basic_onboard_smthzj0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.664Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:51:36.664Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.665Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "aai-ml",
  "timestamp": 1646977875436,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.665Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:51:36.665Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.666Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646977878811,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.666Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:51:36.666Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.666Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "aai-ml",
  "timestamp": 1646977875436,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar",
  "status": "NOTIFIED"
}
2022-03-11T05:51:36.667Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:51:36.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.667Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646977878811,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.668Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:51:36.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.668Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "aai-ml",
  "timestamp": 1646977883415,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-11T05:51:36.669Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:51:36.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.669Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646977878811,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.670Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:51:36.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646977878811,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:51:36.670Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:51:36.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.671Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646977878811,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar",
  "status": "NOTIFIED"
}
2022-03-11T05:51:36.671Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:51:36.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.672Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646977886835,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-11T05:51:36.672Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:51:36.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "clamp",
  "timestamp": 1646977891061,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-11T05:51:36.673Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:51:36.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646977891838,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-11T05:51:36.674Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:51:36.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "clamp",
  "timestamp": 1646977893046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-11T05:51:36.675Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:51:36.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646977892861,
  "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-11T05:51:36.681Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d39c93f9-11e5-40a7-9256-b7650771b111
2022-03-11T05:51:36.682Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d39c93f9-11e5-40a7-9256-b7650771b111 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-11T05:51:36.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-11T05:51:36.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "clamp",
  "timestamp": 1646977894057,
  "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-11T05:51:36.697Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d39c93f9-11e5-40a7-9256-b7650771b111
2022-03-11T05:51:36.697Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d39c93f9-11e5-40a7-9256-b7650771b111 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-11T05:51:37.270Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T05:51:37.271Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:51:37.273Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:51:37.273Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646977895538,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/basic_onboard_smthzj0_modules.json",
  "status": "NOTIFIED"
}
2022-03-11T05:51:37.373Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T05:51:37.374Z||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-11T05:51:37.374Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:51:37.387Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:51:37.388Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-11T05:51:38.274Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T05:51:38.275Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:51:38.277Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:51:38.277Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646977895538,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-11T05:51:38.377Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T05:51:38.378Z||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-11T05:51:38.378Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:51:38.400Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:51:38.401Z||pool-5-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-11T05:51:39.277Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T05:51:39.278Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:51:39.281Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:51:39.281Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646977895538,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:51:39.381Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T05:51:39.382Z||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-11T05:51:39.382Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:51:39.397Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:51:39.398Z||pool-6-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-11T05:51:40.282Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T05:51:40.283Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:51:40.285Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:51:40.285Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646977895538,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-11T05:51:40.385Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-11T05:51:40.387Z||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-11T05:51:40.387Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:51:40.402Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:51:40.402Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-11T05:51:41.286Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T05:51:41.287Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:51:41.290Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:51:41.290Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646977895538,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:51:41.390Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-11T05:51:41.391Z||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-11T05:51:41.391Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:51:41.404Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:51:41.405Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-11T05:51:42.291Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T05:51:42.292Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:51:42.294Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:51:42.294Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646977895538,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar",
  "status": "NOTIFIED"
}
2022-03-11T05:51:42.394Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-11T05:51:42.396Z||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-11T05:51:42.396Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:51:42.409Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:51:42.409Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-11T05:51:43.297Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "serviceName": "basic_onboard_SmtHZj",
  "serviceVersion": "1.0",
  "serviceUUID": "11887373-89c1-424d-8979-13a5a74d8dcf",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7e78d1e4-9b46-4c4a-bce8-e1705a8da764",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_SmtHZj 0",
      "resourceCustomizationUUID": "1473845b-8c9e-448e-88d9-00fbb9e804e9",
      "resourceName": "basic_onboard_SmtHZj",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c32deab0-4d16-4e9f-be87-3641e407f6f1",
      "resourceInvariantUUID": "c47cd96f-8545-4513-8920-b274133f0ccc",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_smthzj0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/basic_onboard_smthzj0_modules.json",
          "artifactChecksum": "YzllYTNkNzYyMWIwZDdkMGNlYWQ3MzMzY2MyZDc4NGQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "914dcb2e-d45a-42d1-a6f7-9e4960694de9",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "cceb2993-1046-4a8d-a57d-cfdb83aa6042",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "6d290e69-698f-4ab8-9e4f-02f070e0cd4c",
            "generatedFromUUID": "cceb2993-1046-4a8d-a57d-cfdb83aa6042"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "6d290e69-698f-4ab8-9e4f-02f070e0cd4c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardSmthzj-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar",
      "artifactChecksum": "MzgzM2U1M2U1YTYyYmVmNzk4MzVlOGEzNGEwYjNlNjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5298e473-877d-451a-9d0e-f751a4208e48"
    }
  ],
  "workloadContext": "Production"
}
2022-03-11T05:51:43.298Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-11T05:51:43.299Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 11887373-89c1-424d-8979-13a5a74d8dcf ASDC
2022-03-11T05:51:43.443Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:d39c93f9-11e5-40a7-9256-b7650771b111
ServiceName:basic_onboard_SmtHZj
ServiceVersion:1.0
ServiceUUID:11887373-89c1-424d-8979-13a5a74d8dcf
ServiceInvariantUUID:7e78d1e4-9b46-4c4a-bce8-e1705a8da764
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardSmthzj-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar
ArtifactUUID:5298e473-877d-451a-9d0e-f751a4208e48
ArtifactChecksum:MzgzM2U1M2U1YTYyYmVmNzk4MzVlOGEzNGEwYjNlNjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_SmtHZj 0
ResourceCustomizationUUID:1473845b-8c9e-448e-88d9-00fbb9e804e9
ResourceInvariantUUID:c47cd96f-8545-4513-8920-b274133f0ccc
ResourceName:basic_onboard_SmtHZj
ResourceType:VF
ResourceUUID:c32deab0-4d16-4e9f-be87-3641e407f6f1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_smthzj0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/basic_onboard_smthzj0_modules.json
ArtifactUUID:914dcb2e-d45a-42d1-a6f7-9e4960694de9
ArtifactChecksum:YzllYTNkNzYyMWIwZDdkMGNlYWQ3MzMzY2MyZDc4NGQ=
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/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.yaml
ArtifactUUID:cceb2993-1046-4a8d-a57d-cfdb83aa6042
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/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.env
ArtifactUUID:6d290e69-698f-4ab8-9e4f-02f070e0cd4c
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/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.env
ArtifactUUID:6d290e69-698f-4ab8-9e4f-02f070e0cd4c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-11T05:51:43.445Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 11887373-89c1-424d-8979-13a5a74d8dcf 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-11T05:51:43.500Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-11T05:51:43.501Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-11T05:51:43.503Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-11T05:51:43.503Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5298e473-877d-451a-9d0e-f751a4208e48 from URL: /sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar
2022-03-11T05:51:43.504Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-11T05:51:43.505Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar
2022-03-11T05:51:43.845Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-11T05:51:43.866Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar 5298e473-877d-451a-9d0e-f751a4208e48 71585
2022-03-11T05:51:43.869Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar ASDC sendASDCNotification
2022-03-11T05:51:43.869Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar
2022-03-11T05:51:43.871Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-11T05:51:43.872Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:51:43.875Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:51:43.876Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646977903867,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-11T05:51:43.976Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T05:51:43.977Z||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-11T05:51:43.977Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:51:43.993Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:51:43.994Z||pool-10-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-11T05:51:44.888Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-11T05:51:44.889Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-11T05:51:44.889Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 5298e473-877d-451a-9d0e-f751a4208e48, URL: /sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar to file: /app/ASDC/1/service-BasicOnboardSmthzj-csar.csar
2022-03-11T05:51:44.890Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardSmthzj-csar.csar
2022-03-11T05:51:44.989Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardSmthzj-csar.csar
2022-03-11T05:51:44.989Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardSmthzj-csar.csar
2022-03-11T05:51:45.613Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1374396780620512988/Definitions/service-BasicOnboardSmthzj-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-11T05:51:47.988Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-11T05:51:47.993Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-11T05:51:47.994Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardSmthzj-csar.csar
2022-03-11T05:51:47.994Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-11T05:51:47.994Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_SmtHZj 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-BasicOnboardSmthzj-csar.csar
2022-03-11T05:51:47.994Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||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-BasicOnboardSmthzj-csar.csar
2022-03-11T05:51:47.994Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||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-BasicOnboardSmthzj-csar.csar
2022-03-11T05:51:47.994Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||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-BasicOnboardSmthzj-csar.csar
2022-03-11T05:51:47.994Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||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-BasicOnboardSmthzj-csar.csar
2022-03-11T05:51:47.994Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardSmthzj-csar.csar
2022-03-11T05:51:47.994Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardSmthzj-csar.csar
2022-03-11T05:51:47.995Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||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-BasicOnboardSmthzj-csar.csar
2022-03-11T05:51:47.995Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||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-BasicOnboardSmthzj-csar.csar
2022-03-11T05:51:47.995Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-11T05:51:48.001Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:51:48.002Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_SmtHZj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:51:48.006Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_SmtHZj 0 is matching search criteria
2022-03-11T05:51:48.006Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-11T05:51:48.008Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_SmtHZj 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-11T05:51:48.009Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:51:48.010Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_SmtHZj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:51:48.010Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_SmtHZj 0 is matching search criteria
2022-03-11T05:51:48.010Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-11T05:51:48.010Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_SmtHZj 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-11T05:51:48.010Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:51:48.010Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_SmtHZj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:51:48.013Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:51:48.014Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_SmtHZj 0 is not matching search criteria
2022-03-11T05:51:48.014Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-11T05:51:48.014Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-11T05:51:48.014Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-11T05:51:48.014Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-11T05:51:48.015Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-11T05:51:48.015Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:51:48.015Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_SmtHZj is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-11T05:51:48.016Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:51:48.016Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_SmtHZj 0 is matching search criteria
2022-03-11T05:51:48.016Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_SmtHZj 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T05:51:48.017Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:51:48.017Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_SmtHZj 0 is matching search criteria
2022-03-11T05:51:48.017Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_SmtHZj 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T05:51:48.017Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:51:48.017Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_SmtHZj 0 is matching search criteria
2022-03-11T05:51:48.017Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_SmtHZj 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T05:51:48.018Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:51:48.018Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_SmtHZj 0 is not matching search criteria
2022-03-11T05:51:48.018Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-11T05:51:48.018Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-11T05:51:48.018Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c747cea5-b95a-4648-a377-3b130afd008e
2022-03-11T05:51:48.018Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:51:48.019Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_SmtHZj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:51:48.019Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:51:48.019Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_SmtHZj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:51:48.019Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:51:48.019Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_SmtHZj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:51:48.019Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:51:48.019Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_SmtHZj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:51:48.020Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_SmtHZj
Description:service
Model UUID:11887373-89c1-424d-8979-13a5a74d8dcf
Model Version:NULL
Model InvariantUuid:7e78d1e4-9b46-4c4a-bce8-e1705a8da764
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_SmtHZj
Model UUID:0d589569-23c5-467a-ab67-8db669573023
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c47cd96f-8545-4513-8920-b274133f0ccc
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1473845b-8c9e-448e-88d9-00fbb9e804e9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a72c7d4a-31b0-40d0-bbea-374391b88409
ModelName:BasicOnboardSmthzj..base_ubuntu18..module-0
ModelUuid:4a0ffd37-e1a1-4228-bd02-78b0f29c7080
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c747cea5-b95a-4648-a377-3b130afd008e
ModelInvariantUuid:be9b813c-39ef-4dae-837a-f6c793d97ed4
ModelName:basic_onboard_SmtHZj-nodes.ubuntu18Cvfc
ModelUuid:2eb048a0-c302-4b8f-b2ff-518eac0dcd04
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:11925f6f-2f85-43d9-a992-c3e1b0924a4d
ModelInvariantUuid:93b082a0-7c5f-4cb1-b680-d780cc062777
ModelName:BasicOnboardSmthzj.compute.nodes.heat.ubuntu18
ModelUuid:c7247853-6e4c-421c-b4f0-eccc171ba3c9
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-11T05:51:48.029Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: c32deab0-4d16-4e9f-be87-3641e407f6f1
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-11T05:51:48.170Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||basic_onboard_SmtHZj 0
2022-03-11T05:51:48.177Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c32deab0-4d16-4e9f-be87-3641e407f6f1
2022-03-11T05:51:48.178Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 914dcb2e-d45a-42d1-a6f7-9e4960694de9 from URL: /sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/basic_onboard_smthzj0_modules.json
2022-03-11T05:51:48.178Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-11T05:51:48.179Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/basic_onboard_smthzj0_modules.json
2022-03-11T05:51:48.428Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-11T05:51:48.429Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/basic_onboard_smthzj0_modules.json 914dcb2e-d45a-42d1-a6f7-9e4960694de9 798
2022-03-11T05:51:48.430Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/basic_onboard_smthzj0_modules.json ASDC sendASDCNotification
2022-03-11T05:51:48.430Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/basic_onboard_smthzj0_modules.json
2022-03-11T05:51:48.430Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-11T05:51:48.431Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:51:48.436Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:51:48.436Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646977908430,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/basic_onboard_smthzj0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-11T05:51:48.537Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T05:51:48.539Z||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-11T05:51:48.540Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:51:48.554Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:51:48.555Z||pool-11-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-11T05:51:49.438Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardSmthzj..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "a72c7d4a-31b0-40d0-bbea-374391b88409",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4a0ffd37-e1a1-4228-bd02-78b0f29c7080",
    "vfModuleModelCustomizationUUID": "180b3265-47f9-40e5-a052-02b006f97fd0",
    "isBase": true,
    "artifacts": [
      "cceb2993-1046-4a8d-a57d-cfdb83aa6042",
      "6d290e69-698f-4ab8-9e4f-02f070e0cd4c"
    ],
    "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-11T05:51:49.451Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSmthzj..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4a0ffd37-e1a1-4228-bd02-78b0f29c7080
VfModuleModelInvariantUUID:a72c7d4a-31b0-40d0-bbea-374391b88409
VfModuleModelDescription:NULL
Artifacts UUID List:{
cceb2993-1046-4a8d-a57d-cfdb83aa6042
,
6d290e69-698f-4ab8-9e4f-02f070e0cd4c

}
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-11T05:51:49.455Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardSmthzj..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "a72c7d4a-31b0-40d0-bbea-374391b88409",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4a0ffd37-e1a1-4228-bd02-78b0f29c7080",
    "vfModuleModelCustomizationUUID": "180b3265-47f9-40e5-a052-02b006f97fd0",
    "isBase": true,
    "artifacts": [
      "cceb2993-1046-4a8d-a57d-cfdb83aa6042",
      "6d290e69-698f-4ab8-9e4f-02f070e0cd4c"
    ],
    "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-11T05:51:49.455Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSmthzj..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4a0ffd37-e1a1-4228-bd02-78b0f29c7080
VfModuleModelInvariantUUID:a72c7d4a-31b0-40d0-bbea-374391b88409
VfModuleModelDescription:NULL
Artifacts UUID List:{
cceb2993-1046-4a8d-a57d-cfdb83aa6042
,
6d290e69-698f-4ab8-9e4f-02f070e0cd4c

}
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-11T05:51:49.455Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: cceb2993-1046-4a8d-a57d-cfdb83aa6042 from URL: /sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.yaml
2022-03-11T05:51:49.455Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-11T05:51:49.456Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.yaml
2022-03-11T05:51:49.544Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-11T05:51:49.545Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.yaml cceb2993-1046-4a8d-a57d-cfdb83aa6042 5033
2022-03-11T05:51:49.545Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-11T05:51:49.545Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.yaml
2022-03-11T05:51:49.546Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-11T05:51:49.546Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:51:49.548Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:51:49.549Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646977909545,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-11T05:51:49.649Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-11T05:51:49.650Z||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-11T05:51:49.650Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:51:49.663Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:51:49.663Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-11T05:51:50.550Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 6d290e69-698f-4ab8-9e4f-02f070e0cd4c from URL: /sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.env
2022-03-11T05:51:50.550Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-11T05:51:50.551Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.env
2022-03-11T05:51:50.601Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-11T05:51:50.602Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.env 6d290e69-698f-4ab8-9e4f-02f070e0cd4c 909
2022-03-11T05:51:50.602Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-11T05:51:50.602Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.env
2022-03-11T05:51:50.602Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-11T05:51:50.603Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:51:50.605Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:51:50.605Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646977910602,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-11T05:51:50.705Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T05:51:50.706Z||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-11T05:51:50.707Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:51:50.729Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:51:50.730Z||pool-13-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-11T05:51:51.606Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 11887373-89c1-424d-8979-13a5a74d8dcf
2022-03-11T05:51:51.606Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_SmtHZj 0 c32deab0-4d16-4e9f-be87-3641e407f6f1 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-11T05:51:51.646Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@15a60aa8, org.onap.sdc.toscaparser.api.parameters.Input@6acd8b7a, org.onap.sdc.toscaparser.api.parameters.Input@e1ae243, org.onap.sdc.toscaparser.api.parameters.Input@20f440a, org.onap.sdc.toscaparser.api.parameters.Input@27d9fda9]
2022-03-11T05:51:51.649Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:51:51.650Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_SmtHZj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:51:51.650Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-03-11T05:51:51.651Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 1473845b-8c9e-448e-88d9-00fbb9e804e9
2022-03-11T05:51:51.651Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1473845b-8c9e-448e-88d9-00fbb9e804e9 matches Tosca VF Customization UUID: 1473845b-8c9e-448e-88d9-00fbb9e804e9
2022-03-11T05:51:51.651Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 1473845b-8c9e-448e-88d9-00fbb9e804e9  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-11T05:51:51.663Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:51:51.663Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_SmtHZj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:51:51.666Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 1473845b-8c9e-448e-88d9-00fbb9e804e9: {\"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-11T05:51:51.666Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6c9996ac
2022-03-11T05:51:51.666Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:51:51.666Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_SmtHZj is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-11T05:51:51.667Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 180b3265-47f9-40e5-a052-02b006f97fd0
2022-03-11T05:51:51.668Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 180b3265-47f9-40e5-a052-02b006f97fd0
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-11T05:51:51.675Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:51:51.675Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_SmtHZj 0 is matching search criteria
2022-03-11T05:51:51.675Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_SmtHZj 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T05:51:51.677Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:51:51.678Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_SmtHZj 0 is matching search criteria
2022-03-11T05:51:51.678Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_SmtHZj 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T05:51:51.678Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:51:51.679Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_SmtHZj 0 is not matching search criteria
2022-03-11T05:51:51.679Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-11T05:51:51.680Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-11T05:51:51.680Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c747cea5-b95a-4648-a377-3b130afd008e
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-11T05:51:51.690Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:51:51.691Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_SmtHZj 0 is matching search criteria
2022-03-11T05:51:51.691Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_SmtHZj 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T05:51:51.691Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:51:51.692Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_SmtHZj 0 is matching search criteria
2022-03-11T05:51:51.692Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_SmtHZj 0] matching following query criteria: sdcType=VF, customizationUUID=1473845b-8c9e-448e-88d9-00fbb9e804e9
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-11T05:51:51.695Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:51:51.696Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_SmtHZj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:51:51.696Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 11887373-89c1-424d-8979-13a5a74d8dcf: basic_onboard_SmtHZj
2022-03-11T05:51:51.696Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:51:51.697Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_SmtHZj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:51:51.697Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:51:51.697Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_SmtHZj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:51:51.697Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:51:51.697Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_SmtHZj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:51:51.698Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:51:51.698Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_SmtHZj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:51:51.698Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:51:51.698Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_SmtHZj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:51:51.698Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_SmtHZj 
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-11T05:51:51.911Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_SmtHZj c32deab0-4d16-4e9f-be87-3641e407f6f1 1 ASDC deployResourceStructure
2022-03-11T05:51:51.911Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/basic_onboard_smthzj0_modules.json ASDC sendASDCNotification
2022-03-11T05:51:51.912Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/basic_onboard_smthzj0_modules.json
2022-03-11T05:51:51.912Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-11T05:51:51.912Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:51:51.914Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:51:51.914Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646977911911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/basic_onboard_smthzj0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-11T05:51:52.014Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-11T05:51:52.015Z||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-11T05:51:52.016Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:51:52.028Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:51:52.029Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-11T05:51:52.915Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-11T05:51:52.916Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.yaml
2022-03-11T05:51:52.916Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-11T05:51:52.916Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:51:52.918Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:51:52.918Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646977912915,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-11T05:51:53.018Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T05:51:53.019Z||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-11T05:51:53.020Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:51:53.033Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:51:53.034Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-11T05:51:53.919Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-11T05:51:53.920Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.env
2022-03-11T05:51:53.920Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-11T05:51:53.920Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:51:53.922Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:51:53.922Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646977913919,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-11T05:51:54.022Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-11T05:51:54.024Z||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-11T05:51:54.024Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:51:54.039Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:51:54.040Z||pool-16-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-11T05:51:54.923Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar ASDC sendASDCNotification
2022-03-11T05:51:54.924Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar
2022-03-11T05:51:54.924Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-11T05:51:54.924Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:51:54.926Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:51:54.926Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646977914923,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-11T05:51:55.026Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T05:51:55.027Z||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-11T05:51:55.028Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:51:55.041Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:51:55.041Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-11T05:51:55.927Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d39c93f9-11e5-40a7-9256-b7650771b111
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11T05:51:55.947Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d39c93f9-11e5-40a7-9256-b7650771b111
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-11T05:51:55.951Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-11T05:51:55.952Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-11T05:51:55.952Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-11T05:52:25.952Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d39c93f9-11e5-40a7-9256-b7650771b111
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11T05:52:25.965Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d39c93f9-11e5-40a7-9256-b7650771b111
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-11T05:52:25.970Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-11T05:52:25.970Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-11T05:52:25.970Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-11T05:52:35.547Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:52:35.548Z||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-11T05:52:35.548Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:52:35.720Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:52:35.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:52:35.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646977895538,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:52:35.722Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:52:55.970Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d39c93f9-11e5-40a7-9256-b7650771b111
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11T05:52:55.981Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d39c93f9-11e5-40a7-9256-b7650771b111
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-11T05:52:55.985Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-11T05:52:55.985Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-11T05:52:55.985Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-11T05:53:25.986Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d39c93f9-11e5-40a7-9256-b7650771b111
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11T05:53:25.998Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d39c93f9-11e5-40a7-9256-b7650771b111
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-11T05:53:26.001Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-11T05:53:26.001Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-11T05:53:26.001Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-11T05:53:35.547Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:53:35.548Z||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-11T05:53:35.548Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:53:35.584Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:53:35.591Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:53:35.591Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646977895538,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/basic_onboard_smthzj0_modules.json",
  "status": "NOTIFIED"
}
2022-03-11T05:53:35.592Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:53:35.592Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:53:35.592Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646977895538,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-11T05:53:35.592Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:53:35.592Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:53:35.592Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646977895538,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:53:35.593Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:53:35.593Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:53:35.593Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "aai-ml",
  "timestamp": 1646977900825,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-11T05:53:35.593Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:53:35.593Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:53:35.593Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646977895538,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-11T05:53:35.593Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:53:35.593Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:53:35.593Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "aai-ml",
  "timestamp": 1646977901837,
  "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-11T05:53:35.599Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d39c93f9-11e5-40a7-9256-b7650771b111
2022-03-11T05:53:35.599Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d39c93f9-11e5-40a7-9256-b7650771b111 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-11T05:53:35.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:53:35.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646977895538,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:53:35.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:53:35.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:53:35.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646977895538,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar",
  "status": "NOTIFIED"
}
2022-03-11T05:53:35.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:53:35.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:53:35.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646977903867,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-11T05:53:35.610Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:53:35.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:53:35.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646977908430,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/basic_onboard_smthzj0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-11T05:53:35.610Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:53:35.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:53:35.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646977909545,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-11T05:53:35.610Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:53:35.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:53:35.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646977910602,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-11T05:53:35.611Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:53:35.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:53:35.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646977911911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/basic_onboard_smthzj0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-11T05:53:35.611Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:53:35.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:53:35.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646977912915,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-11T05:53:35.611Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:53:35.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:53:35.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646977913919,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/resourceInstances/basic_onboard_smthzj0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-11T05:53:35.612Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:53:35.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:53:35.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646977914923,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSmthzj/1.0/artifacts/service-BasicOnboardSmthzj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-11T05:53:35.612Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:53:56.001Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d39c93f9-11e5-40a7-9256-b7650771b111
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11T05:53:56.013Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d39c93f9-11e5-40a7-9256-b7650771b111
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-11T05:53:56.018Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-11T05:53:56.018Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-11T05:53:56.018Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-11T05:53:56.019Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-11T05:53:56.019Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-11T05:53:56.019Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-11T05:53:56.019Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-11T05:53:56.020Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-11T05:53:56.020Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-11T05:53:56.020Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-11T05:53:56.020Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||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-11T05:53:56.026Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-11T05:54:26.027Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d39c93f9-11e5-40a7-9256-b7650771b111 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-11T05:54:26.039Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d39c93f9-11e5-40a7-9256-b7650771b111 and serviceModelVersionId: 11887373-89c1-424d-8979-13a5a74d8dcf
2022-03-11T05:54:26.040Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7e78d1e4-9b46-4c4a-bce8-e1705a8da764
2022-03-11T05:54:35.547Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:54:35.548Z||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-11T05:54:35.548Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:54:36.084Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:54:36.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646977968811,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.089Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:54:36.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "aai-ml",
  "timestamp": 1646977965436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.090Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:54:36.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "policy-id",
  "timestamp": 1646977971733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.090Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:54:36.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.091Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646977968811,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vfwf11f926274f00_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.113Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:54:36.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.113Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "aai-ml",
  "timestamp": 1646977965436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vfwf11f926274f00_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.113Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:54:36.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.114Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "policy-id",
  "timestamp": 1646977971733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vfwf11f926274f00_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.114Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:54:36.114Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.114Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646977975207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.114Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:54:36.114Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.115Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "cds",
  "timestamp": 1646977974179,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.115Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:54:36.115Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.115Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646977968811,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.115Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:54:36.116Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.116Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "aai-ml",
  "timestamp": 1646977965436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.116Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:54:36.116Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.116Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "policy-id",
  "timestamp": 1646977971733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-11T05:54:36.117Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:54:36.117Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.117Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646977975207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vfwf11f926274f00_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.117Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:54:36.117Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.117Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646977975468,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.118Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:54:36.118Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.118Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "cds",
  "timestamp": 1646977974179,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vfwf11f926274f00_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.118Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:54:36.118Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.118Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646977968811,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.119Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:54:36.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "aai-ml",
  "timestamp": 1646977965436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.119Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:54:36.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "policy-id",
  "timestamp": 1646977971733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.120Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:54:36.120Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.120Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646977975207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.120Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:54:36.120Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.120Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646977975468,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vfwf11f926274f00_modules.json",
  "status": "NOTIFIED"
}
2022-03-11T05:54:36.121Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:54:36.121Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.121Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "cds",
  "timestamp": 1646977974179,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.121Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:54:36.121Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.121Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646977968811,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.122Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:54:36.122Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.122Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "aai-ml",
  "timestamp": 1646977965436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.122Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:54:36.122Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.122Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "policy-id",
  "timestamp": 1646977971733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.123Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:54:36.123Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.123Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646977975207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.123Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:54:36.123Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.124Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646977975468,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-11T05:54:36.124Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:54:36.124Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.124Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "cds",
  "timestamp": 1646977974179,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.126Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:54:36.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646977968811,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.126Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:54:36.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "aai-ml",
  "timestamp": 1646977965436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.127Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:54:36.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "policy-id",
  "timestamp": 1646977971733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.127Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:54:36.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646977975207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.128Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:54:36.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646977975468,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.128Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:54:36.129Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.129Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "cds",
  "timestamp": 1646977974179,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.129Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:54:36.129Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.129Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646977968811,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-csar.csar",
  "status": "NOTIFIED"
}
2022-03-11T05:54:36.130Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:54:36.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "aai-ml",
  "timestamp": 1646977965436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-csar.csar",
  "status": "NOTIFIED"
}
2022-03-11T05:54:36.130Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:54:36.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "policy-id",
  "timestamp": 1646977971733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-csar.csar",
  "status": "NOTIFIED"
}
2022-03-11T05:54:36.131Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:54:36.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646977975207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:54:36.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646977975468,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-11T05:54:36.133Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:54:36.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "cds",
  "timestamp": 1646977974179,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.133Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:54:36.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646977975207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.134Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:54:36.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646977975468,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.134Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:54:36.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "cds",
  "timestamp": 1646977974179,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-csar.csar",
  "status": "NOTIFIED"
}
2022-03-11T05:54:36.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:54:36.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646977981132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-11T05:54:36.135Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:54:36.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "policy-id",
  "timestamp": 1646977981542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-11T05:54:36.136Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:54:36.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "aai-ml",
  "timestamp": 1646977981799,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-11T05:54:36.138Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:54:36.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646977975468,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-csar.csar",
  "status": "NOTIFIED"
}
2022-03-11T05:54:36.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:54:36.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "policy-id",
  "timestamp": 1646977982547,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-11T05:54:36.139Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:54:36.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "cds",
  "timestamp": 1646977982263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-11T05:54:36.140Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:54:36.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "policy-id",
  "timestamp": 1646977983550,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-11T05:54:36.162Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f74021b0-450e-4cde-bc0e-dd69049ba9ea
2022-03-11T05:54:36.163Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f74021b0-450e-4cde-bc0e-dd69049ba9ea 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-11T05:54:36.178Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.178Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646977983503,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vfwf11f926274f00_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-11T05:54:36.179Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:54:36.179Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.179Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "cds",
  "timestamp": 1646977983289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-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-11T05:54:36.185Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f74021b0-450e-4cde-bc0e-dd69049ba9ea
2022-03-11T05:54:36.185Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f74021b0-450e-4cde-bc0e-dd69049ba9ea 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-11T05:54:36.219Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.219Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646977984915,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-11T05:54:36.219Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:54:36.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646977984928,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-11T05:54:36.220Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:54:36.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.221Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646977985932,
  "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-11T05:54:36.229Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f74021b0-450e-4cde-bc0e-dd69049ba9ea
2022-03-11T05:54:36.230Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f74021b0-450e-4cde-bc0e-dd69049ba9ea 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-11T05:54:36.243Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.243Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646977986120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-11T05:54:36.244Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:54:36.244Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.244Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646977987148,
  "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-11T05:54:36.250Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f74021b0-450e-4cde-bc0e-dd69049ba9ea
2022-03-11T05:54:36.250Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f74021b0-450e-4cde-bc0e-dd69049ba9ea 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-11T05:54:36.260Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.260Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646977988152,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vfwf11f926274f00_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-11T05:54:36.260Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:54:36.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "clamp",
  "timestamp": 1646977990121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.261Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:54:36.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "clamp",
  "timestamp": 1646977990121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vfwf11f926274f00_modules.json",
  "status": "NOTIFIED"
}
2022-03-11T05:54:36.261Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:54:36.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "clamp",
  "timestamp": 1646977990121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.261Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:54:36.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "clamp",
  "timestamp": 1646977990121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.262Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:54:36.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "aai-ml",
  "timestamp": 1646977994693,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-11T05:54:36.262Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:54:36.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "clamp",
  "timestamp": 1646977990121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.262Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:54:36.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "aai-ml",
  "timestamp": 1646977995703,
  "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-11T05:54:36.269Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f74021b0-450e-4cde-bc0e-dd69049ba9ea
2022-03-11T05:54:36.269Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f74021b0-450e-4cde-bc0e-dd69049ba9ea 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-11T05:54:36.285Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.286Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "clamp",
  "timestamp": 1646977990121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:54:36.286Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:54:36.286Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.286Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "clamp",
  "timestamp": 1646977990121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-csar.csar",
  "status": "NOTIFIED"
}
2022-03-11T05:54:36.287Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:54:36.287Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.287Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "clamp",
  "timestamp": 1646978004054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-11T05:54:36.288Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:54:36.288Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.288Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "clamp",
  "timestamp": 1646978006068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-11T05:54:36.288Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:54:36.289Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:54:36.289Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "clamp",
  "timestamp": 1646978007072,
  "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-11T05:54:36.295Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f74021b0-450e-4cde-bc0e-dd69049ba9ea
2022-03-11T05:54:36.295Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f74021b0-450e-4cde-bc0e-dd69049ba9ea 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-11T05:54:42.754Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7e78d1e4-9b46-4c4a-bce8-e1705a8da764/model-vers/model-ver/11887373-89c1-424d-8979-13a5a74d8dcf?depth=0
2022-03-11T05:54:42.867Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-03-11T05:54:43.460Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e78d1e4-9b46-4c4a-bce8-e1705a8da764/model-vers/model-ver/11887373-89c1-424d-8979-13a5a74d8dcf?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-11T05:54:43.465Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e78d1e4-9b46-4c4a-bce8-e1705a8da764/model-vers/model-ver/11887373-89c1-424d-8979-13a5a74d8dcf?depth=0|INFO|500||Invoke
2022-03-11T05:54:43.601Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e78d1e4-9b46-4c4a-bce8-e1705a8da764/model-vers/model-ver/11887373-89c1-424d-8979-13a5a74d8dcf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-11T05:54:44.059Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e78d1e4-9b46-4c4a-bce8-e1705a8da764/model-vers/model-ver/11887373-89c1-424d-8979-13a5a74d8dcf?depth=0|INFO|500||InvokeReturn
2022-03-11T05:54:44.061Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e78d1e4-9b46-4c4a-bce8-e1705a8da764/model-vers/model-ver/11887373-89c1-424d-8979-13a5a74d8dcf?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220311-05:54:43:708-5119], vertex-id=[155664], Content-Length=[0], Date=[Fri, 11 Mar 2022 05:54:43 GMT], Content-Type=[application/json]}
2022-03-11T05:54:44.062Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-03-11T05:54:44.066Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-11T05:54:44.066Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||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-11T05:54:44.071Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||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-11T05:54:44.072Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d39c93f9-11e5-40a7-9256-b7650771b111 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-11T05:54:44.073Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-11T05:54:44.074Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:54:44.078Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:54:44.079Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978084072,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-11T05:54:44.179Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T05:54:44.180Z||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-11T05:54:44.181Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:54:44.196Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:54:44.197Z||pool-18-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-11T05:54:45.095Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:54:45.096Z|d39c93f9-11e5-40a7-9256-b7650771b111|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-11T05:54:45.096Z|d39c93f9-11e5-40a7-9256-b7650771b111|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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:54:49.460Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:54:49.461Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T05:54:49.462Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"f74021b0-450e-4cde-bc0e-dd69049ba9ea","serviceName":"vFW 2022-03-11 05-50-57","serviceVersion":"1.0","serviceUUID":"c3be7606-c866-476a-ac57-d129aa8cdaf3","serviceDescription":"catalog service description","serviceInvariantUUID":"6d7dadeb-6a5a-4b6a-b527-cfcc8a7db5eb","resources":[{"resourceInstanceName":"vFW f11f9262-74f0 0","resourceName":"vFW f11f9262-74f0","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a5228b75-4b7c-4c61-aad6-f3965efa5f10","resourceInvariantUUID":"5d0363c6-bc6f-4776-ae0d-6f0392ce71be","resourceCustomizationUUID":"3a1e1724-82d8-4be2-8b88-8d4d05f19926","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vf-license-model.xml","artifactChecksum":"NjBlYzM1ZmU2MDMyNDE4ZTMwNTlmZWNhZjFjNjM1YzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b499d03-e3d5-475e-818d-0aa4a81ce111","artifactVersion":"1"},{"artifactName":"vfwf11f926274f00_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vfwf11f926274f00_modules.json","artifactChecksum":"M2ZhM2Q2MDE4ZTNlMzdkNzY1NTJkMzM5MjI2MTQ1ZDY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fb92cf42-7367-4f51-98ca-d9025b49cb7d","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1b7bb4d0-5e7f-4205-ac59-fc73274bde1c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vendor-license-model.xml","artifactChecksum":"MDU3MjQyNjM3OWEyNWJlZGQ2MWQwMDlmZDdjNzViOTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0d42cb1e-0f29-40f2-b5a9-0cc0a4bd916f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b034d728-ad96-41dc-976c-014e72afec29","artifactVersion":"3","generatedFromUUID":"1b7bb4d0-5e7f-4205-ac59-fc73274bde1c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220311055057-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-template.yml","artifactChecksum":"NjBkNGE3NDM2YWNjNGFkZDQ2YTlmYzM0MDI2NzdmMmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3818d570-f874-4ad4-aefc-bcf1f058a8ff","artifactVersion":"1"},{"artifactName":"service-Vfw20220311055057-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-csar.csar","artifactChecksum":"NmYxNmRiNDI0N2NjYjFhMTZmNjkzMTEyNTBmMjAzYjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d3d60ff3-fe13-4c32-b930-5796afa7b9a1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-11T05:54:49.467Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T05:54:49.467Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:54:49.470Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:54:49.470Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978085095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:54:49.571Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-11T05:54:49.573Z||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-11T05:54:49.573Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:54:49.586Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:54:49.587Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-11T05:54:50.470Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T05:54:50.471Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:54:50.473Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:54:50.473Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978085095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vfwf11f926274f00_modules.json",
  "status": "NOTIFIED"
}
2022-03-11T05:54:50.574Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T05:54:50.575Z||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-11T05:54:50.575Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:54:50.596Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:54:50.597Z||pool-20-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-11T05:54:51.474Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T05:54:51.475Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:54:51.479Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:54:51.480Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978085095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-11T05:54:51.578Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-11T05:54:51.579Z||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-11T05:54:51.579Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:54:51.596Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:54:51.596Z||pool-21-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-11T05:54:52.481Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T05:54:52.482Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:54:52.484Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:54:52.484Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978085095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:54:52.585Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-11T05:54:52.586Z||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-11T05:54:52.587Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:54:52.600Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:54:52.601Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-11T05:54:53.485Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T05:54:53.486Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:54:53.501Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:54:53.502Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978085095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-11T05:54:53.589Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2022-03-11T05:54:53.590Z||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-11T05:54:53.590Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:54:53.604Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:54:53.605Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-11T05:54:54.503Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T05:54:54.504Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:54:54.507Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:54:54.507Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978085095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:54:54.607Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-11T05:54:54.609Z||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-11T05:54:54.609Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:54:54.625Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:54:54.626Z||pool-24-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-11T05:54:55.508Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T05:54:55.509Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:54:55.511Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:54:55.511Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978085095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-csar.csar",
  "status": "NOTIFIED"
}
2022-03-11T05:54:55.612Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T05:54:55.613Z||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-11T05:54:55.613Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:54:55.627Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:54:55.628Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-11T05:54:56.513Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "serviceName": "vFW 2022-03-11 05-50-57",
  "serviceVersion": "1.0",
  "serviceUUID": "c3be7606-c866-476a-ac57-d129aa8cdaf3",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "6d7dadeb-6a5a-4b6a-b527-cfcc8a7db5eb",
  "resources": [
    {
      "resourceInstanceName": "vFW f11f9262-74f0 0",
      "resourceCustomizationUUID": "3a1e1724-82d8-4be2-8b88-8d4d05f19926",
      "resourceName": "vFW f11f9262-74f0",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a5228b75-4b7c-4c61-aad6-f3965efa5f10",
      "resourceInvariantUUID": "5d0363c6-bc6f-4776-ae0d-6f0392ce71be",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwf11f926274f00_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vfwf11f926274f00_modules.json",
          "artifactChecksum": "M2ZhM2Q2MDE4ZTNlMzdkNzY1NTJkMzM5MjI2MTQ1ZDY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "fb92cf42-7367-4f51-98ca-d9025b49cb7d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "1b7bb4d0-5e7f-4205-ac59-fc73274bde1c",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "3",
            "artifactUUID": "b034d728-ad96-41dc-976c-014e72afec29",
            "generatedFromUUID": "1b7bb4d0-5e7f-4205-ac59-fc73274bde1c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "3",
          "artifactUUID": "b034d728-ad96-41dc-976c-014e72afec29",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220311055057-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-csar.csar",
      "artifactChecksum": "NmYxNmRiNDI0N2NjYjFhMTZmNjkzMTEyNTBmMjAzYjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d3d60ff3-fe13-4c32-b930-5796afa7b9a1"
    }
  ],
  "workloadContext": "Production"
}
2022-03-11T05:54:56.514Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-11T05:54:56.514Z|d39c93f9-11e5-40a7-9256-b7650771b111|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c3be7606-c866-476a-ac57-d129aa8cdaf3 ASDC
2022-03-11T05:54:56.514Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:f74021b0-450e-4cde-bc0e-dd69049ba9ea
ServiceName:vFW 2022-03-11 05-50-57
ServiceVersion:1.0
ServiceUUID:c3be7606-c866-476a-ac57-d129aa8cdaf3
ServiceInvariantUUID:6d7dadeb-6a5a-4b6a-b527-cfcc8a7db5eb
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220311055057-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-csar.csar
ArtifactUUID:d3d60ff3-fe13-4c32-b930-5796afa7b9a1
ArtifactChecksum:NmYxNmRiNDI0N2NjYjFhMTZmNjkzMTEyNTBmMjAzYjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW f11f9262-74f0 0
ResourceCustomizationUUID:3a1e1724-82d8-4be2-8b88-8d4d05f19926
ResourceInvariantUUID:5d0363c6-bc6f-4776-ae0d-6f0392ce71be
ResourceName:vFW f11f9262-74f0
ResourceType:VF
ResourceUUID:a5228b75-4b7c-4c61-aad6-f3965efa5f10
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwf11f926274f00_modules.json
ArtifactVersion:2
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vfwf11f926274f00_modules.json
ArtifactUUID:fb92cf42-7367-4f51-98ca-d9025b49cb7d
ArtifactChecksum:M2ZhM2Q2MDE4ZTNlMzdkNzY1NTJkMzM5MjI2MTQ1ZDY=
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/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.yaml
ArtifactUUID:1b7bb4d0-5e7f-4205-ac59-fc73274bde1c
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.env
ArtifactUUID:b034d728-ad96-41dc-976c-014e72afec29
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.env
ArtifactUUID:b034d728-ad96-41dc-976c-014e72afec29
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-11T05:54:56.515Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c3be7606-c866-476a-ac57-d129aa8cdaf3 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-11T05:54:56.548Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-11T05:54:56.549Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-11T05:54:56.549Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-11T05:54:56.550Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d3d60ff3-fe13-4c32-b930-5796afa7b9a1 from URL: /sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-csar.csar
2022-03-11T05:54:56.550Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-11T05:54:56.550Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-csar.csar
2022-03-11T05:54:56.725Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-11T05:54:56.731Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-csar.csar d3d60ff3-fe13-4c32-b930-5796afa7b9a1 98992
2022-03-11T05:54:56.731Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-csar.csar ASDC sendASDCNotification
2022-03-11T05:54:56.731Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-csar.csar
2022-03-11T05:54:56.732Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-11T05:54:56.732Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:54:56.735Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:54:56.735Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978096731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-11T05:54:56.835Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T05:54:56.836Z||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-11T05:54:56.837Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:54:56.849Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:54:56.854Z||pool-26-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-11T05:54:57.736Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-11T05:54:57.737Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-11T05:54:57.737Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: d3d60ff3-fe13-4c32-b930-5796afa7b9a1, URL: /sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-csar.csar to file: /app/ASDC/1/service-Vfw20220311055057-csar.csar
2022-03-11T05:54:57.738Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220311055057-csar.csar
2022-03-11T05:54:57.739Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220311055057-csar.csar
2022-03-11T05:54:57.739Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220311055057-csar.csar
2022-03-11T05:54:57.918Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16891275669197986244/Definitions/service-Vfw20220311055057-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_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
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
2022-03-11T05:55:00.345Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-11T05:55:00.347Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-11T05:55:00.347Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220311055057-csar.csar
2022-03-11T05:55:00.348Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-11T05:55:00.348Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||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-Vfw20220311055057-csar.csar
2022-03-11T05:55:00.349Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||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-Vfw20220311055057-csar.csar
2022-03-11T05:55:00.349Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||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-Vfw20220311055057-csar.csar
2022-03-11T05:55:00.349Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220311055057-csar.csar
2022-03-11T05:55:00.350Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220311055057-csar.csar
2022-03-11T05:55:00.350Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||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-Vfw20220311055057-csar.csar
2022-03-11T05:55:00.351Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||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-Vfw20220311055057-csar.csar
2022-03-11T05:55:00.351Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||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-Vfw20220311055057-csar.csar
2022-03-11T05:55:00.351Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220311055057-csar.csar
2022-03-11T05:55:00.352Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||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-Vfw20220311055057-csar.csar
2022-03-11T05:55:00.352Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220311055057-csar.csar
2022-03-11T05:55:00.352Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||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-Vfw20220311055057-csar.csar
2022-03-11T05:55:00.353Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f11f9262-74f0 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-Vfw20220311055057-csar.csar
2022-03-11T05:55:00.353Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-11T05:55:00.353Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:55:00.354Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-11 05-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:55:00.355Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vFW f11f9262-74f0 0 is matching search criteria
2022-03-11T05:55:00.355Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-11T05:55:00.355Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f11f9262-74f0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-11T05:55:00.356Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:55:00.356Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-11 05-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:55:00.357Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vFW f11f9262-74f0 0 is matching search criteria
2022-03-11T05:55:00.357Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-11T05:55:00.358Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f11f9262-74f0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-11T05:55:00.358Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:55:00.359Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-11 05-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:55:00.359Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:55:00.359Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vFW f11f9262-74f0 0 is not matching search criteria
2022-03-11T05:55:00.360Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-11T05:55:00.360Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-11T05:55:00.361Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-11T05:55:00.361Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-11T05:55:00.361Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-11T05:55:00.362Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-11T05:55:00.362Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-11T05:55:00.363Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-11T05:55:00.363Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-11T05:55:00.363Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-11T05:55:00.364Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-11T05:55:00.364Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-11T05:55:00.364Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-11T05:55:00.365Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-11T05:55:00.365Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-11T05:55:00.366Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-11T05:55:00.366Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:55:00.366Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-11 05-50-57 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-11T05:55:00.367Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:55:00.367Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vFW f11f9262-74f0 0 is matching search criteria
2022-03-11T05:55:00.368Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f11f9262-74f0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T05:55:00.368Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:55:00.369Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vFW f11f9262-74f0 0 is matching search criteria
2022-03-11T05:55:00.369Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f11f9262-74f0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T05:55:00.370Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:55:00.370Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vFW f11f9262-74f0 0 is matching search criteria
2022-03-11T05:55:00.370Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f11f9262-74f0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T05:55:00.371Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:55:00.371Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vFW f11f9262-74f0 0 is not matching search criteria
2022-03-11T05:55:00.371Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-11T05:55:00.372Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-11T05:55:00.372Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-11T05:55:00.372Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-11T05:55:00.373Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-11T05:55:00.373Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-11T05:55:00.373Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-11T05:55:00.373Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-11T05:55:00.373Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-11T05:55:00.374Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-11T05:55:00.374Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-11T05:55:00.374Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=fb31370f-4383-41a4-87cf-9b838576538d
2022-03-11T05:55:00.374Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:55:00.375Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vFW f11f9262-74f0 0 is not matching search criteria
2022-03-11T05:55:00.375Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-11T05:55:00.375Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-11T05:55:00.375Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-11T05:55:00.375Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-11T05:55:00.376Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-11T05:55:00.376Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-11T05:55:00.376Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-11T05:55:00.376Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-11T05:55:00.377Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-11T05:55:00.377Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-11T05:55:00.377Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-11T05:55:00.377Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-11T05:55:00.377Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cd689ace-3da4-4be8-9c39-5612fe8909db
2022-03-11T05:55:00.378Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:55:00.378Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vFW f11f9262-74f0 0 is not matching search criteria
2022-03-11T05:55:00.378Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-11T05:55:00.378Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-11T05:55:00.378Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-11T05:55:00.378Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-11T05:55:00.379Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-11T05:55:00.379Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-11T05:55:00.379Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-11T05:55:00.379Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-11T05:55:00.379Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-11T05:55:00.379Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-11T05:55:00.380Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-11T05:55:00.380Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-11T05:55:00.380Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=13b07a6b-28b3-4792-b83d-78b39b53add2
2022-03-11T05:55:00.380Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:55:00.380Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-11 05-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:55:00.381Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:55:00.381Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-11 05-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:55:00.381Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:55:00.381Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-11 05-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:55:00.381Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:55:00.381Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-11 05-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:55:00.382Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-11 05-50-57
Description:catalog service description
Model UUID:c3be7606-c866-476a-ac57-d129aa8cdaf3
Model Version:NULL
Model InvariantUuid:6d7dadeb-6a5a-4b6a-b527-cfcc8a7db5eb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW f11f9262-74f0
Model UUID:75d67365-671a-437a-a49c-64fa24bc6659
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5d0363c6-bc6f-4776-ae0d-6f0392ce71be
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3a1e1724-82d8-4be2-8b88-8d4d05f19926
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:82dc04f0-bc01-4d5d-b94c-8d8bc1b367ba
ModelName:VfwF11f926274f0..base_vfw..module-0
ModelUuid:9d6bb483-ef08-4ee2-a44f-e1e0771c44e0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fb31370f-4383-41a4-87cf-9b838576538d
ModelInvariantUuid:d0a62e63-4c61-4724-956d-76d2dae39f8a
ModelName:vFW f11f9262-74f0-nodes.vfwCvfc
ModelUuid:5aa41d69-c4d8-4bb8-9f1b-206198fc817e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:d52c579a-0d09-47be-89c1-4f6867146ac1
ModelInvariantUuid:abdd4b5e-5c45-4075-80dd-b8499f01e7a6
ModelName:VfwF11f926274f0.compute.nodes.heat.vfw
ModelUuid:c0f27be7-49cb-428e-a470-ebb7898768fd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:cd689ace-3da4-4be8-9c39-5612fe8909db
ModelInvariantUuid:34d90fa7-c642-41e1-a618-0cdd8b8138c7
ModelName:vFW f11f9262-74f0-nodes.vsnCvfc
ModelUuid:b689ae5d-640f-409c-a4bb-57252322b8b7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:8fe24709-7c96-40ca-9e7b-a42b994cbc29
ModelInvariantUuid:09fd3eff-ed48-44ac-afdf-6c61713a5bda
ModelName:VfwF11f926274f0.compute.nodes.heat.vsn
ModelUuid:3fc9db8e-d683-44c9-89e2-54496361bb30
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:13b07a6b-28b3-4792-b83d-78b39b53add2
ModelInvariantUuid:06d0ca58-53aa-47c5-8fba-63e77546772a
ModelName:vFW f11f9262-74f0-nodes.vpgCvfc
ModelUuid:b7bfe71e-1737-4010-b86e-0c8555e27814
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:dc64b98d-5b6c-4605-bd29-06c4e12ebbfe
ModelInvariantUuid:8c9db0fd-e336-4f6a-8513-78d69c91bd8c
ModelName:VfwF11f926274f0.compute.nodes.heat.vpg
ModelUuid:efad9343-286c-43cc-9477-ddaa39eba9c5
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-11T05:55:00.389Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: a5228b75-4b7c-4c61-aad6-f3965efa5f10
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-11T05:55:00.393Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||vFW f11f9262-74f0 0
2022-03-11T05:55:00.393Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a5228b75-4b7c-4c61-aad6-f3965efa5f10
2022-03-11T05:55:00.394Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: fb92cf42-7367-4f51-98ca-d9025b49cb7d from URL: /sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vfwf11f926274f00_modules.json
2022-03-11T05:55:00.394Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-11T05:55:00.394Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vfwf11f926274f00_modules.json
2022-03-11T05:55:00.727Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-11T05:55:00.728Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vfwf11f926274f00_modules.json fb92cf42-7367-4f51-98ca-d9025b49cb7d 785
2022-03-11T05:55:00.729Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vfwf11f926274f00_modules.json ASDC sendASDCNotification
2022-03-11T05:55:00.729Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vfwf11f926274f00_modules.json
2022-03-11T05:55:00.729Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-11T05:55:00.730Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:55:00.732Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:55:00.732Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978100729,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vfwf11f926274f00_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-11T05:55:00.832Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T05:55:00.834Z||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-11T05:55:00.834Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:55:00.848Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:55:00.849Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-11T05:55:01.734Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwF11f926274f0..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "82dc04f0-bc01-4d5d-b94c-8d8bc1b367ba",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9d6bb483-ef08-4ee2-a44f-e1e0771c44e0",
    "vfModuleModelCustomizationUUID": "e817e67a-48ec-4266-8691-cc1e57396fc3",
    "isBase": true,
    "artifacts": [
      "1b7bb4d0-5e7f-4205-ac59-fc73274bde1c",
      "b034d728-ad96-41dc-976c-014e72afec29"
    ],
    "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-11T05:55:01.739Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF11f926274f0..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9d6bb483-ef08-4ee2-a44f-e1e0771c44e0
VfModuleModelInvariantUUID:82dc04f0-bc01-4d5d-b94c-8d8bc1b367ba
VfModuleModelDescription:NULL
Artifacts UUID List:{
1b7bb4d0-5e7f-4205-ac59-fc73274bde1c
,
b034d728-ad96-41dc-976c-014e72afec29

}
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-11T05:55:01.742Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwF11f926274f0..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "82dc04f0-bc01-4d5d-b94c-8d8bc1b367ba",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9d6bb483-ef08-4ee2-a44f-e1e0771c44e0",
    "vfModuleModelCustomizationUUID": "e817e67a-48ec-4266-8691-cc1e57396fc3",
    "isBase": true,
    "artifacts": [
      "1b7bb4d0-5e7f-4205-ac59-fc73274bde1c",
      "b034d728-ad96-41dc-976c-014e72afec29"
    ],
    "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-11T05:55:01.742Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF11f926274f0..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9d6bb483-ef08-4ee2-a44f-e1e0771c44e0
VfModuleModelInvariantUUID:82dc04f0-bc01-4d5d-b94c-8d8bc1b367ba
VfModuleModelDescription:NULL
Artifacts UUID List:{
1b7bb4d0-5e7f-4205-ac59-fc73274bde1c
,
b034d728-ad96-41dc-976c-014e72afec29

}
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-11T05:55:01.742Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1b7bb4d0-5e7f-4205-ac59-fc73274bde1c from URL: /sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.yaml
2022-03-11T05:55:01.742Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-11T05:55:01.742Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.yaml
2022-03-11T05:55:02.033Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-11T05:55:02.035Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.yaml 1b7bb4d0-5e7f-4205-ac59-fc73274bde1c 20368
2022-03-11T05:55:02.035Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-11T05:55:02.035Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.yaml
2022-03-11T05:55:02.035Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-11T05:55:02.036Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:55:02.039Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:55:02.039Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978102035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-11T05:55:02.139Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T05:55:02.140Z||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-11T05:55:02.141Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:55:02.153Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:55:02.154Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-11T05:55:03.040Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b034d728-ad96-41dc-976c-014e72afec29 from URL: /sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.env
2022-03-11T05:55:03.041Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-11T05:55:03.041Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.env
2022-03-11T05:55:03.528Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-11T05:55:03.529Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.env b034d728-ad96-41dc-976c-014e72afec29 2098
2022-03-11T05:55:03.530Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-11T05:55:03.530Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.env
2022-03-11T05:55:03.530Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-11T05:55:03.530Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:55:03.533Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:55:03.533Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978103529,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-11T05:55:03.633Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T05:55:03.635Z||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-11T05:55:03.635Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:55:03.651Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:55:03.651Z||pool-29-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-11T05:55:04.534Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: c3be7606-c866-476a-ac57-d129aa8cdaf3
2022-03-11T05:55:04.536Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW f11f9262-74f0 0 a5228b75-4b7c-4c61-aad6-f3965efa5f10 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-11T05:55:04.558Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1d75930, org.onap.sdc.toscaparser.api.parameters.Input@19775ee9, org.onap.sdc.toscaparser.api.parameters.Input@33ead8d4, org.onap.sdc.toscaparser.api.parameters.Input@55901d36, org.onap.sdc.toscaparser.api.parameters.Input@6e35d06d]
2022-03-11T05:55:04.559Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:55:04.560Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-11 05-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:55:04.560Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-03-11T05:55:04.560Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 3a1e1724-82d8-4be2-8b88-8d4d05f19926
2022-03-11T05:55:04.561Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3a1e1724-82d8-4be2-8b88-8d4d05f19926 matches Tosca VF Customization UUID: 3a1e1724-82d8-4be2-8b88-8d4d05f19926
2022-03-11T05:55:04.561Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 3a1e1724-82d8-4be2-8b88-8d4d05f19926  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-11T05:55:04.565Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:55:04.566Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-11 05-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:55:04.567Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 3a1e1724-82d8-4be2-8b88-8d4d05f19926: {\"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-11T05:55:04.567Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7d73d7ca
2022-03-11T05:55:04.567Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:55:04.568Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-11 05-50-57 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-11T05:55:04.568Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e817e67a-48ec-4266-8691-cc1e57396fc3
2022-03-11T05:55:04.568Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e817e67a-48ec-4266-8691-cc1e57396fc3
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-11T05:55:04.572Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:55:04.572Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vFW f11f9262-74f0 0 is matching search criteria
2022-03-11T05:55:04.573Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f11f9262-74f0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T05:55:04.573Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:55:04.573Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vFW f11f9262-74f0 0 is matching search criteria
2022-03-11T05:55:04.573Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f11f9262-74f0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T05:55:04.574Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:55:04.574Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vFW f11f9262-74f0 0 is not matching search criteria
2022-03-11T05:55:04.574Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-11T05:55:04.575Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-11T05:55:04.575Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-11T05:55:04.575Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-11T05:55:04.575Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-11T05:55:04.576Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-11T05:55:04.576Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-11T05:55:04.576Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-11T05:55:04.577Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-11T05:55:04.577Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-11T05:55:04.577Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-11T05:55:04.577Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=fb31370f-4383-41a4-87cf-9b838576538d
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-11T05:55:04.580Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:55:04.580Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vFW f11f9262-74f0 0 is matching search criteria
2022-03-11T05:55:04.581Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f11f9262-74f0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T05:55:04.581Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:55:04.581Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vFW f11f9262-74f0 0 is not matching search criteria
2022-03-11T05:55:04.581Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-11T05:55:04.582Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-11T05:55:04.582Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-11T05:55:04.582Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-11T05:55:04.582Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-11T05:55:04.583Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-11T05:55:04.583Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-11T05:55:04.583Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-11T05:55:04.583Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-11T05:55:04.584Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-11T05:55:04.584Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-11T05:55:04.584Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-11T05:55:04.584Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cd689ace-3da4-4be8-9c39-5612fe8909db
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-11T05:55:04.587Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:55:04.588Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vFW f11f9262-74f0 0 is matching search criteria
2022-03-11T05:55:04.588Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f11f9262-74f0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T05:55:04.591Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:55:04.591Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vFW f11f9262-74f0 0 is not matching search criteria
2022-03-11T05:55:04.592Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-11T05:55:04.592Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-11T05:55:04.592Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-11T05:55:04.592Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-11T05:55:04.593Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-11T05:55:04.593Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-11T05:55:04.593Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-11T05:55:04.593Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-11T05:55:04.594Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-11T05:55:04.594Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-11T05:55:04.594Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-11T05:55:04.594Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-11T05:55:04.594Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=13b07a6b-28b3-4792-b83d-78b39b53add2
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-11T05:55:04.597Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:55:04.598Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vFW f11f9262-74f0 0 is matching search criteria
2022-03-11T05:55:04.598Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f11f9262-74f0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T05:55:04.598Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:55:04.598Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Node template vFW f11f9262-74f0 0 is matching search criteria
2022-03-11T05:55:04.598Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f11f9262-74f0 0] matching following query criteria: sdcType=VF, customizationUUID=3a1e1724-82d8-4be2-8b88-8d4d05f19926
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-11T05:55:04.600Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:55:04.600Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-11 05-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:55:04.601Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid c3be7606-c866-476a-ac57-d129aa8cdaf3: vFW f11f9262-74f0
2022-03-11T05:55:04.601Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:55:04.601Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-11 05-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:55:04.601Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:55:04.602Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-11 05-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:55:04.602Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:55:04.602Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-11 05-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:55:04.602Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:55:04.603Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-11 05-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:55:04.603Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:55:04.603Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-11 05-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:55:04.603Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-03-11 05-50-57 
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-11T05:55:04.798Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW f11f9262-74f0 a5228b75-4b7c-4c61-aad6-f3965efa5f10 1 ASDC deployResourceStructure
2022-03-11T05:55:04.798Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vfwf11f926274f00_modules.json ASDC sendASDCNotification
2022-03-11T05:55:04.799Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vfwf11f926274f00_modules.json
2022-03-11T05:55:04.799Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-11T05:55:04.799Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:55:04.801Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:55:04.801Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978104798,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vfwf11f926274f00_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-11T05:55:04.902Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T05:55:04.903Z||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-11T05:55:04.903Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:55:04.917Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:55:04.918Z||pool-30-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-11T05:55:05.803Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-11T05:55:05.804Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.yaml
2022-03-11T05:55:05.804Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-11T05:55:05.804Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:55:05.806Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:55:05.806Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978105803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-11T05:55:05.906Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T05:55:05.907Z||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-11T05:55:05.907Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:55:05.920Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:55:05.921Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-11T05:55:06.807Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-11T05:55:06.808Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.env
2022-03-11T05:55:06.808Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-11T05:55:06.808Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:55:06.810Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:55:06.811Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978106807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-11T05:55:06.911Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T05:55:06.912Z||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-11T05:55:06.912Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:55:06.933Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:55:06.934Z||pool-32-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-03-11T05:55:07.811Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-csar.csar ASDC sendASDCNotification
2022-03-11T05:55:07.812Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-csar.csar
2022-03-11T05:55:07.812Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-11T05:55:07.813Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:55:07.816Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:55:07.816Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978107811,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-11T05:55:07.915Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-11T05:55:07.917Z||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-11T05:55:07.917Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:55:07.938Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:55:07.939Z||pool-33-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-11T05:55:08.816Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f74021b0-450e-4cde-bc0e-dd69049ba9ea
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11T05:55:08.830Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f74021b0-450e-4cde-bc0e-dd69049ba9ea
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-11T05:55:08.835Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-11T05:55:08.835Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-11T05:55:08.835Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-11T05:55:08.835Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-11T05:55:08.835Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-11T05:55:08.835Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-11T05:55:08.835Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-11T05:55:08.836Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-11T05:55:08.836Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-11T05:55:08.836Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-11T05:55:08.836Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||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-11T05:55:08.841Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-11T05:55:35.547Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:55:35.548Z||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-11T05:55:35.548Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:55:36.187Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:55:36.188Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:55:36.188Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d39c93f9-11e5-40a7-9256-b7650771b111",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978084072,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-11T05:55:36.189Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:55:36.189Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:55:36.189Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978085095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:55:36.189Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:55:36.189Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:55:36.189Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978085095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vfwf11f926274f00_modules.json",
  "status": "NOTIFIED"
}
2022-03-11T05:55:36.189Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:55:36.190Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:55:36.190Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978085095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-11T05:55:36.190Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:55:36.190Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:55:36.190Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978085095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:55:36.190Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:55:36.190Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:55:36.190Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978085095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-11T05:55:36.191Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:55:36.191Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:55:36.191Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978085095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:55:36.191Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:55:36.191Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:55:36.191Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978085095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-csar.csar",
  "status": "NOTIFIED"
}
2022-03-11T05:55:36.191Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:55:36.191Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:55:36.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978096731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-11T05:55:36.192Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:55:36.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:55:36.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978100729,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vfwf11f926274f00_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-11T05:55:36.192Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:55:36.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:55:36.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978102035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-11T05:55:36.192Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:55:36.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:55:36.193Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978103529,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-11T05:55:36.193Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:55:36.193Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:55:36.193Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978104798,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/vfwf11f926274f00_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-11T05:55:36.193Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:55:36.193Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:55:36.193Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978105803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-11T05:55:36.193Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:55:36.194Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:55:36.194Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978106807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/resourceInstances/vfwf11f926274f00/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-11T05:55:36.194Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:55:36.194Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:55:36.194Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978107811,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055057/1.0/artifacts/service-Vfw20220311055057-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-11T05:55:36.194Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:55:38.842Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f74021b0-450e-4cde-bc0e-dd69049ba9ea 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-11T05:55:38.848Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f74021b0-450e-4cde-bc0e-dd69049ba9ea and serviceModelVersionId: c3be7606-c866-476a-ac57-d129aa8cdaf3
2022-03-11T05:55:38.848Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6d7dadeb-6a5a-4b6a-b527-cfcc8a7db5eb
2022-03-11T05:55:38.850Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6d7dadeb-6a5a-4b6a-b527-cfcc8a7db5eb/model-vers/model-ver/c3be7606-c866-476a-ac57-d129aa8cdaf3?depth=0
2022-03-11T05:55:38.856Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-03-11T05:55:38.927Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d7dadeb-6a5a-4b6a-b527-cfcc8a7db5eb/model-vers/model-ver/c3be7606-c866-476a-ac57-d129aa8cdaf3?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-11T05:55:38.940Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d7dadeb-6a5a-4b6a-b527-cfcc8a7db5eb/model-vers/model-ver/c3be7606-c866-476a-ac57-d129aa8cdaf3?depth=0|INFO|500||Invoke
2022-03-11T05:55:38.976Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d7dadeb-6a5a-4b6a-b527-cfcc8a7db5eb/model-vers/model-ver/c3be7606-c866-476a-ac57-d129aa8cdaf3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-11T05:55:39.729Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d7dadeb-6a5a-4b6a-b527-cfcc8a7db5eb/model-vers/model-ver/c3be7606-c866-476a-ac57-d129aa8cdaf3?depth=0|INFO|500||InvokeReturn
2022-03-11T05:55:39.729Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d7dadeb-6a5a-4b6a-b527-cfcc8a7db5eb/model-vers/model-ver/c3be7606-c866-476a-ac57-d129aa8cdaf3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220311-05:55:39:083-27946], vertex-id=[200800], Content-Length=[0], Date=[Fri, 11 Mar 2022 05:55:39 GMT], Content-Type=[application/json]}
2022-03-11T05:55:39.730Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-03-11T05:55:39.730Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-11T05:55:39.730Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||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-11T05:55:39.735Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||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-11T05:55:39.735Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f74021b0-450e-4cde-bc0e-dd69049ba9ea and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-11T05:55:39.735Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-11T05:55:39.736Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:55:39.739Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:55:39.739Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978139735,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-11T05:55:39.839Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T05:55:39.841Z||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-11T05:55:39.841Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:55:39.859Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:55:39.859Z||pool-34-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-11T05:55:40.752Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:55:40.753Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|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-11T05:55:40.753Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:55:41.380Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:55:41.382Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T05:55:41.382Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"2f9f259d-041a-4f55-8525-4eec5ab89502","serviceName":"vFW 2022-03-11 05-53-46","serviceVersion":"1.0","serviceUUID":"03d6a077-5557-4c16-bc2d-6fcfca72ad8c","serviceDescription":"catalog service description","serviceInvariantUUID":"fa20f8e1-bc8b-4bd7-8aa0-d1230f4b8d48","resources":[{"resourceInstanceName":"vFW ebf5a2ee-b34d 0","resourceName":"vFW ebf5a2ee-b34d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ab39d461-18c0-497c-9f84-a9c5889f88b6","resourceInvariantUUID":"2cf9e779-fc1b-45be-897b-72bbc02fe7c9","resourceCustomizationUUID":"bb7234d6-8b96-482f-afbf-17453e022acb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/vf-license-model.xml","artifactChecksum":"ZDM3MWZmZTIzNjUwNjhhMjc0OTYwMWMwYTk2NjFmM2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e44c5a32-1d7d-4d7e-b1a1-bf1749c408c3","artifactVersion":"1"},{"artifactName":"vfwebf5a2eeb34d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/vfwebf5a2eeb34d0_modules.json","artifactChecksum":"MmNmOGMzMTljYjY3ODVmYjJjMTE3MDcxM2VkODFhMmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d53877ad-94e1-49ca-bf23-4c9da4ec0067","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d7dfd1ea-ecad-458f-9fe3-0332d85eaf97","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/vendor-license-model.xml","artifactChecksum":"N2NiNzEwNmVhOWYwNTIxMzRiNzYwYzUwNjIwMTJjZDU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"eeda4b83-4056-4e2b-8c66-be789c518481","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"679eb38b-3376-41bb-b4f0-d666f090d69e","artifactVersion":"3","generatedFromUUID":"d7dfd1ea-ecad-458f-9fe3-0332d85eaf97"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220311055346-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220311055346/1.0/artifacts/service-Vfw20220311055346-template.yml","artifactChecksum":"NDI4YjQxMGNjYzYzMjI3YmRhYjdmYzc3NjRmNTcwMjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4a099ad2-1e78-41ae-9bd0-c908613b4186","artifactVersion":"1"},{"artifactName":"service-Vfw20220311055346-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220311055346/1.0/artifacts/service-Vfw20220311055346-csar.csar","artifactChecksum":"M2E2NmQ4ZjFlZjRjNzY1YmFkODI5NjgxNWM2ZmVlNzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4a8557f4-7f43-4cd2-9363-2b796a992c27","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-11T05:55:41.391Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T05:55:41.392Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:55:41.394Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:55:41.394Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978140752,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:55:41.495Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T05:55:41.496Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-11T05:55:41.496Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:55:41.508Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:55:41.509Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-11T05:55:42.395Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T05:55:42.396Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:55:42.398Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:55:42.399Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978140752,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/vfwebf5a2eeb34d0_modules.json",
  "status": "NOTIFIED"
}
2022-03-11T05:55:42.499Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T05:55:42.500Z||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-11T05:55:42.500Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:55:42.520Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:55:42.521Z||pool-36-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-11T05:55:43.401Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T05:55:43.402Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:55:43.404Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:55:43.404Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978140752,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-11T05:55:43.504Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T05:55:43.505Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-11T05:55:43.505Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:55:43.551Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:55:43.551Z||pool-37-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-03-11T05:55:44.405Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T05:55:44.406Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:55:44.408Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:55:44.409Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978140752,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:55:44.509Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T05:55:44.510Z||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-11T05:55:44.510Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:55:44.526Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:55:44.528Z||pool-38-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-11T05:55:45.410Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T05:55:45.411Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:55:45.414Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:55:45.414Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978140752,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-11T05:55:45.515Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T05:55:45.517Z||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-11T05:55:45.518Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:55:45.533Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:55:45.534Z||pool-39-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-11T05:55:46.420Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T05:55:46.424Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:55:46.427Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:55:46.427Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978140752,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/artifacts/service-Vfw20220311055346-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:55:46.527Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T05:55:46.528Z||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-11T05:55:46.528Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:55:46.543Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:55:46.544Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-11T05:55:47.428Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T05:55:47.430Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:55:47.433Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:55:47.433Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978140752,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/artifacts/service-Vfw20220311055346-csar.csar",
  "status": "NOTIFIED"
}
2022-03-11T05:55:47.533Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T05:55:47.534Z||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-11T05:55:47.534Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:55:47.544Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:55:47.545Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-11T05:55:48.436Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "serviceName": "vFW 2022-03-11 05-53-46",
  "serviceVersion": "1.0",
  "serviceUUID": "03d6a077-5557-4c16-bc2d-6fcfca72ad8c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "fa20f8e1-bc8b-4bd7-8aa0-d1230f4b8d48",
  "resources": [
    {
      "resourceInstanceName": "vFW ebf5a2ee-b34d 0",
      "resourceCustomizationUUID": "bb7234d6-8b96-482f-afbf-17453e022acb",
      "resourceName": "vFW ebf5a2ee-b34d",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ab39d461-18c0-497c-9f84-a9c5889f88b6",
      "resourceInvariantUUID": "2cf9e779-fc1b-45be-897b-72bbc02fe7c9",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwebf5a2eeb34d0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/vfwebf5a2eeb34d0_modules.json",
          "artifactChecksum": "MmNmOGMzMTljYjY3ODVmYjJjMTE3MDcxM2VkODFhMmU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "d53877ad-94e1-49ca-bf23-4c9da4ec0067",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "d7dfd1ea-ecad-458f-9fe3-0332d85eaf97",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "3",
            "artifactUUID": "679eb38b-3376-41bb-b4f0-d666f090d69e",
            "generatedFromUUID": "d7dfd1ea-ecad-458f-9fe3-0332d85eaf97"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "3",
          "artifactUUID": "679eb38b-3376-41bb-b4f0-d666f090d69e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220311055346-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/artifacts/service-Vfw20220311055346-csar.csar",
      "artifactChecksum": "M2E2NmQ4ZjFlZjRjNzY1YmFkODI5NjgxNWM2ZmVlNzE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4a8557f4-7f43-4cd2-9363-2b796a992c27"
    }
  ],
  "workloadContext": "Production"
}
2022-03-11T05:55:48.436Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-11T05:55:48.437Z|f74021b0-450e-4cde-bc0e-dd69049ba9ea|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 03d6a077-5557-4c16-bc2d-6fcfca72ad8c ASDC
2022-03-11T05:55:48.437Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:2f9f259d-041a-4f55-8525-4eec5ab89502
ServiceName:vFW 2022-03-11 05-53-46
ServiceVersion:1.0
ServiceUUID:03d6a077-5557-4c16-bc2d-6fcfca72ad8c
ServiceInvariantUUID:fa20f8e1-bc8b-4bd7-8aa0-d1230f4b8d48
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220311055346-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220311055346/1.0/artifacts/service-Vfw20220311055346-csar.csar
ArtifactUUID:4a8557f4-7f43-4cd2-9363-2b796a992c27
ArtifactChecksum:M2E2NmQ4ZjFlZjRjNzY1YmFkODI5NjgxNWM2ZmVlNzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW ebf5a2ee-b34d 0
ResourceCustomizationUUID:bb7234d6-8b96-482f-afbf-17453e022acb
ResourceInvariantUUID:2cf9e779-fc1b-45be-897b-72bbc02fe7c9
ResourceName:vFW ebf5a2ee-b34d
ResourceType:VF
ResourceUUID:ab39d461-18c0-497c-9f84-a9c5889f88b6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwebf5a2eeb34d0_modules.json
ArtifactVersion:2
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/vfwebf5a2eeb34d0_modules.json
ArtifactUUID:d53877ad-94e1-49ca-bf23-4c9da4ec0067
ArtifactChecksum:MmNmOGMzMTljYjY3ODVmYjJjMTE3MDcxM2VkODFhMmU=
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/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.yaml
ArtifactUUID:d7dfd1ea-ecad-458f-9fe3-0332d85eaf97
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.env
ArtifactUUID:679eb38b-3376-41bb-b4f0-d666f090d69e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.env
ArtifactUUID:679eb38b-3376-41bb-b4f0-d666f090d69e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-11T05:55:48.437Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 03d6a077-5557-4c16-bc2d-6fcfca72ad8c 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-11T05:55:48.480Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-11T05:55:48.481Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-11T05:55:48.481Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-11T05:55:48.481Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4a8557f4-7f43-4cd2-9363-2b796a992c27 from URL: /sdc/v1/catalog/services/Vfw20220311055346/1.0/artifacts/service-Vfw20220311055346-csar.csar
2022-03-11T05:55:48.481Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-11T05:55:48.481Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220311055346/1.0/artifacts/service-Vfw20220311055346-csar.csar
2022-03-11T05:55:48.555Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-11T05:55:48.559Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220311055346/1.0/artifacts/service-Vfw20220311055346-csar.csar 4a8557f4-7f43-4cd2-9363-2b796a992c27 99010
2022-03-11T05:55:48.569Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220311055346/1.0/artifacts/service-Vfw20220311055346-csar.csar ASDC sendASDCNotification
2022-03-11T05:55:48.575Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220311055346/1.0/artifacts/service-Vfw20220311055346-csar.csar
2022-03-11T05:55:48.576Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-11T05:55:48.579Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:55:48.589Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:55:48.589Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978148569,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/artifacts/service-Vfw20220311055346-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-11T05:55:48.689Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T05:55:48.690Z||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-11T05:55:48.690Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:55:48.707Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:55:48.707Z||pool-42-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-11T05:55:49.590Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-11T05:55:49.591Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-11T05:55:49.592Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 4a8557f4-7f43-4cd2-9363-2b796a992c27, URL: /sdc/v1/catalog/services/Vfw20220311055346/1.0/artifacts/service-Vfw20220311055346-csar.csar to file: /app/ASDC/1/service-Vfw20220311055346-csar.csar
2022-03-11T05:55:49.592Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220311055346-csar.csar
2022-03-11T05:55:49.593Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220311055346-csar.csar
2022-03-11T05:55:49.593Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220311055346-csar.csar
2022-03-11T05:55:49.810Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4984166703477131335/Definitions/service-Vfw20220311055346-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_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_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
2022-03-11T05:55:52.065Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-11T05:55:52.065Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-11T05:55:52.066Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220311055346-csar.csar
2022-03-11T05:55:52.066Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-11T05:55:52.066Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||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-Vfw20220311055346-csar.csar
2022-03-11T05:55:52.066Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||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-Vfw20220311055346-csar.csar
2022-03-11T05:55:52.066Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||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-Vfw20220311055346-csar.csar
2022-03-11T05:55:52.066Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220311055346-csar.csar
2022-03-11T05:55:52.066Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220311055346-csar.csar
2022-03-11T05:55:52.066Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||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-Vfw20220311055346-csar.csar
2022-03-11T05:55:52.066Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||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-Vfw20220311055346-csar.csar
2022-03-11T05:55:52.067Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||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-Vfw20220311055346-csar.csar
2022-03-11T05:55:52.067Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220311055346-csar.csar
2022-03-11T05:55:52.067Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||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-Vfw20220311055346-csar.csar
2022-03-11T05:55:52.067Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220311055346-csar.csar
2022-03-11T05:55:52.067Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ebf5a2ee-b34d 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-Vfw20220311055346-csar.csar
2022-03-11T05:55:52.067Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||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-Vfw20220311055346-csar.csar
2022-03-11T05:55:52.067Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-11T05:55:52.067Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:55:52.068Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-11 05-53-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:55:52.068Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vFW ebf5a2ee-b34d 0 is matching search criteria
2022-03-11T05:55:52.068Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-11T05:55:52.068Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW ebf5a2ee-b34d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-11T05:55:52.069Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:55:52.069Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-11 05-53-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:55:52.069Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vFW ebf5a2ee-b34d 0 is matching search criteria
2022-03-11T05:55:52.069Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-11T05:55:52.070Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW ebf5a2ee-b34d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-11T05:55:52.070Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:55:52.070Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-11 05-53-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:55:52.071Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:55:52.071Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vFW ebf5a2ee-b34d 0 is not matching search criteria
2022-03-11T05:55:52.071Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-11T05:55:52.071Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-11T05:55:52.072Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-11T05:55:52.072Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-11T05:55:52.072Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-11T05:55:52.072Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-11T05:55:52.073Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-11T05:55:52.073Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-11T05:55:52.073Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-11T05:55:52.073Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-11T05:55:52.073Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-11T05:55:52.074Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-11T05:55:52.074Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-11T05:55:52.074Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-11T05:55:52.074Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-11T05:55:52.075Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-11T05:55:52.075Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:55:52.075Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-11 05-53-46 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-11T05:55:52.076Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:55:52.076Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vFW ebf5a2ee-b34d 0 is matching search criteria
2022-03-11T05:55:52.076Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW ebf5a2ee-b34d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T05:55:52.076Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:55:52.076Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vFW ebf5a2ee-b34d 0 is matching search criteria
2022-03-11T05:55:52.077Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW ebf5a2ee-b34d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T05:55:52.077Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:55:52.077Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vFW ebf5a2ee-b34d 0 is matching search criteria
2022-03-11T05:55:52.077Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW ebf5a2ee-b34d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T05:55:52.077Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:55:52.078Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vFW ebf5a2ee-b34d 0 is not matching search criteria
2022-03-11T05:55:52.078Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-11T05:55:52.078Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-11T05:55:52.078Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-11T05:55:52.079Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-11T05:55:52.079Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-11T05:55:52.079Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-11T05:55:52.079Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-11T05:55:52.079Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-11T05:55:52.079Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-11T05:55:52.080Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-11T05:55:52.080Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-11T05:55:52.080Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5c553a0f-4124-4fbe-8ee7-d2669f7c1f8b
2022-03-11T05:55:52.081Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:55:52.081Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vFW ebf5a2ee-b34d 0 is not matching search criteria
2022-03-11T05:55:52.081Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-11T05:55:52.081Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-11T05:55:52.082Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-11T05:55:52.082Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-11T05:55:52.082Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-11T05:55:52.082Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-11T05:55:52.082Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-11T05:55:52.083Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-11T05:55:52.083Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-11T05:55:52.083Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-11T05:55:52.083Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-11T05:55:52.083Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-11T05:55:52.084Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0c11588a-252f-4116-8f00-cb1abbf6d704
2022-03-11T05:55:52.084Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:55:52.084Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vFW ebf5a2ee-b34d 0 is not matching search criteria
2022-03-11T05:55:52.084Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-11T05:55:52.084Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-11T05:55:52.085Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-11T05:55:52.085Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-11T05:55:52.085Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-11T05:55:52.086Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-11T05:55:52.086Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-11T05:55:52.086Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-11T05:55:52.086Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-11T05:55:52.086Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-11T05:55:52.087Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-11T05:55:52.087Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-11T05:55:52.087Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5497ac35-f193-490b-9ec3-b71ad790b565
2022-03-11T05:55:52.087Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:55:52.087Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-11 05-53-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:55:52.088Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:55:52.088Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-11 05-53-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:55:52.088Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:55:52.088Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-11 05-53-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:55:52.089Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:55:52.089Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-11 05-53-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:55:52.089Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-11 05-53-46
Description:catalog service description
Model UUID:03d6a077-5557-4c16-bc2d-6fcfca72ad8c
Model Version:NULL
Model InvariantUuid:fa20f8e1-bc8b-4bd7-8aa0-d1230f4b8d48
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW ebf5a2ee-b34d
Model UUID:da4d57c2-3a58-4818-9727-b1d1c56ef24a
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2cf9e779-fc1b-45be-897b-72bbc02fe7c9
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:bb7234d6-8b96-482f-afbf-17453e022acb
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f77fe27f-f9d5-474e-a87d-3a77d6ffb38f
ModelName:VfwEbf5a2eeB34d..base_vfw..module-0
ModelUuid:bebd7dce-b7c9-439c-a2c5-3c4a28d40814
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5c553a0f-4124-4fbe-8ee7-d2669f7c1f8b
ModelInvariantUuid:d2e16c0d-6ff5-47aa-886a-b04fad962817
ModelName:vFW ebf5a2ee-b34d-nodes.vfwCvfc
ModelUuid:5db911ee-985e-4372-b434-3ffa37a75a3e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:98a1ff8f-02f7-45fa-bf24-fea76bf8f801
ModelInvariantUuid:6628c8a8-ab6b-49fd-ab7a-08fa4a68d5b3
ModelName:VfwEbf5a2eeB34d.compute.nodes.heat.vfw
ModelUuid:6f4f3cf6-23da-4a27-9612-6a6557819293
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:0c11588a-252f-4116-8f00-cb1abbf6d704
ModelInvariantUuid:6ca9d702-7970-4dcb-a25b-4398470a5a15
ModelName:vFW ebf5a2ee-b34d-nodes.vsnCvfc
ModelUuid:84e2db1a-393a-4726-9a1f-bfaadef5a480
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:5f49e8b1-56b1-4a6a-a2e4-965c85bcd35a
ModelInvariantUuid:1a01f54d-4cc4-44d2-8bd3-1965a389b745
ModelName:VfwEbf5a2eeB34d.compute.nodes.heat.vsn
ModelUuid:6ec8c0ed-1388-4814-b9f7-2f193faf4bc4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5497ac35-f193-490b-9ec3-b71ad790b565
ModelInvariantUuid:3647b8b2-4ef7-4c00-abef-11bfcbb9dfd4
ModelName:vFW ebf5a2ee-b34d-nodes.vpgCvfc
ModelUuid:6879f8fd-ed15-46b0-bb4e-b7b04cf357d4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:d04f5457-1e60-47b7-827b-4c349d77a35a
ModelInvariantUuid:9de31b36-ff8f-4e14-902e-a4c3bbc22692
ModelName:VfwEbf5a2eeB34d.compute.nodes.heat.vpg
ModelUuid:ab055d29-9275-4771-ae7b-d85092e41a2b
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-11T05:55:52.098Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: ab39d461-18c0-497c-9f84-a9c5889f88b6
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-11T05:55:52.101Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||vFW ebf5a2ee-b34d 0
2022-03-11T05:55:52.101Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ab39d461-18c0-497c-9f84-a9c5889f88b6
2022-03-11T05:55:52.102Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d53877ad-94e1-49ca-bf23-4c9da4ec0067 from URL: /sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/vfwebf5a2eeb34d0_modules.json
2022-03-11T05:55:52.102Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-11T05:55:52.102Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/vfwebf5a2eeb34d0_modules.json
2022-03-11T05:55:52.163Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-11T05:55:52.164Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/vfwebf5a2eeb34d0_modules.json d53877ad-94e1-49ca-bf23-4c9da4ec0067 785
2022-03-11T05:55:52.165Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/vfwebf5a2eeb34d0_modules.json ASDC sendASDCNotification
2022-03-11T05:55:52.165Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/vfwebf5a2eeb34d0_modules.json
2022-03-11T05:55:52.165Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-11T05:55:52.165Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:55:52.167Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:55:52.167Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978152165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/vfwebf5a2eeb34d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-11T05:55:52.268Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T05:55:52.269Z||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-11T05:55:52.269Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:55:52.282Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:55:52.283Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-11T05:55:53.168Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwEbf5a2eeB34d..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "f77fe27f-f9d5-474e-a87d-3a77d6ffb38f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bebd7dce-b7c9-439c-a2c5-3c4a28d40814",
    "vfModuleModelCustomizationUUID": "7c10e649-283e-4fce-a309-16c863f47470",
    "isBase": true,
    "artifacts": [
      "d7dfd1ea-ecad-458f-9fe3-0332d85eaf97",
      "679eb38b-3376-41bb-b4f0-d666f090d69e"
    ],
    "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-11T05:55:53.172Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEbf5a2eeB34d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bebd7dce-b7c9-439c-a2c5-3c4a28d40814
VfModuleModelInvariantUUID:f77fe27f-f9d5-474e-a87d-3a77d6ffb38f
VfModuleModelDescription:NULL
Artifacts UUID List:{
d7dfd1ea-ecad-458f-9fe3-0332d85eaf97
,
679eb38b-3376-41bb-b4f0-d666f090d69e

}
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-11T05:55:53.174Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwEbf5a2eeB34d..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "f77fe27f-f9d5-474e-a87d-3a77d6ffb38f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bebd7dce-b7c9-439c-a2c5-3c4a28d40814",
    "vfModuleModelCustomizationUUID": "7c10e649-283e-4fce-a309-16c863f47470",
    "isBase": true,
    "artifacts": [
      "d7dfd1ea-ecad-458f-9fe3-0332d85eaf97",
      "679eb38b-3376-41bb-b4f0-d666f090d69e"
    ],
    "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-11T05:55:53.174Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEbf5a2eeB34d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bebd7dce-b7c9-439c-a2c5-3c4a28d40814
VfModuleModelInvariantUUID:f77fe27f-f9d5-474e-a87d-3a77d6ffb38f
VfModuleModelDescription:NULL
Artifacts UUID List:{
d7dfd1ea-ecad-458f-9fe3-0332d85eaf97
,
679eb38b-3376-41bb-b4f0-d666f090d69e

}
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-11T05:55:53.174Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d7dfd1ea-ecad-458f-9fe3-0332d85eaf97 from URL: /sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.yaml
2022-03-11T05:55:53.174Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-11T05:55:53.175Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.yaml
2022-03-11T05:55:53.237Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-11T05:55:53.238Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.yaml d7dfd1ea-ecad-458f-9fe3-0332d85eaf97 20368
2022-03-11T05:55:53.238Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-11T05:55:53.239Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.yaml
2022-03-11T05:55:53.239Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-11T05:55:53.239Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:55:53.241Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:55:53.241Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978153238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-11T05:55:53.341Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T05:55:53.342Z||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-11T05:55:53.342Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:55:53.355Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:55:53.356Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-11T05:55:54.241Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 679eb38b-3376-41bb-b4f0-d666f090d69e from URL: /sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.env
2022-03-11T05:55:54.242Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-11T05:55:54.242Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.env
2022-03-11T05:55:54.416Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-11T05:55:54.417Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.env 679eb38b-3376-41bb-b4f0-d666f090d69e 2098
2022-03-11T05:55:54.418Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-11T05:55:54.418Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.env
2022-03-11T05:55:54.418Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-11T05:55:54.418Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:55:54.421Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:55:54.421Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978154417,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-11T05:55:54.521Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T05:55:54.522Z||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-11T05:55:54.522Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:55:54.539Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:55:54.539Z||pool-45-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-11T05:55:55.422Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 03d6a077-5557-4c16-bc2d-6fcfca72ad8c
2022-03-11T05:55:55.422Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ebf5a2ee-b34d 0 ab39d461-18c0-497c-9f84-a9c5889f88b6 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-11T05:55:55.444Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4c03c283, org.onap.sdc.toscaparser.api.parameters.Input@4c9ed832, org.onap.sdc.toscaparser.api.parameters.Input@5bd9003e, org.onap.sdc.toscaparser.api.parameters.Input@1b7899a4, org.onap.sdc.toscaparser.api.parameters.Input@49bd4792]
2022-03-11T05:55:55.445Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:55:55.446Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-11 05-53-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:55:55.446Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-03-11T05:55:55.446Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= bb7234d6-8b96-482f-afbf-17453e022acb
2022-03-11T05:55:55.446Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bb7234d6-8b96-482f-afbf-17453e022acb matches Tosca VF Customization UUID: bb7234d6-8b96-482f-afbf-17453e022acb
2022-03-11T05:55:55.446Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: bb7234d6-8b96-482f-afbf-17453e022acb  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-11T05:55:55.449Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:55:55.449Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-11 05-53-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:55:55.450Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id bb7234d6-8b96-482f-afbf-17453e022acb: {\"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-11T05:55:55.450Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3ff96f65
2022-03-11T05:55:55.450Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:55:55.450Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-11 05-53-46 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-11T05:55:55.451Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7c10e649-283e-4fce-a309-16c863f47470
2022-03-11T05:55:55.451Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7c10e649-283e-4fce-a309-16c863f47470
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-11T05:55:55.453Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:55:55.453Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vFW ebf5a2ee-b34d 0 is matching search criteria
2022-03-11T05:55:55.454Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW ebf5a2ee-b34d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T05:55:55.454Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:55:55.454Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vFW ebf5a2ee-b34d 0 is matching search criteria
2022-03-11T05:55:55.454Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW ebf5a2ee-b34d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T05:55:55.454Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:55:55.455Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vFW ebf5a2ee-b34d 0 is not matching search criteria
2022-03-11T05:55:55.455Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-11T05:55:55.455Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-11T05:55:55.455Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-11T05:55:55.455Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-11T05:55:55.456Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-11T05:55:55.456Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-11T05:55:55.456Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-11T05:55:55.456Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-11T05:55:55.456Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-11T05:55:55.457Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-11T05:55:55.457Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-11T05:55:55.457Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5c553a0f-4124-4fbe-8ee7-d2669f7c1f8b
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-11T05:55:55.459Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:55:55.459Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vFW ebf5a2ee-b34d 0 is matching search criteria
2022-03-11T05:55:55.460Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW ebf5a2ee-b34d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T05:55:55.460Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:55:55.460Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vFW ebf5a2ee-b34d 0 is not matching search criteria
2022-03-11T05:55:55.461Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-11T05:55:55.461Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-11T05:55:55.461Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-11T05:55:55.461Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-11T05:55:55.461Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-11T05:55:55.462Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-11T05:55:55.462Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-11T05:55:55.462Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-11T05:55:55.462Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-11T05:55:55.462Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-11T05:55:55.463Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-11T05:55:55.463Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-11T05:55:55.463Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0c11588a-252f-4116-8f00-cb1abbf6d704
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-11T05:55:55.465Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:55:55.466Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vFW ebf5a2ee-b34d 0 is matching search criteria
2022-03-11T05:55:55.466Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW ebf5a2ee-b34d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T05:55:55.466Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:55:55.466Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vFW ebf5a2ee-b34d 0 is not matching search criteria
2022-03-11T05:55:55.466Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-11T05:55:55.467Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-11T05:55:55.467Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-11T05:55:55.467Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-11T05:55:55.467Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-11T05:55:55.467Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-11T05:55:55.467Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-11T05:55:55.468Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-11T05:55:55.468Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-11T05:55:55.468Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-11T05:55:55.468Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-11T05:55:55.468Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-11T05:55:55.468Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5497ac35-f193-490b-9ec3-b71ad790b565
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-11T05:55:55.470Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:55:55.471Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vFW ebf5a2ee-b34d 0 is matching search criteria
2022-03-11T05:55:55.471Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW ebf5a2ee-b34d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T05:55:55.471Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:55:55.471Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Node template vFW ebf5a2ee-b34d 0 is matching search criteria
2022-03-11T05:55:55.472Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW ebf5a2ee-b34d 0] matching following query criteria: sdcType=VF, customizationUUID=bb7234d6-8b96-482f-afbf-17453e022acb
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-11T05:55:55.473Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:55:55.474Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-11 05-53-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:55:55.474Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 03d6a077-5557-4c16-bc2d-6fcfca72ad8c: vFW ebf5a2ee-b34d
2022-03-11T05:55:55.474Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:55:55.474Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-11 05-53-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:55:55.474Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:55:55.474Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-11 05-53-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:55:55.475Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:55:55.475Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-11 05-53-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:55:55.475Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:55:55.475Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-11 05-53-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:55:55.475Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T05:55:55.475Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-11 05-53-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T05:55:55.476Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-03-11 05-53-46 
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-11T05:55:55.650Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW ebf5a2ee-b34d ab39d461-18c0-497c-9f84-a9c5889f88b6 1 ASDC deployResourceStructure
2022-03-11T05:55:55.651Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/vfwebf5a2eeb34d0_modules.json ASDC sendASDCNotification
2022-03-11T05:55:55.651Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/vfwebf5a2eeb34d0_modules.json
2022-03-11T05:55:55.651Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-11T05:55:55.652Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:55:55.654Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:55:55.654Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978155651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/vfwebf5a2eeb34d0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-11T05:55:55.755Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T05:55:55.756Z||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-11T05:55:55.756Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:55:55.773Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:55:55.773Z||pool-46-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-11T05:55:56.657Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-11T05:55:56.658Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.yaml
2022-03-11T05:55:56.658Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-11T05:55:56.658Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:55:56.661Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:55:56.662Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978156657,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-11T05:55:56.761Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-11T05:55:56.762Z||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-11T05:55:56.762Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:55:56.776Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:55:56.777Z||pool-47-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-11T05:55:57.663Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-11T05:55:57.664Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.env
2022-03-11T05:55:57.664Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-11T05:55:57.664Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:55:57.666Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:55:57.666Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978157663,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-11T05:55:57.767Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-11T05:55:57.768Z||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-11T05:55:57.768Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:55:57.781Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:55:57.781Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-11T05:55:58.668Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220311055346/1.0/artifacts/service-Vfw20220311055346-csar.csar ASDC sendASDCNotification
2022-03-11T05:55:58.668Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220311055346/1.0/artifacts/service-Vfw20220311055346-csar.csar
2022-03-11T05:55:58.668Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-11T05:55:58.669Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:55:58.671Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:55:58.671Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978158667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/artifacts/service-Vfw20220311055346-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-11T05:55:58.771Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T05:55:58.772Z||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-11T05:55:58.773Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:55:58.785Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:55:58.785Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-11T05:55:59.672Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2f9f259d-041a-4f55-8525-4eec5ab89502
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11T05:55:59.684Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2f9f259d-041a-4f55-8525-4eec5ab89502
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-11T05:55:59.686Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-11T05:55:59.686Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-11T05:55:59.686Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-11T05:56:29.686Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2f9f259d-041a-4f55-8525-4eec5ab89502
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11T05:56:29.702Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2f9f259d-041a-4f55-8525-4eec5ab89502
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-11T05:56:29.706Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-11T05:56:29.706Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-11T05:56:29.707Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-11T05:56:35.547Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:56:35.547Z||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-11T05:56:35.547Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:56:36.186Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:56:36.191Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f74021b0-450e-4cde-bc0e-dd69049ba9ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978139735,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-11T05:56:36.193Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:56:36.193Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.194Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646978135469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:56:36.194Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:56:36.194Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.194Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646978135207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:56:36.195Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:56:36.195Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.195Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "policy-id",
  "timestamp": 1646978131733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:56:36.196Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:56:36.196Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.196Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "cds",
  "timestamp": 1646978139179,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:56:36.196Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:56:36.197Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.197Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "clamp",
  "timestamp": 1646978140121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:56:36.198Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:56:36.198Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646978135207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/vfwebf5a2eeb34d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:56:36.199Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:56:36.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646978135469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/vfwebf5a2eeb34d0_modules.json",
  "status": "NOTIFIED"
}
2022-03-11T05:56:36.201Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:56:36.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "policy-id",
  "timestamp": 1646978131733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/vfwebf5a2eeb34d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:56:36.202Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:56:36.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "cds",
  "timestamp": 1646978139179,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/vfwebf5a2eeb34d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:56:36.203Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:56:36.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "clamp",
  "timestamp": 1646978140121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/vfwebf5a2eeb34d0_modules.json",
  "status": "NOTIFIED"
}
2022-03-11T05:56:36.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:56:36.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978140752,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:56:36.205Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:56:36.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646978135207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:56:36.206Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:56:36.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646978135469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-11T05:56:36.207Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:56:36.208Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.208Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "policy-id",
  "timestamp": 1646978131733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-11T05:56:36.208Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:56:36.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "cds",
  "timestamp": 1646978139179,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:56:36.209Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:56:36.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.210Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "clamp",
  "timestamp": 1646978140121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:56:36.210Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:56:36.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.210Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978140752,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/vfwebf5a2eeb34d0_modules.json",
  "status": "NOTIFIED"
}
2022-03-11T05:56:36.211Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:56:36.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.211Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646978135207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:56:36.212Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:56:36.212Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.212Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646978135469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:56:36.213Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:56:36.213Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.213Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "policy-id",
  "timestamp": 1646978131733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:56:36.213Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:56:36.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.214Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "cds",
  "timestamp": 1646978139179,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:56:36.214Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:56:36.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.215Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "clamp",
  "timestamp": 1646978140121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:56:36.215Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:56:36.215Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.215Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978140752,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-11T05:56:36.216Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:56:36.216Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.216Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646978135469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-11T05:56:36.216Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:56:36.217Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.217Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646978135207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:56:36.217Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:56:36.217Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.218Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "policy-id",
  "timestamp": 1646978131733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:56:36.218Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:56:36.218Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.218Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "cds",
  "timestamp": 1646978139179,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:56:36.219Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:56:36.219Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.219Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "clamp",
  "timestamp": 1646978140121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:56:36.219Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:56:36.219Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978140752,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:56:36.220Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:56:36.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646978135207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/artifacts/service-Vfw20220311055346-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:56:36.220Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:56:36.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.221Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646978135469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/artifacts/service-Vfw20220311055346-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:56:36.221Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:56:36.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.221Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "policy-id",
  "timestamp": 1646978131733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/artifacts/service-Vfw20220311055346-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:56:36.221Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:56:36.222Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.222Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "cds",
  "timestamp": 1646978139179,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/artifacts/service-Vfw20220311055346-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:56:36.222Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:56:36.222Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.222Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "clamp",
  "timestamp": 1646978140121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/artifacts/service-Vfw20220311055346-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:56:36.223Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:56:36.223Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.223Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "aai-ml",
  "timestamp": 1646978145438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:56:36.223Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:56:36.223Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.223Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978140752,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-11T05:56:36.224Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:56:36.224Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.224Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646978135207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/artifacts/service-Vfw20220311055346-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:56:36.224Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:56:36.224Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.224Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646978135469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/artifacts/service-Vfw20220311055346-csar.csar",
  "status": "NOTIFIED"
}
2022-03-11T05:56:36.225Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:56:36.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.225Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "policy-id",
  "timestamp": 1646978131733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/artifacts/service-Vfw20220311055346-csar.csar",
  "status": "NOTIFIED"
}
2022-03-11T05:56:36.225Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:56:36.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.225Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "cds",
  "timestamp": 1646978139179,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/artifacts/service-Vfw20220311055346-csar.csar",
  "status": "NOTIFIED"
}
2022-03-11T05:56:36.226Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:56:36.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "clamp",
  "timestamp": 1646978140121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/artifacts/service-Vfw20220311055346-csar.csar",
  "status": "NOTIFIED"
}
2022-03-11T05:56:36.226Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:56:36.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "aai-ml",
  "timestamp": 1646978145438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/vfwebf5a2eeb34d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:56:36.227Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:56:36.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.227Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978140752,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/artifacts/service-Vfw20220311055346-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:56:36.227Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:56:36.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.227Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646978147302,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/vfwebf5a2eeb34d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-11T05:56:36.228Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:56:36.228Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.228Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "policy-id",
  "timestamp": 1646978147644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/artifacts/service-Vfw20220311055346-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-11T05:56:36.228Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:56:36.228Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.228Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "cds",
  "timestamp": 1646978147049,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/artifacts/service-Vfw20220311055346-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-11T05:56:36.229Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:56:36.229Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.229Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "aai-ml",
  "timestamp": 1646978145438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:56:36.229Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:56:36.229Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.229Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978140752,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/artifacts/service-Vfw20220311055346-csar.csar",
  "status": "NOTIFIED"
}
2022-03-11T05:56:36.229Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:56:36.230Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.230Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "policy-id",
  "timestamp": 1646978148648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/artifacts/service-Vfw20220311055346-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-11T05:56:36.230Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:56:36.230Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.230Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "cds",
  "timestamp": 1646978148063,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/artifacts/service-Vfw20220311055346-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-11T05:56:36.237Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2f9f259d-041a-4f55-8525-4eec5ab89502
2022-03-11T05:56:36.237Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f9f259d-041a-4f55-8525-4eec5ab89502 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-11T05:56:36.249Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.249Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646978148425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-11T05:56:36.249Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:56:36.249Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.250Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "aai-ml",
  "timestamp": 1646978145438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:56:36.250Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:56:36.250Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.250Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978148569,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/artifacts/service-Vfw20220311055346-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-11T05:56:36.250Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:56:36.251Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.251Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "policy-id",
  "timestamp": 1646978149651,
  "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-11T05:56:36.256Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2f9f259d-041a-4f55-8525-4eec5ab89502
2022-03-11T05:56:36.256Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f9f259d-041a-4f55-8525-4eec5ab89502 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-11T05:56:36.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646978149482,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-11T05:56:36.269Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:56:36.269Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.269Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646978148811,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:56:36.269Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:56:36.269Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.269Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "aai-ml",
  "timestamp": 1646978145438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:56:36.269Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:56:36.269Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.270Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646978150509,
  "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-11T05:56:36.275Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2f9f259d-041a-4f55-8525-4eec5ab89502
2022-03-11T05:56:36.275Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f9f259d-041a-4f55-8525-4eec5ab89502 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-11T05:56:36.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.284Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646978148811,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/vfwebf5a2eeb34d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:56:36.284Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:56:36.284Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.285Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "aai-ml",
  "timestamp": 1646978145438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/artifacts/service-Vfw20220311055346-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:56:36.285Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:56:36.285Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.285Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646978151512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/vfwebf5a2eeb34d0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-11T05:56:36.286Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:56:36.286Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.286Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646978148811,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:56:36.287Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:56:36.287Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.287Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "aai-ml",
  "timestamp": 1646978145438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/artifacts/service-Vfw20220311055346-csar.csar",
  "status": "NOTIFIED"
}
2022-03-11T05:56:36.288Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:56:36.288Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.289Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978152165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/vfwebf5a2eeb34d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-11T05:56:36.289Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:56:36.289Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.289Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646978148811,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:56:36.289Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:56:36.289Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.290Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "aai-ml",
  "timestamp": 1646978153211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/artifacts/service-Vfw20220311055346-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-11T05:56:36.290Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:56:36.290Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.290Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978153238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-11T05:56:36.290Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:56:36.291Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.291Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646978148811,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:56:36.291Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:56:36.291Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.292Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646978148811,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/artifacts/service-Vfw20220311055346-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T05:56:36.292Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:56:36.292Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.293Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978154417,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-11T05:56:36.293Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:56:36.293Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.293Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646978148811,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/artifacts/service-Vfw20220311055346-csar.csar",
  "status": "NOTIFIED"
}
2022-03-11T05:56:36.293Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-11T05:56:36.294Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.294Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978155651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/vfwebf5a2eeb34d0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-11T05:56:36.294Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:56:36.294Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.294Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646978156624,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/artifacts/service-Vfw20220311055346-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-11T05:56:36.295Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:56:36.295Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.295Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978156657,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-11T05:56:36.295Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:56:36.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.296Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978157663,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/resourceInstances/vfwebf5a2eeb34d0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-11T05:56:36.296Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:56:36.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.296Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "clamp",
  "timestamp": 1646978159104,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/artifacts/service-Vfw20220311055346-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-11T05:56:36.297Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:56:36.297Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.297Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978158667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/artifacts/service-Vfw20220311055346-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-11T05:56:36.297Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:56:36.297Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.298Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646978160492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/artifacts/service-Vfw20220311055346-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-11T05:56:36.298Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:56:36.298Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.298Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "clamp",
  "timestamp": 1646978161114,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/artifacts/service-Vfw20220311055346-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-11T05:56:36.299Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:56:36.299Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.299Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646978161496,
  "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-11T05:56:36.306Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2f9f259d-041a-4f55-8525-4eec5ab89502
2022-03-11T05:56:36.306Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f9f259d-041a-4f55-8525-4eec5ab89502 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-11T05:56:36.315Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.315Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "clamp",
  "timestamp": 1646978162120,
  "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-11T05:56:36.322Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2f9f259d-041a-4f55-8525-4eec5ab89502
2022-03-11T05:56:36.322Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f9f259d-041a-4f55-8525-4eec5ab89502 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-11T05:56:36.334Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.335Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "aai-ml",
  "timestamp": 1646978166405,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220311055346/1.0/artifacts/service-Vfw20220311055346-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-11T05:56:36.335Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:56:36.335Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:56:36.335Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "aai-ml",
  "timestamp": 1646978167423,
  "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-11T05:56:36.343Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2f9f259d-041a-4f55-8525-4eec5ab89502
2022-03-11T05:56:36.343Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f9f259d-041a-4f55-8525-4eec5ab89502 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-11T05:56:59.707Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2f9f259d-041a-4f55-8525-4eec5ab89502
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11T05:56:59.718Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2f9f259d-041a-4f55-8525-4eec5ab89502
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-11T05:56:59.721Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-11T05:56:59.722Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-11T05:56:59.722Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-11T05:56:59.722Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-11T05:56:59.722Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-11T05:56:59.722Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-11T05:56:59.722Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-11T05:56:59.722Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-11T05:56:59.722Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-11T05:56:59.722Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-11T05:56:59.723Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||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-11T05:56:59.728Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-11T05:57:29.728Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2f9f259d-041a-4f55-8525-4eec5ab89502 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-11T05:57:29.734Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2f9f259d-041a-4f55-8525-4eec5ab89502 and serviceModelVersionId: 03d6a077-5557-4c16-bc2d-6fcfca72ad8c
2022-03-11T05:57:29.734Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fa20f8e1-bc8b-4bd7-8aa0-d1230f4b8d48
2022-03-11T05:57:29.736Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fa20f8e1-bc8b-4bd7-8aa0-d1230f4b8d48/model-vers/model-ver/03d6a077-5557-4c16-bc2d-6fcfca72ad8c?depth=0
2022-03-11T05:57:29.741Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-03-11T05:57:29.790Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa20f8e1-bc8b-4bd7-8aa0-d1230f4b8d48/model-vers/model-ver/03d6a077-5557-4c16-bc2d-6fcfca72ad8c?depth=0|INFO|500||Invoke
2022-03-11T05:57:29.791Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa20f8e1-bc8b-4bd7-8aa0-d1230f4b8d48/model-vers/model-ver/03d6a077-5557-4c16-bc2d-6fcfca72ad8c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa20f8e1-bc8b-4bd7-8aa0-d1230f4b8d48/model-vers/model-ver/03d6a077-5557-4c16-bc2d-6fcfca72ad8c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2f9f259d-041a-4f55-8525-4eec5ab89502], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[91617f45-d951-4975-a641-49f0704ce797], X-ECOMP-RequestID=[2f9f259d-041a-4f55-8525-4eec5ab89502], X-TransactionId=[], X-ONAP-RequestID=[2f9f259d-041a-4f55-8525-4eec5ab89502], Content-Type=[application/merge-patch+json]}
2022-03-11T05:57:29.812Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa20f8e1-bc8b-4bd7-8aa0-d1230f4b8d48/model-vers/model-ver/03d6a077-5557-4c16-bc2d-6fcfca72ad8c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-11T05:57:30.328Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa20f8e1-bc8b-4bd7-8aa0-d1230f4b8d48/model-vers/model-ver/03d6a077-5557-4c16-bc2d-6fcfca72ad8c?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/fa20f8e1-bc8b-4bd7-8aa0-d1230f4b8d48/model-vers/model-ver/03d6a077-5557-4c16-bc2d-6fcfca72ad8c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220311-05:57:29:919-96977], vertex-id=[401624], Content-Length=[0], Date=[Fri, 11 Mar 2022 05:57:29 GMT], Content-Type=[application/json]}
2022-03-11T05:57:30.329Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa20f8e1-bc8b-4bd7-8aa0-d1230f4b8d48/model-vers/model-ver/03d6a077-5557-4c16-bc2d-6fcfca72ad8c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-11T05:57:30.330Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa20f8e1-bc8b-4bd7-8aa0-d1230f4b8d48/model-vers/model-ver/03d6a077-5557-4c16-bc2d-6fcfca72ad8c?depth=0|INFO|500||InvokeReturn
2022-03-11T05:57:30.331Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-11T05:57:30.331Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||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-11T05:57:30.336Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||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-11T05:57:30.337Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2f9f259d-041a-4f55-8525-4eec5ab89502 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-11T05:57:30.337Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-11T05:57:30.337Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-11T05:57:30.340Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T05:57:30.340Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978250337,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-11T05:57:30.440Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T05:57:30.441Z||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-11T05:57:30.441Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:57:30.459Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:57:30.460Z||pool-50-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-11T05:57:31.352Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:57:31.353Z|2f9f259d-041a-4f55-8525-4eec5ab89502|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-11T05:57:31.354Z|2f9f259d-041a-4f55-8525-4eec5ab89502|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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:57:35.547Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:57:35.548Z||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-11T05:57:35.548Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:57:36.174Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:57:36.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-11T05:57:36.174Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9f259d-041a-4f55-8525-4eec5ab89502",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978250337,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-11T05:57:36.175Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T05:57:40.904Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:57:40.905Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:57:40.905Z|2f9f259d-041a-4f55-8525-4eec5ab89502|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-11T05:57:40.905Z|2f9f259d-041a-4f55-8525-4eec5ab89502|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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:57:50.464Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:57:50.465Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:57:50.466Z|2f9f259d-041a-4f55-8525-4eec5ab89502|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-11T05:57:50.466Z|2f9f259d-041a-4f55-8525-4eec5ab89502|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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:58:00.014Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:58:00.015Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:58:00.015Z|2f9f259d-041a-4f55-8525-4eec5ab89502|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-11T05:58:00.016Z|2f9f259d-041a-4f55-8525-4eec5ab89502|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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:58:09.577Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:58:35.538Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:58:35.539Z|2f9f259d-041a-4f55-8525-4eec5ab89502|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-11T05:58:35.539Z|2f9f259d-041a-4f55-8525-4eec5ab89502|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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:58:35.547Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:58:35.548Z||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-11T05:58:35.548Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:58:45.082Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:58:45.095Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:59:35.538Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:59:35.539Z|2f9f259d-041a-4f55-8525-4eec5ab89502|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-11T05:59:35.539Z|2f9f259d-041a-4f55-8525-4eec5ab89502|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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:59:35.547Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T05:59:35.548Z||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-11T05:59:35.548Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T05:59:45.098Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T05:59:45.098Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:00:35.538Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T06:00:35.539Z|2f9f259d-041a-4f55-8525-4eec5ab89502|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-11T06:00:35.539Z|2f9f259d-041a-4f55-8525-4eec5ab89502|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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:00:35.547Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T06:00:35.547Z||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-11T06:00:35.548Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:00:45.125Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:00:45.125Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:01:35.538Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T06:01:35.540Z|2f9f259d-041a-4f55-8525-4eec5ab89502|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-11T06:01:35.541Z|2f9f259d-041a-4f55-8525-4eec5ab89502|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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:01:35.546Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T06:01:35.547Z||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-11T06:01:35.547Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:01:45.087Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:01:45.088Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:02:35.538Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T06:02:35.538Z|2f9f259d-041a-4f55-8525-4eec5ab89502|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-11T06:02:35.539Z|2f9f259d-041a-4f55-8525-4eec5ab89502|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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:02:35.547Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T06:02:35.548Z||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-11T06:02:35.548Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:02:45.089Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:02:45.089Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:03:35.538Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T06:03:35.539Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T06:03:35.539Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:03:35.547Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T06:03:35.547Z||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-11T06:03:35.547Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:03:45.108Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:03:45.110Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:04:35.538Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T06:04:35.539Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T06:04:35.539Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:04:35.547Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T06:04:35.547Z||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-11T06:04:35.547Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:04:35.977Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:04:35.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-11T06:04:35.978Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fb55e4-1685-4391-9bdd-1304005089ec",
  "consumerID": "cds",
  "timestamp": 1646978664179,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:04:35.980Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:04:35.980Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-11T06:04:35.981Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fb55e4-1685-4391-9bdd-1304005089ec",
  "consumerID": "policy-id",
  "timestamp": 1646978671733,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:04:35.981Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:04:35.981Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-11T06:04:35.981Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fb55e4-1685-4391-9bdd-1304005089ec",
  "consumerID": "cds",
  "timestamp": 1646978664179,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-11T06:04:35.981Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:04:35.981Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-11T06:04:35.982Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fb55e4-1685-4391-9bdd-1304005089ec",
  "consumerID": "policy-id",
  "timestamp": 1646978671733,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-11T06:04:35.982Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:04:35.982Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-11T06:04:35.982Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fb55e4-1685-4391-9bdd-1304005089ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646978675207,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:04:35.982Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:04:35.982Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-11T06:04:35.982Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fb55e4-1685-4391-9bdd-1304005089ec",
  "consumerID": "policy-id",
  "timestamp": 1646978675888,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-11T06:04:35.983Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T06:04:35.983Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-11T06:04:35.983Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fb55e4-1685-4391-9bdd-1304005089ec",
  "consumerID": "cds",
  "timestamp": 1646978675247,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-11T06:04:35.983Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T06:04:36.172Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:04:36.173Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-11T06:04:36.173Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"78fb55e4-1685-4391-9bdd-1304005089ec","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"e9c1b9e7-4a0a-4213-a655-3074b4a3a38e","serviceDescription":"service","serviceInvariantUUID":"0bc1fa98-e798-4b2d-adf3-c640ae415b8e","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"f0a124d5-29c8-451b-bf78-cd3a0280555e","resourceInvariantUUID":"85bd6f61-ce9a-4a83-bd6e-ae4e8cfcbf66","resourceCustomizationUUID":"08af21d1-2345-4795-a700-03f02db8d19d","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":"N2EzZDBlZTM5MTZlZDg2OGFjOTQ5ZDJjODY3YTNmMWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f6d23341-794b-4a74-a0ef-a9bd54754951","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MTE2NTIwNjIyMjI5YzYxMjI4NWY2ZTI3ZGM1MzM2MTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9094205f-fb13-4675-9ac0-7346c6090762","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-11T06:04:36.181Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T06:04:36.181Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-11T06:04:36.186Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T06:04:36.186Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "78fb55e4-1685-4391-9bdd-1304005089ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978675538,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:04:36.286Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T06:04:36.287Z||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-11T06:04:36.288Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:04:36.337Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:04:36.338Z||pool-51-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2022-03-11T06:04:37.190Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T06:04:37.190Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-11T06:04:37.192Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T06:04:37.192Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "78fb55e4-1685-4391-9bdd-1304005089ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978675538,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-11T06:04:37.292Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T06:04:37.293Z||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-11T06:04:37.294Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:04:37.308Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:04:37.309Z||pool-52-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-11T06:04:38.194Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "78fb55e4-1685-4391-9bdd-1304005089ec",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "e9c1b9e7-4a0a-4213-a655-3074b4a3a38e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0bc1fa98-e798-4b2d-adf3-c640ae415b8e",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "08af21d1-2345-4795-a700-03f02db8d19d",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "f0a124d5-29c8-451b-bf78-cd3a0280555e",
      "resourceInvariantUUID": "85bd6f61-ce9a-4a83-bd6e-ae4e8cfcbf66",
      "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": "MTE2NTIwNjIyMjI5YzYxMjI4NWY2ZTI3ZGM1MzM2MTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9094205f-fb13-4675-9ac0-7346c6090762"
    }
  ],
  "workloadContext": "Production"
}
2022-03-11T06:04:38.194Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-11T06:04:38.194Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e9c1b9e7-4a0a-4213-a655-3074b4a3a38e ASDC
2022-03-11T06:04:38.195Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:78fb55e4-1685-4391-9bdd-1304005089ec
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:e9c1b9e7-4a0a-4213-a655-3074b4a3a38e
ServiceInvariantUUID:0bc1fa98-e798-4b2d-adf3-c640ae415b8e
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:9094205f-fb13-4675-9ac0-7346c6090762
ArtifactChecksum:MTE2NTIwNjIyMjI5YzYxMjI4NWY2ZTI3ZGM1MzM2MTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:08af21d1-2345-4795-a700-03f02db8d19d
ResourceInvariantUUID:85bd6f61-ce9a-4a83-bd6e-ae4e8cfcbf66
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:f0a124d5-29c8-451b-bf78-cd3a0280555e
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-03-11T06:04:38.195Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e9c1b9e7-4a0a-4213-a655-3074b4a3a38e 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-11T06:04:38.252Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-11T06:04:38.253Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-11T06:04:38.254Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-11T06:04:38.254Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9094205f-fb13-4675-9ac0-7346c6090762 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-11T06:04:38.254Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-11T06:04:38.254Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-11T06:04:38.440Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-11T06:04:38.443Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 9094205f-fb13-4675-9ac0-7346c6090762 52497
2022-03-11T06:04:38.444Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||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-11T06:04:38.444Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||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-11T06:04:38.444Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-11T06:04:38.445Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-11T06:04:38.447Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T06:04:38.447Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "78fb55e4-1685-4391-9bdd-1304005089ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978678444,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-11T06:04:38.548Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T06:04:38.549Z||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-11T06:04:38.550Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:04:38.563Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:04:38.563Z||pool-53-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-11T06:04:39.449Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-11T06:04:39.450Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-11T06:04:39.451Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 9094205f-fb13-4675-9ac0-7346c6090762, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-11T06:04:39.451Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-03-11T06:04:39.451Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-11T06:04:39.452Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-11T06:04:39.705Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP494492366128495820/Definitions/service-BasicNetwork-template.yml
2022-03-11T06:04:40.340Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-11T06:04:40.341Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-11T06:04:40.341Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-11T06:04:40.341Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-03-11T06:04:40.341Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||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-11T06:04:40.341Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||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-11T06:04:40.341Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||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-11T06:04:40.342Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||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-11T06:04:40.342Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-11T06:04:40.342Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||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-11T06:04:40.342Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||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-11T06:04:40.343Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||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-11T06:04:40.343Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-11T06:04:40.344Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T06:04:40.345Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T06:04:40.345Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-11T06:04:40.346Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-11T06:04:40.346Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-11T06:04:40.346Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T06:04:40.347Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T06:04:40.347Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-11T06:04:40.347Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-11T06:04:40.348Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-11T06:04:40.348Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T06:04:40.348Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T06:04:40.348Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T06:04:40.349Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T06:04:40.349Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T06:04:40.350Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T06:04:40.350Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T06:04:40.350Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T06:04:40.351Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T06:04:40.351Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T06:04:40.351Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:e9c1b9e7-4a0a-4213-a655-3074b4a3a38e
Model Version:NULL
Model InvariantUuid:0bc1fa98-e798-4b2d-adf3-c640ae415b8e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:85bd6f61-ce9a-4a83-bd6e-ae4e8cfcbf66
Model UUID:1ca069c4-edf2-4213-ac91-9f76ea9669c0
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:08af21d1-2345-4795-a700-03f02db8d19d
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-11T06:04:40.358Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: f0a124d5-29c8-451b-bf78-cd3a0280555e
2022-03-11T06:04:40.358Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||INFO|500||No resources found for Service: e9c1b9e7-4a0a-4213-a655-3074b4a3a38e
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-11T06:04:40.366Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||INFO|500||
2022-03-11T06:04:40.366Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-03-11T06:04:40.368Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||No resources found for Service: e9c1b9e7-4a0a-4213-a655-3074b4a3a38e
2022-03-11T06:04:40.368Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: e9c1b9e7-4a0a-4213-a655-3074b4a3a38e
2022-03-11T06:04:40.368Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-03-11T06:04:40.368Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||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-11T06:04:40.374Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7f671a50, org.onap.sdc.toscaparser.api.parameters.Input@73b3c9f9, org.onap.sdc.toscaparser.api.parameters.Input@5dc61b5a, org.onap.sdc.toscaparser.api.parameters.Input@69c5312, org.onap.sdc.toscaparser.api.parameters.Input@41ee6c0b]
2022-03-11T06:04:40.376Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T06:04:40.376Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T06:04:40.377Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T06:04:40.377Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T06:04:40.377Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid e9c1b9e7-4a0a-4213-a655-3074b4a3a38e: Generic NeutronNet
2022-03-11T06:04:40.377Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T06:04:40.378Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T06:04:40.378Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T06:04:40.378Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||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-11T06:04:40.412Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T06:04:40.413Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T06:04:40.413Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T06:04:40.414Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T06:04:40.414Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T06:04:40.414Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T06:04:40.415Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||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-11T06:04:40.468Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-03-11T06:04:40.469Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||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-11T06:04:40.469Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||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-11T06:04:40.469Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-11T06:04:40.470Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-11T06:04:40.472Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T06:04:40.473Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "78fb55e4-1685-4391-9bdd-1304005089ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978680469,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-11T06:04:40.573Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T06:04:40.574Z||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-11T06:04:40.574Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:04:40.587Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:04:40.588Z||pool-54-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-11T06:04:41.478Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78fb55e4-1685-4391-9bdd-1304005089ec
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11T06:04:41.491Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78fb55e4-1685-4391-9bdd-1304005089ec
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-11T06:04:41.494Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-11T06:04:41.494Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-11T06:04:41.495Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-11T06:05:11.495Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78fb55e4-1685-4391-9bdd-1304005089ec
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11T06:05:11.503Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78fb55e4-1685-4391-9bdd-1304005089ec
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-11T06:05:11.508Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-11T06:05:11.508Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-11T06:05:11.508Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-11T06:05:35.547Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T06:05:35.547Z||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-11T06:05:35.548Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:05:35.587Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:05:35.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-11T06:05:35.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fb55e4-1685-4391-9bdd-1304005089ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646978675207,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:05:35.589Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:05:41.508Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78fb55e4-1685-4391-9bdd-1304005089ec
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11T06:05:41.520Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78fb55e4-1685-4391-9bdd-1304005089ec
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-11T06:05:41.522Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-11T06:05:41.522Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-11T06:05:41.522Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-11T06:06:11.524Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78fb55e4-1685-4391-9bdd-1304005089ec
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11T06:06:11.537Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78fb55e4-1685-4391-9bdd-1304005089ec
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-11T06:06:11.540Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-11T06:06:11.540Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-11T06:06:11.541Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-11T06:06:35.547Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T06:06:35.548Z||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-11T06:06:35.548Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:06:35.585Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:06:35.586Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-11T06:06:35.586Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fb55e4-1685-4391-9bdd-1304005089ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646978675468,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:06:35.587Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:06:41.541Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78fb55e4-1685-4391-9bdd-1304005089ec
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11T06:06:41.558Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78fb55e4-1685-4391-9bdd-1304005089ec
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-11T06:06:41.561Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-11T06:06:41.562Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-11T06:06:41.562Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-11T06:07:11.562Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78fb55e4-1685-4391-9bdd-1304005089ec
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11T06:07:11.576Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78fb55e4-1685-4391-9bdd-1304005089ec
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-11T06:07:11.579Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-11T06:07:11.579Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-11T06:07:11.579Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-11T06:07:35.549Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T06:07:35.550Z||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-11T06:07:35.550Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:07:35.587Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:07:35.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-11T06:07:35.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fb55e4-1685-4391-9bdd-1304005089ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978675538,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:07:35.589Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:07:35.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-11T06:07:35.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fb55e4-1685-4391-9bdd-1304005089ec",
  "consumerID": "policy-id",
  "timestamp": 1646978676893,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-11T06:07:35.589Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T06:07:35.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-11T06:07:35.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fb55e4-1685-4391-9bdd-1304005089ec",
  "consumerID": "cds",
  "timestamp": 1646978676257,
  "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-11T06:07:35.604Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 78fb55e4-1685-4391-9bdd-1304005089ec
2022-03-11T06:07:35.604Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78fb55e4-1685-4391-9bdd-1304005089ec 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-11T06:07:35.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-11T06:07:35.622Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fb55e4-1685-4391-9bdd-1304005089ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646978675468,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-11T06:07:35.622Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:07:35.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-11T06:07:35.622Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fb55e4-1685-4391-9bdd-1304005089ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978675538,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-11T06:07:35.623Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:07:35.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-11T06:07:35.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fb55e4-1685-4391-9bdd-1304005089ec",
  "consumerID": "policy-id",
  "timestamp": 1646978677896,
  "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-11T06:07:35.628Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 78fb55e4-1685-4391-9bdd-1304005089ec
2022-03-11T06:07:35.628Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78fb55e4-1685-4391-9bdd-1304005089ec 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-11T06:07:35.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-11T06:07:35.637Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fb55e4-1685-4391-9bdd-1304005089ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978678444,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-11T06:07:35.637Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T06:07:35.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-11T06:07:35.637Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fb55e4-1685-4391-9bdd-1304005089ec",
  "consumerID": "clamp",
  "timestamp": 1646978680121,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:07:35.638Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:07:35.638Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-11T06:07:35.638Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fb55e4-1685-4391-9bdd-1304005089ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978680469,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-11T06:07:35.638Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T06:07:35.638Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-11T06:07:35.638Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fb55e4-1685-4391-9bdd-1304005089ec",
  "consumerID": "clamp",
  "timestamp": 1646978680121,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-11T06:07:35.639Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:07:35.639Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-11T06:07:35.639Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fb55e4-1685-4391-9bdd-1304005089ec",
  "consumerID": "aai-ml",
  "timestamp": 1646978685436,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:07:35.639Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:07:35.639Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-11T06:07:35.639Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fb55e4-1685-4391-9bdd-1304005089ec",
  "consumerID": "aai-ml",
  "timestamp": 1646978685436,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-11T06:07:35.640Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:07:35.640Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-11T06:07:35.640Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fb55e4-1685-4391-9bdd-1304005089ec",
  "consumerID": "clamp",
  "timestamp": 1646978687275,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-11T06:07:35.640Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T06:07:35.640Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-11T06:07:35.641Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fb55e4-1685-4391-9bdd-1304005089ec",
  "consumerID": "clamp",
  "timestamp": 1646978688304,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-11T06:07:35.641Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T06:07:35.641Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-11T06:07:35.641Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fb55e4-1685-4391-9bdd-1304005089ec",
  "consumerID": "aai-ml",
  "timestamp": 1646978688330,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-11T06:07:35.642Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T06:07:35.642Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-11T06:07:35.642Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fb55e4-1685-4391-9bdd-1304005089ec",
  "consumerID": "clamp",
  "timestamp": 1646978689310,
  "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-11T06:07:35.648Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 78fb55e4-1685-4391-9bdd-1304005089ec
2022-03-11T06:07:35.648Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78fb55e4-1685-4391-9bdd-1304005089ec 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-11T06:07:35.658Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-11T06:07:35.658Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fb55e4-1685-4391-9bdd-1304005089ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646978688812,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:07:35.658Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:07:35.659Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-11T06:07:35.659Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fb55e4-1685-4391-9bdd-1304005089ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646978688812,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-11T06:07:35.659Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:07:35.659Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-11T06:07:35.659Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fb55e4-1685-4391-9bdd-1304005089ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646978691555,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-11T06:07:35.659Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T06:07:35.660Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-11T06:07:35.660Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fb55e4-1685-4391-9bdd-1304005089ec",
  "consumerID": "aai-ml",
  "timestamp": 1646978693132,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-11T06:07:35.660Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T06:07:35.660Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-11T06:07:35.660Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fb55e4-1685-4391-9bdd-1304005089ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646978693287,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-11T06:07:35.661Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T06:07:35.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-11T06:07:35.661Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fb55e4-1685-4391-9bdd-1304005089ec",
  "consumerID": "aai-ml",
  "timestamp": 1646978694138,
  "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-11T06:07:35.667Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 78fb55e4-1685-4391-9bdd-1304005089ec
2022-03-11T06:07:35.667Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78fb55e4-1685-4391-9bdd-1304005089ec 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-11T06:07:35.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-11T06:07:35.677Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fb55e4-1685-4391-9bdd-1304005089ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646978694292,
  "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-11T06:07:35.683Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 78fb55e4-1685-4391-9bdd-1304005089ec
2022-03-11T06:07:35.684Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78fb55e4-1685-4391-9bdd-1304005089ec 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-11T06:07:41.580Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78fb55e4-1685-4391-9bdd-1304005089ec
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11T06:07:41.594Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78fb55e4-1685-4391-9bdd-1304005089ec
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-11T06:07:41.598Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-11T06:07:41.598Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-11T06:07:41.599Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-11T06:07:41.599Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-11T06:07:41.599Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-11T06:07:41.599Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-11T06:07:41.599Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-11T06:07:41.599Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-11T06:07:41.600Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-11T06:07:41.600Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-11T06:07:41.600Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-11T06:07:41.606Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-11T06:08:11.606Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 78fb55e4-1685-4391-9bdd-1304005089ec 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-11T06:08:11.612Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 78fb55e4-1685-4391-9bdd-1304005089ec and serviceModelVersionId: e9c1b9e7-4a0a-4213-a655-3074b4a3a38e
2022-03-11T06:08:11.612Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0bc1fa98-e798-4b2d-adf3-c640ae415b8e
2022-03-11T06:08:11.625Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0bc1fa98-e798-4b2d-adf3-c640ae415b8e/model-vers/model-ver/e9c1b9e7-4a0a-4213-a655-3074b4a3a38e?depth=0
2022-03-11T06:08:11.632Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-03-11T06:08:11.751Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0bc1fa98-e798-4b2d-adf3-c640ae415b8e/model-vers/model-ver/e9c1b9e7-4a0a-4213-a655-3074b4a3a38e?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-11T06:08:11.754Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0bc1fa98-e798-4b2d-adf3-c640ae415b8e/model-vers/model-ver/e9c1b9e7-4a0a-4213-a655-3074b4a3a38e?depth=0|INFO|500||Invoke
2022-03-11T06:08:11.801Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0bc1fa98-e798-4b2d-adf3-c640ae415b8e/model-vers/model-ver/e9c1b9e7-4a0a-4213-a655-3074b4a3a38e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-11T06:08:12.232Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0bc1fa98-e798-4b2d-adf3-c640ae415b8e/model-vers/model-ver/e9c1b9e7-4a0a-4213-a655-3074b4a3a38e?depth=0|INFO|500||InvokeReturn
2022-03-11T06:08:12.233Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0bc1fa98-e798-4b2d-adf3-c640ae415b8e/model-vers/model-ver/e9c1b9e7-4a0a-4213-a655-3074b4a3a38e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220311-06:08:11:934-69356], vertex-id=[200768], Content-Length=[0], Date=[Fri, 11 Mar 2022 06:08:11 GMT], Content-Type=[application/json]}
2022-03-11T06:08:12.234Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-03-11T06:08:12.234Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-11T06:08:12.235Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-11T06:08:12.240Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-11T06:08:12.240Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 78fb55e4-1685-4391-9bdd-1304005089ec and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-11T06:08:12.240Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-11T06:08:12.240Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-11T06:08:12.243Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T06:08:12.243Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "78fb55e4-1685-4391-9bdd-1304005089ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978892240,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-11T06:08:12.343Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-11T06:08:12.344Z||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-11T06:08:12.344Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:08:12.361Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:08:12.361Z||pool-55-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-11T06:08:13.262Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T06:08:13.263Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-11T06:08:13.263Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:08:17.629Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:08:17.630Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-11T06:08:17.631Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"381ee086-6ecb-4698-8515-b7c6f1be7e51","serviceName":"Demo_pNF_ur93ez0CLgVtMT8Vya1X","serviceVersion":"1.0","serviceUUID":"b9266028-af62-496a-ab52-37bfa653f655","serviceDescription":"catalog service description","serviceInvariantUUID":"41f0d81e-b290-4a60-948c-0393c081b657","resources":[{"resourceInstanceName":"pNF 3231059f-2212 0","resourceName":"pNF 3231059f-2212","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f835a167-2490-46ef-881f-e3961c8d1426","resourceInvariantUUID":"02aab34d-72c9-437a-9187-928ebe0cf184","resourceCustomizationUUID":"349f1bf9-c5c3-4e5d-bc1e-692a10df8f1a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/resourceInstances/pnf3231059f22120/artifacts/vf-license-model.xml","artifactChecksum":"MjIzNzk0NTk0ZDVmYmMxYzcyMDczYTNkNDVjMTY1NjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8f6eee96-daf0-44ad-b6bd-e97d0a7ebc29","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/resourceInstances/pnf3231059f22120/artifacts/pNF.csar","artifactChecksum":"NjdjZDA0NDA4YzMzYWQxMDRjZWJiYzQ4ZDcxYjE0YzA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"13466f61-f3cb-40cf-b6ad-ab90de633c0f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/resourceInstances/pnf3231059f22120/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b26c89ff-5020-4798-ad7b-6d4c102969ce","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/resourceInstances/pnf3231059f22120/artifacts/vendor-license-model.xml","artifactChecksum":"MGIyMThlODQ0MDMyNmY1ZDg0MjZjYzk0ODRhODdkZGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4ba5ea45-88dd-4965-a920-a5c3afbd837c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/resourceInstances/pnf3231059f22120/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d71e80aa-b239-4b57-9904-c4941a23e98e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/resourceInstances/pnf3231059f22120/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5d1937b3-bcbe-4143-9424-ab822a71b30a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUr93ez0clgvtmt8vya1x-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/artifacts/service-DemoPnfUr93ez0clgvtmt8vya1x-template.yml","artifactChecksum":"OGZiZDBiYzM2YmFmZmQ2MjFhMjQwYWI0NTc3ZTIxNWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1e4e15a6-2be8-464a-9a8a-b5ab9f345798","artifactVersion":"1"},{"artifactName":"service-DemoPnfUr93ez0clgvtmt8vya1x-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/artifacts/service-DemoPnfUr93ez0clgvtmt8vya1x-csar.csar","artifactChecksum":"ZTAxZWVjYTZhNjgyYzUyYzkwZTE3OWZmYjUxN2Y5ZTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ef5e7c4d-98b4-4523-bf86-5cd565927a9b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-11T06:08:17.635Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T06:08:17.635Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-11T06:08:17.638Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T06:08:17.638Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978893262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/resourceInstances/pnf3231059f22120/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:17.738Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T06:08:17.739Z||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-11T06:08:17.739Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:08:17.751Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:08:17.751Z||pool-56-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-11T06:08:18.638Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T06:08:18.641Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-11T06:08:18.644Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T06:08:18.644Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978893262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/resourceInstances/pnf3231059f22120/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:18.744Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T06:08:18.745Z||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-11T06:08:18.745Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:08:18.762Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:08:18.763Z||pool-57-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-11T06:08:19.644Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T06:08:19.645Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-11T06:08:19.648Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T06:08:19.648Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978893262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/resourceInstances/pnf3231059f22120/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:19.748Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T06:08:19.750Z||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-11T06:08:19.750Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:08:19.765Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:08:19.765Z||pool-58-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-11T06:08:20.649Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T06:08:20.650Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-11T06:08:20.652Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T06:08:20.653Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978893262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/resourceInstances/pnf3231059f22120/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:20.752Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-11T06:08:20.753Z||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-11T06:08:20.754Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:08:20.765Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:08:20.766Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-11T06:08:21.655Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T06:08:21.656Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-11T06:08:21.658Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T06:08:21.658Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978893262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/resourceInstances/pnf3231059f22120/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:21.760Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-11T06:08:21.761Z||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-11T06:08:21.761Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:08:21.785Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:08:21.786Z||pool-60-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-03-11T06:08:22.659Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T06:08:22.660Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-11T06:08:22.662Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T06:08:22.663Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978893262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/resourceInstances/pnf3231059f22120/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:22.763Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-11T06:08:22.764Z||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-11T06:08:22.764Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:08:22.779Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:08:22.780Z||pool-61-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-11T06:08:23.663Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T06:08:23.664Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-11T06:08:23.666Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T06:08:23.666Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978893262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/artifacts/service-DemoPnfUr93ez0clgvtmt8vya1x-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:23.766Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T06:08:23.767Z||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-11T06:08:23.767Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:08:23.780Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:08:23.780Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-11T06:08:24.668Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T06:08:24.668Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-11T06:08:24.671Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T06:08:24.671Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978893262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/artifacts/service-DemoPnfUr93ez0clgvtmt8vya1x-csar.csar",
  "status": "NOTIFIED"
}
2022-03-11T06:08:24.772Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T06:08:24.772Z||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-11T06:08:24.773Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:08:24.786Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:08:24.787Z||pool-63-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-11T06:08:25.672Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "serviceName": "Demo_pNF_ur93ez0CLgVtMT8Vya1X",
  "serviceVersion": "1.0",
  "serviceUUID": "b9266028-af62-496a-ab52-37bfa653f655",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "41f0d81e-b290-4a60-948c-0393c081b657",
  "resources": [
    {
      "resourceInstanceName": "pNF 3231059f-2212 0",
      "resourceCustomizationUUID": "349f1bf9-c5c3-4e5d-bc1e-692a10df8f1a",
      "resourceName": "pNF 3231059f-2212",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "f835a167-2490-46ef-881f-e3961c8d1426",
      "resourceInvariantUUID": "02aab34d-72c9-437a-9187-928ebe0cf184",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfUr93ez0clgvtmt8vya1x-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/artifacts/service-DemoPnfUr93ez0clgvtmt8vya1x-csar.csar",
      "artifactChecksum": "ZTAxZWVjYTZhNjgyYzUyYzkwZTE3OWZmYjUxN2Y5ZTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ef5e7c4d-98b4-4523-bf86-5cd565927a9b"
    }
  ],
  "workloadContext": "Production"
}
2022-03-11T06:08:25.672Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-11T06:08:25.673Z|78fb55e4-1685-4391-9bdd-1304005089ec|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b9266028-af62-496a-ab52-37bfa653f655 ASDC
2022-03-11T06:08:25.673Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:381ee086-6ecb-4698-8515-b7c6f1be7e51
ServiceName:Demo_pNF_ur93ez0CLgVtMT8Vya1X
ServiceVersion:1.0
ServiceUUID:b9266028-af62-496a-ab52-37bfa653f655
ServiceInvariantUUID:41f0d81e-b290-4a60-948c-0393c081b657
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUr93ez0clgvtmt8vya1x-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/artifacts/service-DemoPnfUr93ez0clgvtmt8vya1x-csar.csar
ArtifactUUID:ef5e7c4d-98b4-4523-bf86-5cd565927a9b
ArtifactChecksum:ZTAxZWVjYTZhNjgyYzUyYzkwZTE3OWZmYjUxN2Y5ZTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 3231059f-2212 0
ResourceCustomizationUUID:349f1bf9-c5c3-4e5d-bc1e-692a10df8f1a
ResourceInvariantUUID:02aab34d-72c9-437a-9187-928ebe0cf184
ResourceName:pNF 3231059f-2212
ResourceType:PNF
ResourceUUID:f835a167-2490-46ef-881f-e3961c8d1426
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-11T06:08:25.674Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b9266028-af62-496a-ab52-37bfa653f655 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-11T06:08:25.702Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-11T06:08:25.703Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-11T06:08:25.703Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-11T06:08:25.704Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ef5e7c4d-98b4-4523-bf86-5cd565927a9b from URL: /sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/artifacts/service-DemoPnfUr93ez0clgvtmt8vya1x-csar.csar
2022-03-11T06:08:25.704Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-11T06:08:25.705Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/artifacts/service-DemoPnfUr93ez0clgvtmt8vya1x-csar.csar
2022-03-11T06:08:25.910Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-11T06:08:25.916Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/artifacts/service-DemoPnfUr93ez0clgvtmt8vya1x-csar.csar ef5e7c4d-98b4-4523-bf86-5cd565927a9b 82646
2022-03-11T06:08:25.916Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/artifacts/service-DemoPnfUr93ez0clgvtmt8vya1x-csar.csar ASDC sendASDCNotification
2022-03-11T06:08:25.916Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/artifacts/service-DemoPnfUr93ez0clgvtmt8vya1x-csar.csar
2022-03-11T06:08:25.916Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-11T06:08:25.917Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-11T06:08:25.919Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T06:08:25.919Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978905916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/artifacts/service-DemoPnfUr93ez0clgvtmt8vya1x-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-11T06:08:26.019Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T06:08:26.020Z||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-11T06:08:26.021Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:08:26.033Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:08:26.034Z||pool-64-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-11T06:08:26.920Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-11T06:08:26.921Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-11T06:08:26.921Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: ef5e7c4d-98b4-4523-bf86-5cd565927a9b, URL: /sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/artifacts/service-DemoPnfUr93ez0clgvtmt8vya1x-csar.csar to file: /app/ASDC/1/service-DemoPnfUr93ez0clgvtmt8vya1x-csar.csar
2022-03-11T06:08:26.924Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUr93ez0clgvtmt8vya1x-csar.csar
2022-03-11T06:08:26.925Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUr93ez0clgvtmt8vya1x-csar.csar
2022-03-11T06:08:26.925Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUr93ez0clgvtmt8vya1x-csar.csar
2022-03-11T06:08:27.033Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP839036694610009462/Definitions/service-DemoPnfUr93ez0clgvtmt8vya1x-template.yml
2022-03-11T06:08:27.873Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-11T06:08:27.873Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-11T06:08:27.874Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUr93ez0clgvtmt8vya1x-csar.csar
2022-03-11T06:08:27.874Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-11T06:08:27.874Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfUr93ez0clgvtmt8vya1x-csar.csar
2022-03-11T06:08:27.874Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfUr93ez0clgvtmt8vya1x-csar.csar
2022-03-11T06:08:27.874Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUr93ez0clgvtmt8vya1x-csar.csar
2022-03-11T06:08:27.874Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUr93ez0clgvtmt8vya1x-csar.csar
2022-03-11T06:08:27.874Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUr93ez0clgvtmt8vya1x-csar.csar
2022-03-11T06:08:27.875Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 3231059f-2212 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-DemoPnfUr93ez0clgvtmt8vya1x-csar.csar
2022-03-11T06:08:27.875Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUr93ez0clgvtmt8vya1x-csar.csar
2022-03-11T06:08:27.875Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-11T06:08:27.875Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T06:08:27.876Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_ur93ez0CLgVtMT8Vya1X is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T06:08:27.876Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||Node template pNF 3231059f-2212 0 is matching search criteria
2022-03-11T06:08:27.876Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-11T06:08:27.877Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 3231059f-2212 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-11T06:08:27.877Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T06:08:27.877Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_ur93ez0CLgVtMT8Vya1X is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T06:08:27.878Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||Node template pNF 3231059f-2212 0 is matching search criteria
2022-03-11T06:08:27.878Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-11T06:08:27.878Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 3231059f-2212 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-11T06:08:27.878Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T06:08:27.878Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_ur93ez0CLgVtMT8Vya1X is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T06:08:27.879Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T06:08:27.879Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_ur93ez0CLgVtMT8Vya1X is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T06:08:27.879Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T06:08:27.879Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_ur93ez0CLgVtMT8Vya1X is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T06:08:27.880Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T06:08:27.880Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_ur93ez0CLgVtMT8Vya1X is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T06:08:27.880Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T06:08:27.880Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_ur93ez0CLgVtMT8Vya1X is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T06:08:27.880Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_ur93ez0CLgVtMT8Vya1X
Description:catalog service description
Model UUID:b9266028-af62-496a-ab52-37bfa653f655
Model Version:NULL
Model InvariantUuid:41f0d81e-b290-4a60-948c-0393c081b657
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-11T06:08:27.886Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: f835a167-2490-46ef-881f-e3961c8d1426
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-11T06:08:27.890Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||INFO|500||pNF 3231059f-2212 0
2022-03-11T06:08:27.890Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: f835a167-2490-46ef-881f-e3961c8d1426
2022-03-11T06:08:27.891Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||No resources found for Service: b9266028-af62-496a-ab52-37bfa653f655
2022-03-11T06:08:27.891Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: b9266028-af62-496a-ab52-37bfa653f655
2022-03-11T06:08:27.891Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 3231059f-2212 0 f835a167-2490-46ef-881f-e3961c8d1426 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-11T06:08:27.896Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3e8acbc0, org.onap.sdc.toscaparser.api.parameters.Input@115bc0c5, org.onap.sdc.toscaparser.api.parameters.Input@5d0f8e8b, org.onap.sdc.toscaparser.api.parameters.Input@3d6850b2, org.onap.sdc.toscaparser.api.parameters.Input@55d44814]
2022-03-11T06:08:27.897Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T06:08:27.897Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_ur93ez0CLgVtMT8Vya1X is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T06:08:27.897Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid b9266028-af62-496a-ab52-37bfa653f655: pNF 3231059f-2212
2022-03-11T06:08:27.897Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||INFO|500||Processing PNF resource: f835a167-2490-46ef-881f-e3961c8d1426
2022-03-11T06:08:27.898Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T06:08:27.898Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_ur93ez0CLgVtMT8Vya1X is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T06:08:27.898Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||INFO|500||Resource customization UUID: 349f1bf9-c5c3-4e5d-bc1e-692a10df8f1a is the same as notified resource customizationUUID: 349f1bf9-c5c3-4e5d-bc1e-692a10df8f1a
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-11T06:08:27.943Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 3231059f-2212 f835a167-2490-46ef-881f-e3961c8d1426 0 ASDC deployResourceStructure
2022-03-11T06:08:27.944Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/artifacts/service-DemoPnfUr93ez0clgvtmt8vya1x-csar.csar ASDC sendASDCNotification
2022-03-11T06:08:27.945Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/artifacts/service-DemoPnfUr93ez0clgvtmt8vya1x-csar.csar
2022-03-11T06:08:27.945Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-11T06:08:27.946Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-11T06:08:27.948Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T06:08:27.949Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978907944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/artifacts/service-DemoPnfUr93ez0clgvtmt8vya1x-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-11T06:08:28.049Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T06:08:28.050Z||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-11T06:08:28.050Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:08:28.062Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:08:28.062Z||pool-65-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-11T06:08:28.950Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 381ee086-6ecb-4698-8515-b7c6f1be7e51
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11T06:08:28.959Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 381ee086-6ecb-4698-8515-b7c6f1be7e51
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-11T06:08:28.962Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-11T06:08:28.962Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-11T06:08:28.962Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-11T06:08:35.547Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T06:08:35.549Z|2f9f259d-041a-4f55-8525-4eec5ab89502|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-11T06:08:35.550Z|2f9f259d-041a-4f55-8525-4eec5ab89502|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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:08:35.574Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:08:35.588Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.588Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "cds",
  "timestamp": 1646978739179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/resourceInstances/pnf3231059f22120/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.589Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.589Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.589Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "clamp",
  "timestamp": 1646978740121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/resourceInstances/pnf3231059f22120/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.589Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.589Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.589Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "aai-ml",
  "timestamp": 1646978745436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/resourceInstances/pnf3231059f22120/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.590Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.590Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.590Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "clamp",
  "timestamp": 1646978740121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/resourceInstances/pnf3231059f22120/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.590Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.590Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.590Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "aai-ml",
  "timestamp": 1646978745436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/resourceInstances/pnf3231059f22120/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.590Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.590Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.590Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "cds",
  "timestamp": 1646978739179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/resourceInstances/pnf3231059f22120/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.590Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.590Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.590Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "cds",
  "timestamp": 1646978739179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/resourceInstances/pnf3231059f22120/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.591Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.591Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.591Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "clamp",
  "timestamp": 1646978740121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/resourceInstances/pnf3231059f22120/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.591Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.591Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.591Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "aai-ml",
  "timestamp": 1646978745436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/resourceInstances/pnf3231059f22120/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.591Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.591Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.591Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "cds",
  "timestamp": 1646978739179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/resourceInstances/pnf3231059f22120/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.591Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.592Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.592Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "clamp",
  "timestamp": 1646978740121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/resourceInstances/pnf3231059f22120/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.592Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.592Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.592Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "aai-ml",
  "timestamp": 1646978745436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/resourceInstances/pnf3231059f22120/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.592Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.592Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.592Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646978748820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/resourceInstances/pnf3231059f22120/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.592Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.592Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.592Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "cds",
  "timestamp": 1646978739179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/resourceInstances/pnf3231059f22120/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.593Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.593Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.593Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "clamp",
  "timestamp": 1646978740121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/resourceInstances/pnf3231059f22120/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.593Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.593Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.593Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "aai-ml",
  "timestamp": 1646978745436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/resourceInstances/pnf3231059f22120/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.593Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.593Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.593Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646978748820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/resourceInstances/pnf3231059f22120/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.593Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.594Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.594Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "cds",
  "timestamp": 1646978739179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/resourceInstances/pnf3231059f22120/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.594Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.594Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.594Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "clamp",
  "timestamp": 1646978740121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/resourceInstances/pnf3231059f22120/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.594Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.594Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.594Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "aai-ml",
  "timestamp": 1646978745436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/resourceInstances/pnf3231059f22120/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.594Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.594Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.594Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646978748820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/resourceInstances/pnf3231059f22120/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.595Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.595Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.595Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "policy-id",
  "timestamp": 1646978751733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/resourceInstances/pnf3231059f22120/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.595Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.595Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.595Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "cds",
  "timestamp": 1646978739179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/artifacts/service-DemoPnfUr93ez0clgvtmt8vya1x-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.595Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.595Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.595Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "clamp",
  "timestamp": 1646978740121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/artifacts/service-DemoPnfUr93ez0clgvtmt8vya1x-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.595Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.596Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.596Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "aai-ml",
  "timestamp": 1646978745436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/artifacts/service-DemoPnfUr93ez0clgvtmt8vya1x-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.596Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.596Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.596Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646978748820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/resourceInstances/pnf3231059f22120/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.596Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.596Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.596Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "policy-id",
  "timestamp": 1646978751733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/resourceInstances/pnf3231059f22120/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.596Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.596Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.597Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "clamp",
  "timestamp": 1646978740121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/artifacts/service-DemoPnfUr93ez0clgvtmt8vya1x-csar.csar",
  "status": "NOTIFIED"
}
2022-03-11T06:08:35.597Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.597Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.597Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "cds",
  "timestamp": 1646978739179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/artifacts/service-DemoPnfUr93ez0clgvtmt8vya1x-csar.csar",
  "status": "NOTIFIED"
}
2022-03-11T06:08:35.597Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.597Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.597Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "aai-ml",
  "timestamp": 1646978745436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/artifacts/service-DemoPnfUr93ez0clgvtmt8vya1x-csar.csar",
  "status": "NOTIFIED"
}
2022-03-11T06:08:35.598Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.598Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.598Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646978748820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/resourceInstances/pnf3231059f22120/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.598Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.598Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.598Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "policy-id",
  "timestamp": 1646978751733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/resourceInstances/pnf3231059f22120/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.598Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.598Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.598Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646978748820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/resourceInstances/pnf3231059f22120/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.598Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.598Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.599Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "cds",
  "timestamp": 1646978754448,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/artifacts/service-DemoPnfUr93ez0clgvtmt8vya1x-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-11T06:08:35.599Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T06:08:35.599Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.599Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "aai-ml",
  "timestamp": 1646978755305,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/artifacts/service-DemoPnfUr93ez0clgvtmt8vya1x-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-11T06:08:35.599Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T06:08:35.599Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.599Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646978755207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/resourceInstances/pnf3231059f22120/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.599Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.599Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.599Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "policy-id",
  "timestamp": 1646978751733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/resourceInstances/pnf3231059f22120/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.599Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.600Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.600Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646978748820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/artifacts/service-DemoPnfUr93ez0clgvtmt8vya1x-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.600Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.600Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.600Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "cds",
  "timestamp": 1646978755454,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/artifacts/service-DemoPnfUr93ez0clgvtmt8vya1x-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-11T06:08:35.608Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 381ee086-6ecb-4698-8515-b7c6f1be7e51
2022-03-11T06:08:35.608Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 381ee086-6ecb-4698-8515-b7c6f1be7e51 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-11T06:08:35.620Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.620Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646978755207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/resourceInstances/pnf3231059f22120/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.621Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.621Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.621Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "policy-id",
  "timestamp": 1646978751733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/resourceInstances/pnf3231059f22120/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.621Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.621Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.621Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646978755470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/resourceInstances/pnf3231059f22120/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.622Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.622Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.622Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646978748820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/artifacts/service-DemoPnfUr93ez0clgvtmt8vya1x-csar.csar",
  "status": "NOTIFIED"
}
2022-03-11T06:08:35.622Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.622Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.622Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646978755207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/resourceInstances/pnf3231059f22120/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.622Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.622Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.623Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "policy-id",
  "timestamp": 1646978751733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/resourceInstances/pnf3231059f22120/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.623Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.623Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.623Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646978755470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/resourceInstances/pnf3231059f22120/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.623Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.623Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.623Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646978757724,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/artifacts/service-DemoPnfUr93ez0clgvtmt8vya1x-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-11T06:08:35.624Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T06:08:35.624Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.624Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646978755207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/resourceInstances/pnf3231059f22120/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.624Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.624Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.625Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "policy-id",
  "timestamp": 1646978751733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/artifacts/service-DemoPnfUr93ez0clgvtmt8vya1x-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.625Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.625Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.625Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646978755470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/resourceInstances/pnf3231059f22120/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.625Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.625Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.626Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "clamp",
  "timestamp": 1646978759296,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/artifacts/service-DemoPnfUr93ez0clgvtmt8vya1x-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-11T06:08:35.626Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T06:08:35.626Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.626Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646978755207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/resourceInstances/pnf3231059f22120/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.627Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.627Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.627Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "policy-id",
  "timestamp": 1646978751733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/artifacts/service-DemoPnfUr93ez0clgvtmt8vya1x-csar.csar",
  "status": "NOTIFIED"
}
2022-03-11T06:08:35.627Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.627Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.627Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646978755470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/resourceInstances/pnf3231059f22120/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.628Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.628Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.628Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646978759623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/artifacts/service-DemoPnfUr93ez0clgvtmt8vya1x-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-11T06:08:35.628Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T06:08:35.628Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.628Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646978755207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/resourceInstances/pnf3231059f22120/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-11T06:08:35.628Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.628Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.628Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646978755470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/resourceInstances/pnf3231059f22120/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.628Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.629Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.629Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "policy-id",
  "timestamp": 1646978760667,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/artifacts/service-DemoPnfUr93ez0clgvtmt8vya1x-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-11T06:08:35.629Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T06:08:35.629Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.629Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646978760629,
  "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-11T06:08:35.634Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 381ee086-6ecb-4698-8515-b7c6f1be7e51
2022-03-11T06:08:35.634Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 381ee086-6ecb-4698-8515-b7c6f1be7e51 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-11T06:08:35.643Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.643Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "clamp",
  "timestamp": 1646978761308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/artifacts/service-DemoPnfUr93ez0clgvtmt8vya1x-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-11T06:08:35.643Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T06:08:35.643Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.643Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646978755207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/artifacts/service-DemoPnfUr93ez0clgvtmt8vya1x-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.644Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.644Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.644Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646978755470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/resourceInstances/pnf3231059f22120/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.644Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.644Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.644Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "policy-id",
  "timestamp": 1646978761671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/artifacts/service-DemoPnfUr93ez0clgvtmt8vya1x-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-11T06:08:35.644Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T06:08:35.645Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.645Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "aai-ml",
  "timestamp": 1646978762205,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/artifacts/service-DemoPnfUr93ez0clgvtmt8vya1x-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-11T06:08:35.645Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T06:08:35.645Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.645Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "clamp",
  "timestamp": 1646978762314,
  "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-11T06:08:35.650Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 381ee086-6ecb-4698-8515-b7c6f1be7e51
2022-03-11T06:08:35.650Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 381ee086-6ecb-4698-8515-b7c6f1be7e51 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-11T06:08:35.661Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.662Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646978755207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/artifacts/service-DemoPnfUr93ez0clgvtmt8vya1x-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.662Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.662Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.662Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646978755470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/artifacts/service-DemoPnfUr93ez0clgvtmt8vya1x-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.662Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.662Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.662Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "policy-id",
  "timestamp": 1646978762674,
  "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-11T06:08:35.669Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 381ee086-6ecb-4698-8515-b7c6f1be7e51
2022-03-11T06:08:35.670Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 381ee086-6ecb-4698-8515-b7c6f1be7e51 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-11T06:08:35.685Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.685Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "cds",
  "timestamp": 1646978756457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.686Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.686Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.686Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "aai-ml",
  "timestamp": 1646978763210,
  "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-11T06:08:35.690Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 381ee086-6ecb-4698-8515-b7c6f1be7e51
2022-03-11T06:08:35.691Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 381ee086-6ecb-4698-8515-b7c6f1be7e51 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-11T06:08:35.701Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.701Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646978755470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/artifacts/service-DemoPnfUr93ez0clgvtmt8vya1x-csar.csar",
  "status": "NOTIFIED"
}
2022-03-11T06:08:35.702Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.702Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.702Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646978764334,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/resourceInstances/pnf3231059f22120/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-11T06:08:35.702Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T06:08:35.702Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.702Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "cds",
  "timestamp": 1646978756457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.702Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.702Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.703Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "cds",
  "timestamp": 1646978756457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.703Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.703Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.703Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646978765516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/resourceInstances/pnf3231059f22120/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-11T06:08:35.703Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T06:08:35.703Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.703Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "cds",
  "timestamp": 1646978756457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.703Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.703Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.703Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646978766521,
  "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-11T06:08:35.708Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 381ee086-6ecb-4698-8515-b7c6f1be7e51
2022-03-11T06:08:35.709Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 381ee086-6ecb-4698-8515-b7c6f1be7e51 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-11T06:08:35.721Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.722Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "cds",
  "timestamp": 1646978756457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.722Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.722Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.722Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "cds",
  "timestamp": 1646978756457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.722Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.722Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.722Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "cds",
  "timestamp": 1646978756457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.722Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.722Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.722Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "cds",
  "timestamp": 1646978756457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.722Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.723Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.723Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "clamp",
  "timestamp": 1646978770121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.723Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.723Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.723Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "cds",
  "timestamp": 1646978756457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-11T06:08:35.723Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.723Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.723Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "clamp",
  "timestamp": 1646978770121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.723Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.723Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.723Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "policy-id",
  "timestamp": 1646978771733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.723Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.723Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.724Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "clamp",
  "timestamp": 1646978770121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.724Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.724Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.724Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "cds",
  "timestamp": 1646978772352,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-11T06:08:35.724Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T06:08:35.724Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.724Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "policy-id",
  "timestamp": 1646978771733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.725Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.725Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.725Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "clamp",
  "timestamp": 1646978770121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-11T06:08:35.725Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.725Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.725Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "cds",
  "timestamp": 1646978773358,
  "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-11T06:08:35.740Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1c75e005-bb94-4543-b72f-4fb1976eb2fe
2022-03-11T06:08:35.740Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c75e005-bb94-4543-b72f-4fb1976eb2fe 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-11T06:08:35.752Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.753Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "policy-id",
  "timestamp": 1646978771733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.753Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.753Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.753Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "clamp",
  "timestamp": 1646978770121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.753Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.754Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.754Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646978775207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.754Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.754Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.754Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "policy-id",
  "timestamp": 1646978771733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.754Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.754Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.755Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "clamp",
  "timestamp": 1646978770121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.755Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.755Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.755Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "aai-ml",
  "timestamp": 1646978775436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.755Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.755Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.755Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646978775207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.755Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.756Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.756Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "policy-id",
  "timestamp": 1646978771733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-11T06:08:35.756Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.756Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.756Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646978775468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.756Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.756Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.756Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "clamp",
  "timestamp": 1646978770121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.756Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.756Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.757Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "aai-ml",
  "timestamp": 1646978775436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.757Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.757Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.757Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646978775207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.757Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.757Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.757Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "policy-id",
  "timestamp": 1646978771733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.758Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.758Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.758Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646978775468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-11T06:08:35.758Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.758Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.758Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "clamp",
  "timestamp": 1646978770121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.758Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.758Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.759Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "aai-ml",
  "timestamp": 1646978775436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.759Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.759Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.759Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646978775207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.759Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.759Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.759Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "policy-id",
  "timestamp": 1646978771733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.759Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.759Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.759Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646978775468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-11T06:08:35.760Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.760Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.760Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "clamp",
  "timestamp": 1646978770121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-11T06:08:35.760Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.761Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.761Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "aai-ml",
  "timestamp": 1646978775436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.761Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.761Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.761Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646978775207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.761Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.762Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.762Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "policy-id",
  "timestamp": 1646978771733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.762Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.762Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.762Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646978775468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-11T06:08:35.762Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.762Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.763Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646978778811,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.763Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.763Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.763Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "aai-ml",
  "timestamp": 1646978775436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.763Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.763Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.763Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646978775207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.764Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.764Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.764Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "policy-id",
  "timestamp": 1646978771733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-11T06:08:35.764Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.764Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.764Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646978775468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-11T06:08:35.764Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.764Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.764Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646978778811,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.765Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.765Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.765Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "aai-ml",
  "timestamp": 1646978775436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.765Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.765Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.765Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646978775207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.765Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.765Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.765Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "policy-id",
  "timestamp": 1646978781458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-11T06:08:35.765Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T06:08:35.766Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.766Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646978775468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.766Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.766Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.766Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646978778811,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.766Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.766Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.766Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "aai-ml",
  "timestamp": 1646978775436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.766Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.766Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.766Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646978775207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.767Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.767Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.767Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "policy-id",
  "timestamp": 1646978782463,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-11T06:08:35.767Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T06:08:35.767Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.767Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646978775468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-11T06:08:35.767Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.768Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.768Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646978778811,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.768Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.768Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.768Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "aai-ml",
  "timestamp": 1646978775436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.768Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.768Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.768Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646978775207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.768Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.768Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.769Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "policy-id",
  "timestamp": 1646978783467,
  "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-11T06:08:35.774Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1c75e005-bb94-4543-b72f-4fb1976eb2fe
2022-03-11T06:08:35.774Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c75e005-bb94-4543-b72f-4fb1976eb2fe 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-11T06:08:35.783Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.783Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646978775468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.783Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.783Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.784Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646978778811,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.784Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.784Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.784Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "aai-ml",
  "timestamp": 1646978775436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-11T06:08:35.784Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.784Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.784Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646978775468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-11T06:08:35.784Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.784Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.784Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646978778811,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.785Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.785Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.785Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "aai-ml",
  "timestamp": 1646978785313,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-11T06:08:35.785Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T06:08:35.785Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.785Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646978778811,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.785Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.785Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.785Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646978785602,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-11T06:08:35.785Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T06:08:35.785Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.786Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646978778811,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:08:35.786Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.786Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.786Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646978786802,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-11T06:08:35.786Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T06:08:35.786Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.786Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646978778811,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-11T06:08:35.786Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:08:35.786Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.786Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "clamp",
  "timestamp": 1646978788348,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-11T06:08:35.787Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T06:08:35.787Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.787Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646978788196,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-11T06:08:35.787Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T06:08:35.787Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.787Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646978788726,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-11T06:08:35.787Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T06:08:35.787Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.787Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "clamp",
  "timestamp": 1646978789390,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-11T06:08:35.787Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T06:08:35.787Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.788Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646978789404,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-11T06:08:35.788Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T06:08:35.788Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.788Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "clamp",
  "timestamp": 1646978790395,
  "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-11T06:08:35.794Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1c75e005-bb94-4543-b72f-4fb1976eb2fe
2022-03-11T06:08:35.794Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c75e005-bb94-4543-b72f-4fb1976eb2fe 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-11T06:08:35.806Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.806Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646978790486,
  "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-11T06:08:35.811Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1c75e005-bb94-4543-b72f-4fb1976eb2fe
2022-03-11T06:08:35.811Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c75e005-bb94-4543-b72f-4fb1976eb2fe 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-11T06:08:35.820Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.820Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646978791410,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-11T06:08:35.821Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T06:08:35.821Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.821Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646978791490,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-11T06:08:35.822Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T06:08:35.822Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:08:35.822Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646978792416,
  "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-11T06:08:35.827Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1c75e005-bb94-4543-b72f-4fb1976eb2fe
2022-03-11T06:08:35.827Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c75e005-bb94-4543-b72f-4fb1976eb2fe 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-11T06:08:58.963Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 381ee086-6ecb-4698-8515-b7c6f1be7e51
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11T06:08:58.980Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 381ee086-6ecb-4698-8515-b7c6f1be7e51
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-11T06:08:58.984Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-11T06:08:58.984Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-11T06:08:58.984Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-11T06:08:58.984Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-11T06:08:58.985Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-11T06:08:58.985Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-11T06:08:58.985Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-11T06:08:58.985Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-11T06:08:58.985Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-11T06:08:58.985Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-11T06:08:58.985Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-11T06:08:58.985Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-11T06:08:58.990Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-11T06:09:28.991Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 381ee086-6ecb-4698-8515-b7c6f1be7e51 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-11T06:09:28.999Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 381ee086-6ecb-4698-8515-b7c6f1be7e51 and serviceModelVersionId: b9266028-af62-496a-ab52-37bfa653f655
2022-03-11T06:09:28.999Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 41f0d81e-b290-4a60-948c-0393c081b657
2022-03-11T06:09:29.001Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/41f0d81e-b290-4a60-948c-0393c081b657/model-vers/model-ver/b9266028-af62-496a-ab52-37bfa653f655?depth=0
2022-03-11T06:09:29.010Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-03-11T06:09:29.063Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41f0d81e-b290-4a60-948c-0393c081b657/model-vers/model-ver/b9266028-af62-496a-ab52-37bfa653f655?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-11T06:09:29.065Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41f0d81e-b290-4a60-948c-0393c081b657/model-vers/model-ver/b9266028-af62-496a-ab52-37bfa653f655?depth=0|INFO|500||Invoke
2022-03-11T06:09:29.100Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41f0d81e-b290-4a60-948c-0393c081b657/model-vers/model-ver/b9266028-af62-496a-ab52-37bfa653f655?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-11T06:09:29.410Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41f0d81e-b290-4a60-948c-0393c081b657/model-vers/model-ver/b9266028-af62-496a-ab52-37bfa653f655?depth=0|INFO|500||InvokeReturn
2022-03-11T06:09:29.411Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41f0d81e-b290-4a60-948c-0393c081b657/model-vers/model-ver/b9266028-af62-496a-ab52-37bfa653f655?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220311-06:09:29:234-88396], vertex-id=[159912], Content-Length=[0], Date=[Fri, 11 Mar 2022 06:09:29 GMT], Content-Type=[application/json]}
2022-03-11T06:09:29.411Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-03-11T06:09:29.412Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-11T06:09:29.412Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-11T06:09:29.418Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-11T06:09:29.418Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 381ee086-6ecb-4698-8515-b7c6f1be7e51 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-11T06:09:29.419Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-11T06:09:29.419Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-11T06:09:29.422Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T06:09:29.422Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978969419,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-11T06:09:29.522Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T06:09:29.524Z||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-11T06:09:29.524Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:09:29.548Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:09:29.549Z||pool-66-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-11T06:09:30.434Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-11T06:09:30.434Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"1c75e005-bb94-4543-b72f-4fb1976eb2fe","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"cacba1f8-2989-431a-9d1c-600973e6ee4d","serviceDescription":"service","serviceInvariantUUID":"611f526f-1938-44c6-9708-3014b7ff1764","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fffbfb38-7c52-4b03-a184-b5bcd595f4b6","resourceInvariantUUID":"cb22ab0a-afb8-4bea-b273-b76457ec4318","resourceCustomizationUUID":"16bab017-e4eb-4bee-a0e4-17fa5513ee6c","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":"OTNhZWE5NmFkNzllOGFhN2NiZWI2NDYzZTM2NzkzNjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"82b9529a-a760-482d-b079-0f45f9484746","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":"2ccd7901-9a44-41dd-b6c6-0d4fceec2fa6","artifactVersion":"2","generatedFromUUID":"eaf34b5a-1ca5-49d0-beca-0473bedd3705"},{"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":"eaf34b5a-1ca5-49d0-beca-0473bedd3705","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":"ZDNkN2Q4NDI3ZWYzYzdjZDRlMTFmZDE1MzVhMTE1YTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2897aeb9-f0c1-4bfe-a96c-44d7293d5e20","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":"caad84c3-4dca-4d36-8bc0-dc322052775e","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":"043ed59c-19c0-42ce-a26e-c3384cb4cd4d","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"cc766a5d-f5da-4b48-aa28-74a7c41d81ee","artifactVersion":"2","generatedFromUUID":"caad84c3-4dca-4d36-8bc0-dc322052775e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZDBhMWM2ZTQ0Y2I0ZmE4MzNlYzZiOTQ2NjdmYWZlMjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3f610215-86b6-48cd-96b8-99add8e9dcd0","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"N2FiOTMyNmIzOTMzYTMwMDM5ZGNhYTUxNzFlMmQ5YWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"994cdf17-0205-4184-931b-127b8a612c0c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-11T06:09:30.435Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T06:09:30.436Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-11T06:09:30.439Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T06:09:30.439Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978893262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:09:30.539Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-11T06:09:30.540Z||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-11T06:09:30.540Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:09:30.553Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:09:30.553Z||pool-67-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-11T06:09:31.439Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T06:09:31.440Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-11T06:09:31.442Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T06:09:31.443Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978893262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-11T06:09:31.543Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T06:09:31.544Z||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-11T06:09:31.544Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:09:31.564Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:09:31.564Z||pool-68-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-03-11T06:09:32.443Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T06:09:32.444Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-11T06:09:32.447Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T06:09:32.447Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978893262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-11T06:09:32.547Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T06:09:32.548Z||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-11T06:09:32.548Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:09:32.564Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:09:32.565Z||pool-69-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-11T06:09:33.448Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T06:09:33.449Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-11T06:09:33.451Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T06:09:33.451Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978893262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-11T06:09:33.551Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T06:09:33.552Z||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-11T06:09:33.553Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:09:33.566Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:09:33.566Z||pool-70-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-11T06:09:34.452Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T06:09:34.453Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-11T06:09:34.456Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T06:09:34.456Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978893262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-11T06:09:34.555Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-11T06:09:34.556Z||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-11T06:09:34.556Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:09:34.569Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:09:34.570Z||pool-71-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-11T06:09:35.457Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T06:09:35.458Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-11T06:09:35.461Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T06:09:35.461Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978893262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:09:35.547Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T06:09:35.548Z|2f9f259d-041a-4f55-8525-4eec5ab89502|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-11T06:09:35.548Z|2f9f259d-041a-4f55-8525-4eec5ab89502|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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:09:35.561Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T06:09:35.562Z||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-11T06:09:35.562Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:09:35.572Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:09:35.572Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:09:35.572Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "aai-ml",
  "timestamp": 1646978796414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-11T06:09:35.573Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T06:09:35.573Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:09:35.574Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "aai-ml",
  "timestamp": 1646978797420,
  "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-11T06:09:35.580Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1c75e005-bb94-4543-b72f-4fb1976eb2fe
2022-03-11T06:09:35.580Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:09:35.580Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c75e005-bb94-4543-b72f-4fb1976eb2fe and ComponentName AAI
2022-03-11T06:09:35.581Z||pool-72-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
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-11T06:09:35.593Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:09:35.593Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "cds",
  "timestamp": 1646978844179,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:09:35.593Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:09:35.594Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:09:35.594Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "policy-id",
  "timestamp": 1646978851733,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:09:35.594Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:09:35.594Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:09:35.594Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "cds",
  "timestamp": 1646978844179,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:09:35.594Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:09:35.594Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:09:35.594Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "policy-id",
  "timestamp": 1646978851733,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:09:35.594Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:09:35.594Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:09:35.594Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "cds",
  "timestamp": 1646978844179,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:09:35.595Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:09:35.595Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:09:35.595Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "policy-id",
  "timestamp": 1646978851733,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:09:35.595Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:09:35.595Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:09:35.595Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646978855207,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:09:35.595Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:09:36.461Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T06:09:36.463Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-11T06:09:36.465Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T06:09:36.465Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978893262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-11T06:09:36.565Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T06:09:36.566Z||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-11T06:09:36.567Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:09:36.580Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:09:36.581Z||pool-73-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-11T06:09:37.466Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T06:09:37.467Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-11T06:09:37.469Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T06:09:37.469Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978893262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:09:37.569Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T06:09:37.570Z||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-11T06:09:37.571Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:09:37.585Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:09:37.586Z||pool-74-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-11T06:09:38.472Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T06:09:38.473Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-11T06:09:38.479Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T06:09:38.479Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978893262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-11T06:09:38.578Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-11T06:09:38.579Z||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-11T06:09:38.579Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:09:38.610Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:09:38.610Z||pool-75-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-03-11T06:09:39.481Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "cacba1f8-2989-431a-9d1c-600973e6ee4d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "611f526f-1938-44c6-9708-3014b7ff1764",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "16bab017-e4eb-4bee-a0e4-17fa5513ee6c",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fffbfb38-7c52-4b03-a184-b5bcd595f4b6",
      "resourceInvariantUUID": "cb22ab0a-afb8-4bea-b273-b76457ec4318",
      "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": "2ccd7901-9a44-41dd-b6c6-0d4fceec2fa6",
          "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": "eaf34b5a-1ca5-49d0-beca-0473bedd3705",
          "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": "ZDNkN2Q4NDI3ZWYzYzdjZDRlMTFmZDE1MzVhMTE1YTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2897aeb9-f0c1-4bfe-a96c-44d7293d5e20",
          "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": "caad84c3-4dca-4d36-8bc0-dc322052775e",
          "generatedArtifact": {
            "artifactName": "base_dummy.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
            "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "cc766a5d-f5da-4b48-aa28-74a7c41d81ee",
            "generatedFromUUID": "caad84c3-4dca-4d36-8bc0-dc322052775e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
          "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "cc766a5d-f5da-4b48-aa28-74a7c41d81ee",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "N2FiOTMyNmIzOTMzYTMwMDM5ZGNhYTUxNzFlMmQ5YWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "994cdf17-0205-4184-931b-127b8a612c0c"
    }
  ],
  "workloadContext": "Production"
}
2022-03-11T06:09:39.482Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-11T06:09:39.482Z|381ee086-6ecb-4698-8515-b7c6f1be7e51|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 cacba1f8-2989-431a-9d1c-600973e6ee4d ASDC
2022-03-11T06:09:39.485Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:1c75e005-bb94-4543-b72f-4fb1976eb2fe
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:cacba1f8-2989-431a-9d1c-600973e6ee4d
ServiceInvariantUUID:611f526f-1938-44c6-9708-3014b7ff1764
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:994cdf17-0205-4184-931b-127b8a612c0c
ArtifactChecksum:N2FiOTMyNmIzOTMzYTMwMDM5ZGNhYTUxNzFlMmQ5YWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:16bab017-e4eb-4bee-a0e4-17fa5513ee6c
ResourceInvariantUUID:cb22ab0a-afb8-4bea-b273-b76457ec4318
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:fffbfb38-7c52-4b03-a184-b5bcd595f4b6
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:2ccd7901-9a44-41dd-b6c6-0d4fceec2fa6
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:eaf34b5a-1ca5-49d0-beca-0473bedd3705
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:2897aeb9-f0c1-4bfe-a96c-44d7293d5e20
ArtifactChecksum:ZDNkN2Q4NDI3ZWYzYzdjZDRlMTFmZDE1MzVhMTE1YTU=
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:caad84c3-4dca-4d36-8bc0-dc322052775e
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:cc766a5d-f5da-4b48-aa28-74a7c41d81ee
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


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



}



}


2022-03-11T06:09:39.485Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cacba1f8-2989-431a-9d1c-600973e6ee4d 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-11T06:09:39.567Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-11T06:09:39.568Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-11T06:09:39.568Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-11T06:09:39.568Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 994cdf17-0205-4184-931b-127b8a612c0c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-11T06:09:39.569Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-11T06:09:39.569Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-11T06:09:40.242Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-11T06:09:40.245Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 994cdf17-0205-4184-931b-127b8a612c0c 68949
2022-03-11T06:09:40.245Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||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-11T06:09:40.245Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||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-11T06:09:40.245Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-11T06:09:40.246Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-11T06:09:40.248Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T06:09:40.248Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978980245,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-11T06:09:40.348Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T06:09:40.349Z||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-11T06:09:40.349Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:09:40.372Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:09:40.373Z||pool-76-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-11T06:09:41.248Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-11T06:09:41.249Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-11T06:09:41.250Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 994cdf17-0205-4184-931b-127b8a612c0c, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-11T06:09:41.250Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-03-11T06:09:41.251Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-11T06:09:41.251Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-11T06:09:41.411Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7787380414017040918/Definitions/service-BasicCnf-template.yml
2022-03-11T06:09:42.785Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-11T06:09:42.786Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-11T06:09:42.786Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-11T06:09:42.786Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-03-11T06:09:42.786Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||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-11T06:09:42.786Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||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-11T06:09:42.786Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-11T06:09:42.787Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||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-11T06:09:42.787Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-11T06:09:42.787Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T06:09:42.787Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T06:09:42.787Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-11T06:09:42.787Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-11T06:09:42.788Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-11T06:09:42.788Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T06:09:42.788Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T06:09:42.788Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-11T06:09:42.788Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-11T06:09:42.788Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-11T06:09:42.789Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T06:09:42.789Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T06:09:42.789Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T06:09:42.789Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-11T06:09:42.789Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-03-11T06:09:42.789Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Node template dummy is not matching search criteria
2022-03-11T06:09:42.789Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-11T06:09:42.790Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T06:09:42.790Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-11T06:09:42.790Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T06:09:42.790Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-11T06:09:42.790Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T06:09:42.791Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T06:09:42.791Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-11T06:09:42.791Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T06:09:42.791Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T06:09:42.791Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-11T06:09:42.791Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T06:09:42.792Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T06:09:42.792Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-11T06:09:42.792Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-03-11T06:09:42.792Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=fc69be70-1222-4153-a22d-f0ef638df468
2022-03-11T06:09:42.792Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T06:09:42.792Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T06:09:42.792Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T06:09:42.793Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T06:09:42.793Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T06:09:42.793Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T06:09:42.793Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T06:09:42.793Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T06:09:42.793Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:cacba1f8-2989-431a-9d1c-600973e6ee4d
Model Version:NULL
Model InvariantUuid:611f526f-1938-44c6-9708-3014b7ff1764
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:c397ffcb-d1d4-4076-90a6-689f6fc279c0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:cb22ab0a-afb8-4bea-b273-b76457ec4318
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:16bab017-e4eb-4bee-a0e4-17fa5513ee6c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:440a9bfe-0866-4106-b510-c4f8ed3a9337
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:b2bc9260-c11c-488b-af40-d80fd8b0cb76
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fc69be70-1222-4153-a22d-f0ef638df468
ModelInvariantUuid:4fe091c4-8961-46cf-ba20-43b0d226545d
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:5602d6a9-972e-44c7-aa91-cd445b722687
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:6cf2462a-f5b7-40e0-8730-768a10e24688
ModelInvariantUuid:c43ba17a-a7f7-4042-a4c6-ed6edb9e5161
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:ff131f9e-820a-47c1-bbf7-a8bc7f0940c3
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-11T06:09:42.800Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: fffbfb38-7c52-4b03-a184-b5bcd595f4b6
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-11T06:09:42.805Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||basic_cnf 0
2022-03-11T06:09:42.805Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fffbfb38-7c52-4b03-a184-b5bcd595f4b6
2022-03-11T06:09:42.806Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 2ccd7901-9a44-41dd-b6c6-0d4fceec2fa6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-03-11T06:09:42.806Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-11T06:09:42.806Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||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-11T06:09:43.133Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-11T06:09:43.133Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2ccd7901-9a44-41dd-b6c6-0d4fceec2fa6 12
2022-03-11T06:09:43.134Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||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-11T06:09:43.134Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||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-11T06:09:43.134Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-11T06:09:43.134Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-11T06:09:43.136Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T06:09:43.136Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978983134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-03-11T06:09:43.237Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T06:09:43.238Z||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-11T06:09:43.238Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:09:43.253Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:09:43.253Z||pool-77-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-11T06:09:44.137Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: eaf34b5a-1ca5-49d0-beca-0473bedd3705 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-03-11T06:09:44.137Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-11T06:09:44.138Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||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-11T06:09:44.329Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-11T06:09:44.329Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz eaf34b5a-1ca5-49d0-beca-0473bedd3705 2688
2022-03-11T06:09:44.330Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||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-11T06:09:44.330Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||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-11T06:09:44.330Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-11T06:09:44.330Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-11T06:09:44.333Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T06:09:44.333Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978984330,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-11T06:09:44.434Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-11T06:09:44.435Z||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-11T06:09:44.435Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:09:44.451Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:09:44.452Z||pool-78-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-11T06:09:45.336Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 2897aeb9-f0c1-4bfe-a96c-44d7293d5e20 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-11T06:09:45.336Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-11T06:09:45.337Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||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-11T06:09:45.523Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-11T06:09:45.524Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2897aeb9-f0c1-4bfe-a96c-44d7293d5e20 828
2022-03-11T06:09:45.524Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||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-11T06:09:45.524Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||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-11T06:09:45.524Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-11T06:09:45.525Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-11T06:09:45.528Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T06:09:45.528Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978985524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-11T06:09:45.630Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-11T06:09:45.631Z||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-11T06:09:45.631Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:09:45.658Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:09:45.659Z||pool-79-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-03-11T06:09:46.529Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "440a9bfe-0866-4106-b510-c4f8ed3a9337",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b2bc9260-c11c-488b-af40-d80fd8b0cb76",
    "vfModuleModelCustomizationUUID": "771d1889-9d63-4416-821f-ffcb70e05f87",
    "isBase": true,
    "artifacts": [
      "caad84c3-4dca-4d36-8bc0-dc322052775e",
      "eaf34b5a-1ca5-49d0-beca-0473bedd3705",
      "cc766a5d-f5da-4b48-aa28-74a7c41d81ee"
    ],
    "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-11T06:09:46.535Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b2bc9260-c11c-488b-af40-d80fd8b0cb76
VfModuleModelInvariantUUID:440a9bfe-0866-4106-b510-c4f8ed3a9337
VfModuleModelDescription:NULL
Artifacts UUID List:{
caad84c3-4dca-4d36-8bc0-dc322052775e
,
eaf34b5a-1ca5-49d0-beca-0473bedd3705
,
cc766a5d-f5da-4b48-aa28-74a7c41d81ee

}
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-11T06:09:46.538Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "440a9bfe-0866-4106-b510-c4f8ed3a9337",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b2bc9260-c11c-488b-af40-d80fd8b0cb76",
    "vfModuleModelCustomizationUUID": "771d1889-9d63-4416-821f-ffcb70e05f87",
    "isBase": true,
    "artifacts": [
      "caad84c3-4dca-4d36-8bc0-dc322052775e",
      "eaf34b5a-1ca5-49d0-beca-0473bedd3705",
      "cc766a5d-f5da-4b48-aa28-74a7c41d81ee"
    ],
    "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-11T06:09:46.539Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b2bc9260-c11c-488b-af40-d80fd8b0cb76
VfModuleModelInvariantUUID:440a9bfe-0866-4106-b510-c4f8ed3a9337
VfModuleModelDescription:NULL
Artifacts UUID List:{
caad84c3-4dca-4d36-8bc0-dc322052775e
,
eaf34b5a-1ca5-49d0-beca-0473bedd3705
,
cc766a5d-f5da-4b48-aa28-74a7c41d81ee

}
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-11T06:09:46.539Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: caad84c3-4dca-4d36-8bc0-dc322052775e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-11T06:09:46.539Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-11T06:09:46.539Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||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-11T06:09:46.723Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-11T06:09:46.724Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml caad84c3-4dca-4d36-8bc0-dc322052775e 1164
2022-03-11T06:09:46.725Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||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-11T06:09:46.725Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||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-11T06:09:46.725Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-11T06:09:46.726Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-11T06:09:46.729Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T06:09:46.729Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978986725,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-11T06:09:46.829Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T06:09:46.830Z||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-11T06:09:46.830Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:09:46.847Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:09:46.847Z||pool-80-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-03-11T06:09:47.729Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: cc766a5d-f5da-4b48-aa28-74a7c41d81ee from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-11T06:09:47.730Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-11T06:09:47.730Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-11T06:09:47.777Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-11T06:09:47.777Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env cc766a5d-f5da-4b48-aa28-74a7c41d81ee 200
2022-03-11T06:09:47.778Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-03-11T06:09:47.778Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-11T06:09:47.778Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-11T06:09:47.778Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-11T06:09:47.780Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T06:09:47.780Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978987778,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-11T06:09:47.880Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T06:09:47.881Z||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-11T06:09:47.881Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:09:47.896Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:09:47.897Z||pool-81-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-11T06:09:48.781Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: cacba1f8-2989-431a-9d1c-600973e6ee4d
2022-03-11T06:09:48.782Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 fffbfb38-7c52-4b03-a184-b5bcd595f4b6 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 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=?
2022-03-11T06:09:48.796Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select 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-11T06:09:48.804Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2176287, org.onap.sdc.toscaparser.api.parameters.Input@7b89356d, org.onap.sdc.toscaparser.api.parameters.Input@2f732122, org.onap.sdc.toscaparser.api.parameters.Input@7f7e1d36, org.onap.sdc.toscaparser.api.parameters.Input@46c44b04]
2022-03-11T06:09:48.805Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T06:09:48.806Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T06:09:48.806Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-03-11T06:09:48.806Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 16bab017-e4eb-4bee-a0e4-17fa5513ee6c
2022-03-11T06:09:48.806Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 16bab017-e4eb-4bee-a0e4-17fa5513ee6c matches Tosca VF Customization UUID: 16bab017-e4eb-4bee-a0e4-17fa5513ee6c
2022-03-11T06:09:48.807Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 16bab017-e4eb-4bee-a0e4-17fa5513ee6c  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-11T06:09:48.809Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T06:09:48.810Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T06:09:48.810Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 16bab017-e4eb-4bee-a0e4-17fa5513ee6c: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-03-11T06:09:48.810Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4d004bbd
2022-03-11T06:09:48.811Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T06:09:48.811Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-11T06:09:48.811Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 771d1889-9d63-4416-821f-ffcb70e05f87
2022-03-11T06:09:48.812Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 771d1889-9d63-4416-821f-ffcb70e05f87
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-11T06:09:48.814Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T06:09:48.814Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-11T06:09:48.815Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T06:09:48.815Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T06:09:48.815Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-11T06:09:48.815Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T06:09:48.816Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T06:09:48.816Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-11T06:09:48.817Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-03-11T06:09:48.817Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=fc69be70-1222-4153-a22d-f0ef638df468
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-11T06:09:48.820Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T06:09:48.820Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-11T06:09:48.821Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-11T06:09:48.821Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T06:09:48.821Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-11T06:09:48.822Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=16bab017-e4eb-4bee-a0e4-17fa5513ee6c
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-11T06:09:48.824Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T06:09:48.824Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T06:09:48.825Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid cacba1f8-2989-431a-9d1c-600973e6ee4d: basic_cnf
2022-03-11T06:09:48.825Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T06:09:48.825Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T06:09:48.826Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T06:09:48.826Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T06:09:48.826Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T06:09:48.826Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T06:09:48.827Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T06:09:48.827Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T06:09:48.827Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T06:09:48.827Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T06:09:48.828Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-11T06:09:48.907Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf fffbfb38-7c52-4b03-a184-b5bcd595f4b6 1 ASDC deployResourceStructure
2022-03-11T06:09:48.908Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||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-11T06:09:48.908Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-03-11T06:09:48.909Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-11T06:09:48.909Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-11T06:09:48.911Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T06:09:48.911Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978988908,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-03-11T06:09:49.011Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T06:09:49.013Z||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-11T06:09:49.013Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:09:49.043Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:09:49.043Z||pool-82-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-03-11T06:09:49.912Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||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-11T06:09:49.912Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-03-11T06:09:49.912Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-11T06:09:49.913Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-11T06:09:49.917Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T06:09:49.917Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978989912,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-03-11T06:09:50.017Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T06:09:50.018Z||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-11T06:09:50.018Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:09:50.042Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:09:50.043Z||pool-83-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-11T06:09:50.918Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-03-11T06:09:50.919Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-11T06:09:50.919Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-11T06:09:50.919Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-11T06:09:50.921Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T06:09:50.922Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978990918,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-11T06:09:51.022Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T06:09:51.023Z||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-11T06:09:51.023Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:09:51.035Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:09:51.036Z||pool-84-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-11T06:09:51.923Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-03-11T06:09:51.923Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-11T06:09:51.923Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-11T06:09:51.924Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-11T06:09:51.926Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T06:09:51.926Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978991923,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-03-11T06:09:52.026Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T06:09:52.028Z||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-11T06:09:52.028Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:09:52.043Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:09:52.043Z||pool-85-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-11T06:09:52.927Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-03-11T06:09:52.927Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-11T06:09:52.928Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-11T06:09:52.928Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-11T06:09:52.930Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T06:09:52.930Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978992927,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-03-11T06:09:53.033Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-11T06:09:53.034Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-11T06:09:53.034Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:09:53.047Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:09:53.047Z||pool-86-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-11T06:09:53.932Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-03-11T06:09:53.932Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-11T06:09:53.932Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-11T06:09:53.932Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-11T06:09:53.935Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T06:09:53.935Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978993932,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-11T06:09:54.035Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T06:09:54.036Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-11T06:09:54.036Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:09:54.049Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:09:54.050Z||pool-87-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-11T06:09:54.936Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c75e005-bb94-4543-b72f-4fb1976eb2fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11T06:09:54.950Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c75e005-bb94-4543-b72f-4fb1976eb2fe
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-11T06:09:54.954Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-11T06:09:54.954Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-11T06:09:54.955Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-11T06:09:54.955Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-11T06:09:54.955Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-11T06:09:54.955Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-11T06:09:54.955Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-11T06:09:54.956Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-11T06:09:54.956Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-11T06:09:54.956Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-11T06:09:54.956Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-11T06:09:54.963Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-11T06:10:24.963Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1c75e005-bb94-4543-b72f-4fb1976eb2fe 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-11T06:10:24.969Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1c75e005-bb94-4543-b72f-4fb1976eb2fe and serviceModelVersionId: cacba1f8-2989-431a-9d1c-600973e6ee4d
2022-03-11T06:10:24.969Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 611f526f-1938-44c6-9708-3014b7ff1764
2022-03-11T06:10:24.970Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/611f526f-1938-44c6-9708-3014b7ff1764/model-vers/model-ver/cacba1f8-2989-431a-9d1c-600973e6ee4d?depth=0
2022-03-11T06:10:24.974Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-03-11T06:10:25.020Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/611f526f-1938-44c6-9708-3014b7ff1764/model-vers/model-ver/cacba1f8-2989-431a-9d1c-600973e6ee4d?depth=0|INFO|500||Invoke
2022-03-11T06:10:25.020Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/611f526f-1938-44c6-9708-3014b7ff1764/model-vers/model-ver/cacba1f8-2989-431a-9d1c-600973e6ee4d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/611f526f-1938-44c6-9708-3014b7ff1764/model-vers/model-ver/cacba1f8-2989-431a-9d1c-600973e6ee4d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1c75e005-bb94-4543-b72f-4fb1976eb2fe], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b847df22-c995-4269-add0-a85feaabf467], X-ECOMP-RequestID=[1c75e005-bb94-4543-b72f-4fb1976eb2fe], X-TransactionId=[], X-ONAP-RequestID=[1c75e005-bb94-4543-b72f-4fb1976eb2fe], Content-Type=[application/merge-patch+json]}
2022-03-11T06:10:25.045Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/611f526f-1938-44c6-9708-3014b7ff1764/model-vers/model-ver/cacba1f8-2989-431a-9d1c-600973e6ee4d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-11T06:10:25.329Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/611f526f-1938-44c6-9708-3014b7ff1764/model-vers/model-ver/cacba1f8-2989-431a-9d1c-600973e6ee4d?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/611f526f-1938-44c6-9708-3014b7ff1764/model-vers/model-ver/cacba1f8-2989-431a-9d1c-600973e6ee4d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220311-06:10:25:178-26220], vertex-id=[168104], Content-Length=[0], Date=[Fri, 11 Mar 2022 06:10:25 GMT], Content-Type=[application/json]}
2022-03-11T06:10:25.330Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/611f526f-1938-44c6-9708-3014b7ff1764/model-vers/model-ver/cacba1f8-2989-431a-9d1c-600973e6ee4d?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-11T06:10:25.331Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/611f526f-1938-44c6-9708-3014b7ff1764/model-vers/model-ver/cacba1f8-2989-431a-9d1c-600973e6ee4d?depth=0|INFO|500||InvokeReturn
2022-03-11T06:10:25.331Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-11T06:10:25.332Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-11T06:10:25.337Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-11T06:10:25.337Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1c75e005-bb94-4543-b72f-4fb1976eb2fe and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-11T06:10:25.338Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-11T06:10:25.338Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-11T06:10:25.341Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T06:10:25.341Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646979025337,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-11T06:10:25.441Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-11T06:10:25.442Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-11T06:10:25.442Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:10:25.460Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:10:25.461Z||pool-88-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-11T06:10:26.359Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-11T06:10:26.359Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"c3f98a4b-6092-4d7e-9fcc-293503014b72","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"826a9134-8dc7-4f97-89fd-70af598fae86","serviceDescription":"service","serviceInvariantUUID":"1fc6c1ff-0db5-40a7-a984-e06e53613b39","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1ce7d71f-395b-4036-8a84-0a677349b2a5","resourceInvariantUUID":"17321366-a23f-434a-9b89-9710f3a81237","resourceCustomizationUUID":"4ba31a27-05d2-4daa-813d-8a9adef17974","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"ZDRhZWU0MTQ1OWJiZGY4N2MzZWE5YzFiMTVhNWI5YjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2fbaffdd-87ac-41f5-8c2d-df628bd0ca14","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cb0db3f4-a5d9-46fd-bd90-65d0430cedfe","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e712c72c-9888-4a92-91d6-5fa293a858c9","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"OTkyZjdmOTg1YmEwOTFjN2RjZTM0NDIzODNjYTUzZGU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"49dde9af-c343-4bed-a0c9-dad30cbf2410","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9d844a92-b286-462b-8f3e-fafd7b4f23da","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"97714353-b2a6-4403-914e-33fa5c1a5fac","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"91099fa0-9655-4c33-9d22-97c20aff287d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"NGMzZDhlNWNiNGQ0NTU3YWYyNWVmZDJhMmQ0YTFlZTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9c3295e6-fd78-488a-9bc4-88b0293ad922","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NDQ5MmE4YTFjMTNhOTM0YjhhYmFmZWM5Y2MwNTUwODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fb49af7a-35bf-467b-85cb-02b1cc587b4d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-11T06:10:26.360Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T06:10:26.361Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-11T06:10:26.363Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T06:10:26.363Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978893262,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:10:26.463Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T06:10:26.464Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-11T06:10:26.464Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:10:26.478Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:10:26.479Z||pool-89-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-11T06:10:27.363Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T06:10:27.364Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-11T06:10:27.367Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T06:10:27.367Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978893262,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:10:27.467Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T06:10:27.468Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-11T06:10:27.469Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:10:27.491Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:10:27.491Z||pool-90-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-11T06:10:28.373Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T06:10:28.375Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-11T06:10:28.378Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T06:10:28.378Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978893262,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:10:28.477Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-11T06:10:28.478Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-11T06:10:28.478Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:10:28.511Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:10:28.511Z||pool-91-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-03-11T06:10:29.379Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T06:10:29.380Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-11T06:10:29.382Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T06:10:29.382Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978893262,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:10:29.483Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-11T06:10:29.484Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-11T06:10:29.484Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:10:29.495Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:10:29.496Z||pool-92-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-11T06:10:30.383Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T06:10:30.385Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-11T06:10:30.387Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T06:10:30.388Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978893262,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:10:30.488Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T06:10:30.489Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-11T06:10:30.489Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:10:30.506Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:10:30.506Z||pool-93-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-11T06:10:31.389Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T06:10:31.390Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-11T06:10:31.392Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T06:10:31.392Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978893262,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:10:31.492Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T06:10:31.493Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-11T06:10:31.493Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:10:31.512Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:10:31.513Z||pool-94-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-11T06:10:32.393Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T06:10:32.394Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-11T06:10:32.396Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T06:10:32.396Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978893262,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:10:32.497Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-11T06:10:32.498Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-11T06:10:32.498Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:10:32.517Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:10:32.518Z||pool-95-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-11T06:10:33.397Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T06:10:33.398Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-11T06:10:33.404Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T06:10:33.405Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978893262,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:10:33.500Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-03-11T06:10:33.501Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-11T06:10:33.501Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:10:33.522Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:10:33.522Z||pool-96-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-03-11T06:10:34.405Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-11T06:10:34.406Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-11T06:10:34.409Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T06:10:34.409Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978893262,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-11T06:10:34.509Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T06:10:34.510Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-11T06:10:34.510Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:10:34.526Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:10:34.527Z||pool-97-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-11T06:10:35.411Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "826a9134-8dc7-4f97-89fd-70af598fae86",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1fc6c1ff-0db5-40a7-a984-e06e53613b39",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "4ba31a27-05d2-4daa-813d-8a9adef17974",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "1ce7d71f-395b-4036-8a84-0a677349b2a5",
      "resourceInvariantUUID": "17321366-a23f-434a-9b89-9710f3a81237",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-TestPnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
      "artifactChecksum": "NDQ5MmE4YTFjMTNhOTM0YjhhYmFmZWM5Y2MwNTUwODg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fb49af7a-35bf-467b-85cb-02b1cc587b4d"
    }
  ],
  "workloadContext": "Production"
}
2022-03-11T06:10:35.411Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-11T06:10:35.411Z|1c75e005-bb94-4543-b72f-4fb1976eb2fe|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 826a9134-8dc7-4f97-89fd-70af598fae86 ASDC
2022-03-11T06:10:35.412Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:c3f98a4b-6092-4d7e-9fcc-293503014b72
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:826a9134-8dc7-4f97-89fd-70af598fae86
ServiceInvariantUUID:1fc6c1ff-0db5-40a7-a984-e06e53613b39
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-TestPnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
ArtifactUUID:fb49af7a-35bf-467b-85cb-02b1cc587b4d
ArtifactChecksum:NDQ5MmE4YTFjMTNhOTM0YjhhYmFmZWM5Y2MwNTUwODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:4ba31a27-05d2-4daa-813d-8a9adef17974
ResourceInvariantUUID:17321366-a23f-434a-9b89-9710f3a81237
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:1ce7d71f-395b-4036-8a84-0a677349b2a5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-11T06:10:35.412Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 826a9134-8dc7-4f97-89fd-70af598fae86 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-11T06:10:35.445Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-11T06:10:35.446Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-11T06:10:35.446Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-11T06:10:35.446Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fb49af7a-35bf-467b-85cb-02b1cc587b4d from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-11T06:10:35.447Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-11T06:10:35.447Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-11T06:10:35.547Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T06:10:35.548Z|2f9f259d-041a-4f55-8525-4eec5ab89502|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-11T06:10:35.548Z|2f9f259d-041a-4f55-8525-4eec5ab89502|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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:10:35.584Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:10:35.585Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.585Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "cds",
  "timestamp": 1646978844179,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:10:35.586Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:10:35.586Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.586Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "policy-id",
  "timestamp": 1646978851733,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:10:35.586Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:10:35.587Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.587Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646978855207,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:10:35.587Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:10:35.587Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.587Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646978855468,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:10:35.587Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:10:35.587Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.587Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "cds",
  "timestamp": 1646978844179,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:10:35.587Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:10:35.587Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.587Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "policy-id",
  "timestamp": 1646978851733,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:10:35.588Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:10:35.588Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.588Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646978855207,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:10:35.588Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:10:35.588Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.588Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646978855468,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:10:35.588Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:10:35.588Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.588Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "cds",
  "timestamp": 1646978844179,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:10:35.588Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:10:35.589Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.589Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "policy-id",
  "timestamp": 1646978851733,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:10:35.589Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:10:35.589Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.589Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646978855207,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:10:35.589Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:10:35.589Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.589Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646978855468,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:10:35.589Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:10:35.589Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.589Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "cds",
  "timestamp": 1646978844179,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:10:35.589Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:10:35.590Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.590Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "policy-id",
  "timestamp": 1646978851733,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:10:35.590Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:10:35.590Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.590Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646978855207,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:10:35.590Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:10:35.590Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.590Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646978855468,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:10:35.590Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:10:35.590Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.591Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "cds",
  "timestamp": 1646978844179,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:10:35.591Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:10:35.591Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.591Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "policy-id",
  "timestamp": 1646978851733,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:10:35.591Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:10:35.591Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.591Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646978855207,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:10:35.591Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:10:35.591Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.591Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646978855468,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:10:35.591Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:10:35.592Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.592Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "clamp",
  "timestamp": 1646978860121,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:10:35.592Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:10:35.592Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.592Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "cds",
  "timestamp": 1646978844179,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-11T06:10:35.592Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:10:35.592Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.592Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "policy-id",
  "timestamp": 1646978851733,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-11T06:10:35.592Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:10:35.592Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.593Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646978855207,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-11T06:10:35.593Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:10:35.593Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.593Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646978855468,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:10:35.593Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:10:35.593Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.593Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "clamp",
  "timestamp": 1646978860121,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:10:35.593Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:10:35.593Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.593Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646978855207,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:10:35.594Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:10:35.594Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.594Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646978855468,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:10:35.594Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:10:35.594Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.594Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "clamp",
  "timestamp": 1646978860121,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:10:35.594Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:10:35.594Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.594Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "policy-id",
  "timestamp": 1646978862708,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-11T06:10:35.594Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T06:10:35.594Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.595Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "cds",
  "timestamp": 1646978862058,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-11T06:10:35.595Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T06:10:35.595Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.595Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646978855207,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:10:35.595Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:10:35.595Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.595Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646978855468,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:10:35.595Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:10:35.595Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.595Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "clamp",
  "timestamp": 1646978860121,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:10:35.595Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:10:35.596Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.596Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "policy-id",
  "timestamp": 1646978863713,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-11T06:10:35.596Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T06:10:35.596Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.596Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646978855468,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-11T06:10:35.596Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:10:35.596Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.596Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "clamp",
  "timestamp": 1646978860121,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:10:35.596Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:10:35.596Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.597Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646978865154,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-11T06:10:35.597Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T06:10:35.597Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.597Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "policy-id",
  "timestamp": 1646978864716,
  "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-11T06:10:35.602Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c3f98a4b-6092-4d7e-9fcc-293503014b72
2022-03-11T06:10:35.602Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3f98a4b-6092-4d7e-9fcc-293503014b72 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-11T06:10:35.610Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.611Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "cds",
  "timestamp": 1646978864336,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-11T06:10:35.616Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c3f98a4b-6092-4d7e-9fcc-293503014b72
2022-03-11T06:10:35.616Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3f98a4b-6092-4d7e-9fcc-293503014b72 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-11T06:10:35.634Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.634Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "clamp",
  "timestamp": 1646978860121,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:10:35.635Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:10:35.635Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.635Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646978866188,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-11T06:10:35.635Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T06:10:35.635Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.635Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "aai-ml",
  "timestamp": 1646978865436,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:10:35.635Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:10:35.636Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.636Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "clamp",
  "timestamp": 1646978860121,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:10:35.636Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:10:35.636Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.636Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646978867194,
  "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-11T06:10:35.645Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of c3f98a4b-6092-4d7e-9fcc-293503014b72
2022-03-11T06:10:35.645Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3f98a4b-6092-4d7e-9fcc-293503014b72 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-11T06:10:35.655Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.655Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "aai-ml",
  "timestamp": 1646978865436,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:10:35.656Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:10:35.656Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.656Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "clamp",
  "timestamp": 1646978860121,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:10:35.656Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:10:35.657Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.657Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "aai-ml",
  "timestamp": 1646978865436,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:10:35.657Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:10:35.657Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.657Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "clamp",
  "timestamp": 1646978860121,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-11T06:10:35.658Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:10:35.658Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.658Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "aai-ml",
  "timestamp": 1646978865436,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:10:35.658Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:10:35.658Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.658Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646978868811,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:10:35.659Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:10:35.659Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.659Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "aai-ml",
  "timestamp": 1646978865436,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:10:35.659Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:10:35.660Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.660Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646978868811,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:10:35.660Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:10:35.660Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.660Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "aai-ml",
  "timestamp": 1646978865436,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:10:35.661Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:10:35.661Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.661Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646978868811,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:10:35.661Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:10:35.661Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.661Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "aai-ml",
  "timestamp": 1646978865436,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:10:35.662Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:10:35.662Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.662Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646978868811,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:10:35.662Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:10:35.662Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.662Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "aai-ml",
  "timestamp": 1646978865436,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:10:35.662Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:10:35.662Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.662Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646978868811,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:10:35.662Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:10:35.663Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.663Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "aai-ml",
  "timestamp": 1646978865436,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-11T06:10:35.663Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:10:35.663Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.663Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646978868811,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:10:35.663Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:10:35.663Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.663Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "aai-ml",
  "timestamp": 1646978875318,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-11T06:10:35.663Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T06:10:35.663Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.663Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646978868811,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:10:35.663Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:10:35.664Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.664Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646978868811,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:10:35.664Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:10:35.664Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.664Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646978868811,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-11T06:10:35.664Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:10:35.664Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.664Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646978878655,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-11T06:10:35.664Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T06:10:35.664Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.665Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "clamp",
  "timestamp": 1646978879474,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-11T06:10:35.665Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T06:10:35.665Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.665Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646978880742,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-11T06:10:35.665Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T06:10:35.665Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.665Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "clamp",
  "timestamp": 1646978881363,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-11T06:10:35.665Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T06:10:35.665Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.666Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "aai-ml",
  "timestamp": 1646978881407,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-11T06:10:35.666Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T06:10:35.666Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.666Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646978881748,
  "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-11T06:10:35.671Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c3f98a4b-6092-4d7e-9fcc-293503014b72
2022-03-11T06:10:35.672Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3f98a4b-6092-4d7e-9fcc-293503014b72 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-11T06:10:35.680Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.680Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "clamp",
  "timestamp": 1646978882369,
  "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-11T06:10:35.685Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c3f98a4b-6092-4d7e-9fcc-293503014b72
2022-03-11T06:10:35.685Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3f98a4b-6092-4d7e-9fcc-293503014b72 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-11T06:10:35.696Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.696Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "aai-ml",
  "timestamp": 1646978882412,
  "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-11T06:10:35.703Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c3f98a4b-6092-4d7e-9fcc-293503014b72
2022-03-11T06:10:35.703Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3f98a4b-6092-4d7e-9fcc-293503014b72 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-11T06:10:35.712Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.713Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fb55e4-1685-4391-9bdd-1304005089ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978892240,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-11T06:10:35.713Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T06:10:35.713Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.713Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978893262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/resourceInstances/pnf3231059f22120/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:10:35.713Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:10:35.714Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.714Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978893262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/resourceInstances/pnf3231059f22120/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:10:35.714Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:10:35.714Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.714Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978893262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/resourceInstances/pnf3231059f22120/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:10:35.715Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:10:35.715Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.715Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978893262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/resourceInstances/pnf3231059f22120/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:10:35.715Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:10:35.715Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.715Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978893262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/resourceInstances/pnf3231059f22120/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:10:35.715Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:10:35.715Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.715Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978893262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/resourceInstances/pnf3231059f22120/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:10:35.716Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:10:35.716Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.716Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978893262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/artifacts/service-DemoPnfUr93ez0clgvtmt8vya1x-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:10:35.716Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:10:35.716Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.716Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978893262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/artifacts/service-DemoPnfUr93ez0clgvtmt8vya1x-csar.csar",
  "status": "NOTIFIED"
}
2022-03-11T06:10:35.716Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:10:35.717Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.717Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978905916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/artifacts/service-DemoPnfUr93ez0clgvtmt8vya1x-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-11T06:10:35.717Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T06:10:35.717Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:10:35.718Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978907944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUr93ez0clgvtmt8vya1x/1.0/artifacts/service-DemoPnfUr93ez0clgvtmt8vya1x-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-11T06:10:35.718Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T06:10:35.924Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-11T06:10:35.930Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar fb49af7a-35bf-467b-85cb-02b1cc587b4d 105667
2022-03-11T06:10:35.931Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-03-11T06:10:35.931Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-11T06:10:35.931Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-11T06:10:35.931Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-11T06:10:35.935Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T06:10:35.935Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646979035931,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-11T06:10:36.036Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-11T06:10:36.037Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-11T06:10:36.037Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:10:36.048Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:10:36.049Z||pool-98-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-11T06:10:36.936Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-11T06:10:36.938Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-11T06:10:36.940Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: fb49af7a-35bf-467b-85cb-02b1cc587b4d, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-11T06:10:36.941Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-03-11T06:10:36.942Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-11T06:10:36.942Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-11T06:10:37.050Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8849152828719688847/Definitions/service-TestPnfMacro-template.yml
2022-03-11T06:10:37.869Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-11T06:10:37.869Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-11T06:10:37.870Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-11T06:10:37.870Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-11T06:10:37.870Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-11T06:10:37.870Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-11T06:10:37.870Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-11T06:10:37.870Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-11T06:10:37.870Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-11T06:10:37.871Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-11T06:10:37.871Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-11T06:10:37.871Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-11T06:10:37.871Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T06:10:37.871Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T06:10:37.871Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-03-11T06:10:37.872Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-11T06:10:37.872Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-11T06:10:37.872Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T06:10:37.872Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T06:10:37.873Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-03-11T06:10:37.873Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-11T06:10:37.873Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-11T06:10:37.873Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T06:10:37.873Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T06:10:37.874Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T06:10:37.874Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T06:10:37.874Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T06:10:37.874Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T06:10:37.874Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T06:10:37.875Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T06:10:37.875Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T06:10:37.875Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T06:10:37.875Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:826a9134-8dc7-4f97-89fd-70af598fae86
Model Version:NULL
Model InvariantUuid:1fc6c1ff-0db5-40a7-a984-e06e53613b39
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-11T06:10:37.883Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 1ce7d71f-395b-4036-8a84-0a677349b2a5
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-11T06:10:37.886Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||INFO|500||test-pnf 0
2022-03-11T06:10:37.886Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 1ce7d71f-395b-4036-8a84-0a677349b2a5
2022-03-11T06:10:37.886Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 826a9134-8dc7-4f97-89fd-70af598fae86
2022-03-11T06:10:37.887Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 826a9134-8dc7-4f97-89fd-70af598fae86
2022-03-11T06:10:37.887Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 1ce7d71f-395b-4036-8a84-0a677349b2a5 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-11T06:10:37.891Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@44e31ea1, org.onap.sdc.toscaparser.api.parameters.Input@708a399d, org.onap.sdc.toscaparser.api.parameters.Input@3e4f9b10, org.onap.sdc.toscaparser.api.parameters.Input@4e342281, org.onap.sdc.toscaparser.api.parameters.Input@12fe2bf0]
2022-03-11T06:10:37.891Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T06:10:37.892Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T06:10:37.892Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 826a9134-8dc7-4f97-89fd-70af598fae86: test-pnf
2022-03-11T06:10:37.892Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||INFO|500||Processing PNF resource: 1ce7d71f-395b-4036-8a84-0a677349b2a5
2022-03-11T06:10:37.892Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-11T06:10:37.892Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-11T06:10:37.893Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||INFO|500||Resource customization UUID: 4ba31a27-05d2-4daa-813d-8a9adef17974 is the same as notified resource customizationUUID: 4ba31a27-05d2-4daa-813d-8a9adef17974
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-11T06:10:37.937Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 1ce7d71f-395b-4036-8a84-0a677349b2a5 0 ASDC deployResourceStructure
2022-03-11T06:10:37.937Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-03-11T06:10:37.938Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-11T06:10:37.938Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-11T06:10:37.938Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-11T06:10:37.941Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T06:10:37.941Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646979037937,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-11T06:10:38.041Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T06:10:38.042Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-11T06:10:38.042Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:10:38.057Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:10:38.057Z||pool-99-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-11T06:10:38.942Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3f98a4b-6092-4d7e-9fcc-293503014b72
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11T06:10:38.956Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3f98a4b-6092-4d7e-9fcc-293503014b72
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-11T06:10:38.960Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-11T06:10:38.961Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-11T06:10:38.961Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-11T06:10:38.961Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-11T06:10:38.962Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-11T06:10:38.962Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-11T06:10:38.962Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-11T06:10:38.963Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-11T06:10:38.963Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-11T06:10:38.963Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-11T06:10:38.964Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-11T06:10:38.964Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-11T06:10:38.971Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-11T06:11:08.971Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c3f98a4b-6092-4d7e-9fcc-293503014b72 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-11T06:11:08.977Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c3f98a4b-6092-4d7e-9fcc-293503014b72 and serviceModelVersionId: 826a9134-8dc7-4f97-89fd-70af598fae86
2022-03-11T06:11:08.978Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1fc6c1ff-0db5-40a7-a984-e06e53613b39
2022-03-11T06:11:08.979Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1fc6c1ff-0db5-40a7-a984-e06e53613b39/model-vers/model-ver/826a9134-8dc7-4f97-89fd-70af598fae86?depth=0
2022-03-11T06:11:08.982Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-03-11T06:11:09.022Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fc6c1ff-0db5-40a7-a984-e06e53613b39/model-vers/model-ver/826a9134-8dc7-4f97-89fd-70af598fae86?depth=0|INFO|500||Invoke
2022-03-11T06:11:09.023Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fc6c1ff-0db5-40a7-a984-e06e53613b39/model-vers/model-ver/826a9134-8dc7-4f97-89fd-70af598fae86?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fc6c1ff-0db5-40a7-a984-e06e53613b39/model-vers/model-ver/826a9134-8dc7-4f97-89fd-70af598fae86?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c3f98a4b-6092-4d7e-9fcc-293503014b72], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f126b367-42b1-4d4d-b459-30539bb85840], X-ECOMP-RequestID=[c3f98a4b-6092-4d7e-9fcc-293503014b72], X-TransactionId=[], X-ONAP-RequestID=[c3f98a4b-6092-4d7e-9fcc-293503014b72], Content-Type=[application/merge-patch+json]}
2022-03-11T06:11:09.048Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fc6c1ff-0db5-40a7-a984-e06e53613b39/model-vers/model-ver/826a9134-8dc7-4f97-89fd-70af598fae86?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-11T06:11:09.445Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fc6c1ff-0db5-40a7-a984-e06e53613b39/model-vers/model-ver/826a9134-8dc7-4f97-89fd-70af598fae86?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/1fc6c1ff-0db5-40a7-a984-e06e53613b39/model-vers/model-ver/826a9134-8dc7-4f97-89fd-70af598fae86?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220311-06:11:09:182-9172], vertex-id=[237728], Content-Length=[0], Date=[Fri, 11 Mar 2022 06:11:09 GMT], Content-Type=[application/json]}
2022-03-11T06:11:09.446Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fc6c1ff-0db5-40a7-a984-e06e53613b39/model-vers/model-ver/826a9134-8dc7-4f97-89fd-70af598fae86?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-11T06:11:09.446Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fc6c1ff-0db5-40a7-a984-e06e53613b39/model-vers/model-ver/826a9134-8dc7-4f97-89fd-70af598fae86?depth=0|INFO|500||InvokeReturn
2022-03-11T06:11:09.448Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-11T06:11:09.448Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-11T06:11:09.453Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-11T06:11:09.453Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c3f98a4b-6092-4d7e-9fcc-293503014b72 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-11T06:11:09.454Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-11T06:11:09.454Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-11T06:11:09.456Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-11T06:11:09.457Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646979069454,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-11T06:11:09.557Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-11T06:11:09.558Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-11T06:11:09.558Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:11:09.577Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:11:09.578Z||pool-100-thread-1|||||INFO|500||cambria reply ok (21 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-11T06:11:10.471Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T06:11:10.472Z||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-11T06:11:10.472Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:11:20.737Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:11:20.738Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T06:11:20.738Z||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-11T06:11:20.738Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:11:30.300Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:11:30.301Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T06:11:30.302Z||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-11T06:11:30.302Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:11:35.547Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T06:11:35.547Z|2f9f259d-041a-4f55-8525-4eec5ab89502|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-11T06:11:35.548Z|2f9f259d-041a-4f55-8525-4eec5ab89502|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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:11:35.571Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:11:35.571Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:11:35.571Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "381ee086-6ecb-4698-8515-b7c6f1be7e51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978969419,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-11T06:11:35.572Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T06:11:35.572Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:11:35.572Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978893262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:11:35.572Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:11:35.572Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:11:35.572Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978893262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-11T06:11:35.572Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:11:35.573Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:11:35.573Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978893262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-11T06:11:35.573Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:11:35.573Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:11:35.573Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978893262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-11T06:11:35.573Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:11:35.573Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-11T06:11:35.573Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978893262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-11T06:11:35.573Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:11:39.863Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:11:39.864Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T06:11:39.864Z||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-11T06:11:39.864Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:11:49.407Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:11:49.407Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T06:11:49.408Z||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-11T06:11:49.408Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:11:58.952Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:11:58.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T06:11:58.953Z||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-11T06:11:58.953Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:12:08.516Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:12:35.538Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T06:12:35.538Z||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-11T06:12:35.539Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:12:35.547Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T06:12:35.547Z||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-11T06:12:35.547Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:12:35.580Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:12:35.581Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-11T06:12:35.581Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978893262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:12:35.582Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:12:35.582Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-11T06:12:35.582Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978893262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-11T06:12:35.583Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:12:35.583Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-11T06:12:35.583Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978893262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:12:35.583Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:12:35.583Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-11T06:12:35.583Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978893262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-11T06:12:35.583Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:12:35.583Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-11T06:12:35.584Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978980245,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-11T06:12:35.584Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T06:12:35.584Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-11T06:12:35.584Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978983134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-03-11T06:12:35.584Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T06:12:35.584Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-11T06:12:35.584Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978984330,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-11T06:12:35.584Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T06:12:35.584Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-11T06:12:35.584Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978985524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-11T06:12:35.585Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T06:12:35.585Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-11T06:12:35.585Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978986725,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-11T06:12:35.585Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T06:12:35.585Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-11T06:12:35.585Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978987778,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-11T06:12:35.585Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T06:12:35.585Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-11T06:12:35.585Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978988908,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-03-11T06:12:35.585Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T06:12:35.585Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-11T06:12:35.585Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978989912,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-03-11T06:12:35.586Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T06:12:35.586Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-11T06:12:35.586Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978990918,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-11T06:12:35.586Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T06:12:35.586Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-11T06:12:35.586Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978991923,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-03-11T06:12:35.586Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T06:12:35.586Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-11T06:12:35.586Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978992927,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-03-11T06:12:35.586Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T06:12:35.586Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-11T06:12:35.586Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978993932,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-11T06:12:35.586Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T06:12:35.586Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-11T06:12:35.586Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c75e005-bb94-4543-b72f-4fb1976eb2fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646979025337,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-11T06:12:35.587Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T06:12:35.587Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-11T06:12:35.587Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978893262,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:12:35.587Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:12:35.587Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-11T06:12:35.587Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978893262,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:12:35.587Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:12:35.587Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-11T06:12:35.587Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978893262,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:12:35.587Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:12:35.587Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-11T06:12:35.587Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978893262,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:12:35.588Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:12:35.588Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-11T06:12:35.588Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978893262,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:12:35.588Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:12:35.588Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-11T06:12:35.588Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978893262,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:12:35.588Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:12:35.588Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-11T06:12:35.588Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978893262,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:12:35.588Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:12:35.588Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-11T06:12:35.589Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978893262,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-11T06:12:35.589Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:12:35.589Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-11T06:12:35.589Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646978893262,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-11T06:12:35.589Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-11T06:12:45.130Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:13:35.537Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T06:13:35.538Z||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-11T06:13:35.538Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:13:35.546Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T06:13:35.548Z||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-11T06:13:35.548Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:13:36.072Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:13:36.073Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-11T06:13:36.073Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646979035931,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-11T06:13:36.073Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T06:13:36.073Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-11T06:13:36.074Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646979037937,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-11T06:13:36.074Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T06:13:36.074Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-11T06:13:36.074Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3f98a4b-6092-4d7e-9fcc-293503014b72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646979069454,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-11T06:13:36.074Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-11T06:13:45.096Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:14:35.538Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T06:14:35.539Z||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-11T06:14:35.539Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:14:35.546Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T06:14:35.547Z||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-11T06:14:35.547Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:14:45.093Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:14:45.095Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:15:35.538Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T06:15:35.539Z||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-11T06:15:35.539Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:15:35.546Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T06:15:35.547Z||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-11T06:15:35.547Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:15:45.094Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:15:45.104Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:16:35.538Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T06:16:35.539Z||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-11T06:16:35.539Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:16:35.546Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T06:16:35.547Z||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-11T06:16:35.547Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:16:45.097Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:16:45.107Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:17:35.538Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T06:17:35.539Z||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-11T06:17:35.539Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:17:35.547Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T06:17:35.548Z||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-11T06:17:35.548Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:17:45.105Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:17:45.105Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:18:35.542Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T06:18:35.544Z||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-11T06:18:35.544Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:18:35.547Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T06:18:35.547Z||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-11T06:18:35.548Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:18:45.108Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:18:45.109Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:19:35.539Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T06:19:35.541Z|2f9f259d-041a-4f55-8525-4eec5ab89502|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-11T06:19:35.542Z|2f9f259d-041a-4f55-8525-4eec5ab89502|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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:19:35.546Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T06:19:35.547Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|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-11T06:19:35.547Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:19:45.094Z|c3f98a4b-6092-4d7e-9fcc-293503014b72|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:19:45.101Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:20:35.538Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T06:20:35.539Z|2f9f259d-041a-4f55-8525-4eec5ab89502|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-11T06:20:35.539Z|2f9f259d-041a-4f55-8525-4eec5ab89502|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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:20:35.547Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T06:20:35.548Z||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-11T06:20:35.548Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:20:45.105Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:20:45.137Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:21:35.538Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T06:21:35.539Z|2f9f259d-041a-4f55-8525-4eec5ab89502|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-11T06:21:35.539Z|2f9f259d-041a-4f55-8525-4eec5ab89502|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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:21:35.547Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T06:21:35.547Z||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-11T06:21:35.548Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:21:45.093Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:21:45.105Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:22:35.538Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T06:22:35.539Z|2f9f259d-041a-4f55-8525-4eec5ab89502|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-11T06:22:35.540Z|2f9f259d-041a-4f55-8525-4eec5ab89502|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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:22:35.546Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T06:22:35.547Z||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-11T06:22:35.547Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:22:45.097Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:22:45.098Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:23:35.538Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T06:23:35.539Z|2f9f259d-041a-4f55-8525-4eec5ab89502|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-11T06:23:35.539Z|2f9f259d-041a-4f55-8525-4eec5ab89502|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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:23:35.547Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T06:23:35.547Z||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-11T06:23:35.548Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:23:45.101Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:23:45.109Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:24:35.538Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T06:24:35.539Z|2f9f259d-041a-4f55-8525-4eec5ab89502|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-11T06:24:35.539Z|2f9f259d-041a-4f55-8525-4eec5ab89502|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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:24:35.547Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T06:24:35.548Z||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-11T06:24:35.548Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:24:45.102Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:24:45.103Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:25:35.538Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T06:25:35.539Z|2f9f259d-041a-4f55-8525-4eec5ab89502|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-11T06:25:35.539Z|2f9f259d-041a-4f55-8525-4eec5ab89502|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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:25:35.547Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T06:25:35.547Z||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-11T06:25:35.548Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:25:45.101Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:25:45.105Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:26:35.538Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T06:26:35.539Z|2f9f259d-041a-4f55-8525-4eec5ab89502|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-11T06:26:35.539Z|2f9f259d-041a-4f55-8525-4eec5ab89502|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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:26:35.547Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T06:26:35.548Z||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-11T06:26:35.548Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:26:45.122Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:26:45.122Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:27:35.538Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T06:27:35.538Z|2f9f259d-041a-4f55-8525-4eec5ab89502|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-11T06:27:35.539Z|2f9f259d-041a-4f55-8525-4eec5ab89502|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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:27:35.547Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T06:27:35.547Z||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-11T06:27:35.547Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:27:45.096Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:27:45.098Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:28:35.538Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T06:28:35.539Z|2f9f259d-041a-4f55-8525-4eec5ab89502|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-11T06:28:35.539Z|2f9f259d-041a-4f55-8525-4eec5ab89502|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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:28:35.547Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T06:28:35.547Z||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-11T06:28:35.548Z||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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:28:40.037Z||http-nio-8085-exec-10|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [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-11T06:28:45.121Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:28:45.121Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-11T06:29:35.538Z|2f9f259d-041a-4f55-8525-4eec5ab89502|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T06:29:35.539Z|2f9f259d-041a-4f55-8525-4eec5ab89502|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-11T06:29:35.539Z|2f9f259d-041a-4f55-8525-4eec5ab89502|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 QEOdPKl3uzbU9iwJ) ...
2022-03-11T06:29:35.547Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-11T06:29:35.547Z||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-11T06:29:35.547Z||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 QEOdPKl3uzbU9iwJ) ...