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)

2021-10-23T05:29:55.222Z||main|||||INFO|500||The following profiles are active: basic
2021-10-23T05:30:12.583Z||main|||||INFO|500||Starting service [Tomcat]
2021-10-23T05:30:12.584Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-10-23T05:30:12.743Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-10-23T05:30:18.619Z||main|||||INFO|500||catdb-pool - Starting...
2021-10-23T05:30:19.126Z||main|||||INFO|500||catdb-pool - Start completed.
2021-10-23T05:30:19.929Z||main|||||INFO|500||reqdb-pool - Starting...
2021-10-23T05:30:19.945Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-10-23T05:30:20.224Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-10-23T05:30:20.538Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-10-23T05:30:21.595Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-10-23T05:30:25.727Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-23T05:30:28.189Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-23T05:30:28.259Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-10-23T05:30:28.867Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-23T05:30:29.018Z||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.
2021-10-23T05:30:30.428Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-23T05:30:31.645Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-10-23T05:30:31.663Z||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$$36dd570f.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)
2021-10-23T05:30:31.664Z||main|||||WARN|500||The sdc end point is not alive
2021-10-23T05:30:34.988Z||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
2021-10-23T05:30:37.946Z||main|||||WARN|500||---
2021-10-23T05:30:37.947Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-10-23T05:30:37.947Z||main|||||WARN|500||---
2021-10-23T05:30:38.394Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-10-23T05:30:43.655Z||main|||||INFO|500||Started Application in 53.311 seconds (JVM running for 56.891)
2021-10-23T05:30:43.694Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-23T05:30:43.696Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-23T05:30:43.707Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-23T05:30:43.736Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-23T05:30:43.789Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3f573f4e-0f1f-46fd-abb7-151c20bcc5d6 url= /sdc/v1/artifactTypes
2021-10-23T05:30:43.790Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-23T05:30:44.130Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-23T05:30:44.154Z||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
2021-10-23T05:30:44.184Z||scheduling-1|||||DEBUG|500||create keys
2021-10-23T05:30:44.195Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-10-23T05:30:44.492Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T05:30:44.508Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= ea19676d-a43e-4074-8535-9fe278739579 url= /sdc/v1/registerForDistribution
2021-10-23T05:30:44.967Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= ea19676d-a43e-4074-8535-9fe278739579 url= /sdc/v1/registerForDistribution
2021-10-23T05:30:44.969Z||scheduling-1|||||INFO|500||start DistributionClient
2021-10-23T05:30:44.982Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:30:44.988Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:30:44.992Z||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.
2021-10-23T05:30:44.993Z||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.
2021-10-23T05:30:44.993Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T05:30:44.994Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T05:30:44.997Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-10-23T05:30:56.069Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T05:30:56.072Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T05:31:44.986Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:31:44.983Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:31:44.989Z||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.
2021-10-23T05:31:44.989Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T05:31:44.998Z||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.
2021-10-23T05:31:44.999Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T05:31:54.576Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T05:31:54.576Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T05:32:44.982Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:32:44.986Z||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.
2021-10-23T05:32:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T05:32:44.987Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:32:44.987Z||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.
2021-10-23T05:32:44.988Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T05:32:54.549Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T05:32:54.560Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T05:33:44.981Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:33:44.985Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:33:44.986Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:33:44.986Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T05:33:44.987Z||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.
2021-10-23T05:33:44.987Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T05:33:54.539Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T05:33:54.542Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T05:34:44.980Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:34:44.981Z||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.
2021-10-23T05:34:44.982Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T05:34:44.985Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:34:44.986Z||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.
2021-10-23T05:34:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T05:34:54.542Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T05:34:54.542Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T05:35:44.980Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:35:44.983Z||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.
2021-10-23T05:35:44.984Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T05:35:44.986Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:35:44.987Z||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.
2021-10-23T05:35:44.987Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T05:35:54.537Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T05:35:54.538Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T05:36:44.980Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:36:44.984Z||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.
2021-10-23T05:36:44.984Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T05:36:44.985Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:36:44.986Z||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.
2021-10-23T05:36:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T05:36:54.535Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T05:36:54.535Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T05:37:44.980Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:37:44.984Z||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.
2021-10-23T05:37:44.985Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T05:37:44.985Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:37:44.989Z||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.
2021-10-23T05:37:44.989Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T05:37:54.550Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T05:37:54.552Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T05:38:44.980Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:38:44.982Z||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.
2021-10-23T05:38:44.982Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T05:38:44.985Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:38:44.986Z||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.
2021-10-23T05:38:44.987Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T05:38:54.553Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T05:38:54.558Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T05:39:44.981Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:39:44.985Z||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.
2021-10-23T05:39:44.985Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:39:44.985Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T05:39:44.986Z||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.
2021-10-23T05:39:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T05:39:54.537Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T05:39:54.541Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T05:40:33.136Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-10-23T05:40:44.981Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:40:44.982Z||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.
2021-10-23T05:40:44.982Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T05:40:44.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:40:44.986Z||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.
2021-10-23T05:40:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T05:40:54.536Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T05:40:54.536Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T05:41:44.981Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:41:44.983Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:41:44.983Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T05:41:44.986Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:41:44.987Z||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.
2021-10-23T05:41:44.987Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T05:41:54.549Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T05:41:54.549Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T05:42:44.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:42:44.981Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:42:44.981Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T05:42:44.985Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:42:44.986Z||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.
2021-10-23T05:42:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T05:42:54.529Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T05:42:54.530Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T05:43:44.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:43:44.982Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:43:44.982Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T05:43:44.985Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:43:44.987Z||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.
2021-10-23T05:43:44.987Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T05:43:54.536Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T05:43:54.539Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T05:44:44.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:44:44.983Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:44:44.983Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T05:44:44.985Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:44:44.986Z||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.
2021-10-23T05:44:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T05:44:54.539Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T05:44:54.544Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T05:45:44.981Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:45:44.985Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:45:44.985Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T05:45:44.985Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:45:44.986Z||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.
2021-10-23T05:45:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T05:45:54.549Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T05:45:54.549Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T05:46:44.981Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:46:44.983Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:46:44.983Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T05:46:44.985Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:46:44.986Z||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.
2021-10-23T05:46:44.987Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T05:46:54.534Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T05:46:54.534Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T05:47:44.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:47:44.981Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:47:44.982Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T05:47:44.985Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:47:44.986Z||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.
2021-10-23T05:47:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T05:47:54.547Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T05:47:54.547Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T05:48:44.981Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:48:44.983Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:48:44.983Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T05:48:44.985Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:48:44.986Z||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.
2021-10-23T05:48:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T05:48:54.541Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T05:48:54.543Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T05:49:44.981Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:49:44.983Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:49:44.983Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T05:49:44.985Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:49:44.986Z||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.
2021-10-23T05:49:44.987Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T05:49:54.536Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T05:49:54.536Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T05:50:44.981Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:50:44.983Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:50:44.983Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T05:50:44.985Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:50:44.986Z||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.
2021-10-23T05:50:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T05:50:54.531Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T05:50:54.531Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T05:51:44.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:51:44.982Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:51:44.982Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T05:51:44.985Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:51:44.987Z||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.
2021-10-23T05:51:44.987Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T05:51:54.526Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T05:51:54.536Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T05:52:44.981Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:52:44.983Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:52:44.983Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T05:52:44.985Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:52:44.986Z||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.
2021-10-23T05:52:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T05:52:54.536Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T05:52:54.537Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T05:53:44.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:53:44.980Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:53:44.981Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T05:53:44.985Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:53:44.986Z||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.
2021-10-23T05:53:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T05:53:54.538Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T05:53:54.538Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T05:54:44.981Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:54:44.984Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:54:44.984Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T05:54:44.985Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:54:44.986Z||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.
2021-10-23T05:54:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T05:54:54.529Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T05:54:54.536Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T05:55:44.981Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:55:44.983Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:55:44.983Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T05:55:44.985Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:55:44.986Z||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.
2021-10-23T05:55:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T05:55:54.553Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T05:55:54.553Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T05:56:44.982Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:56:44.984Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:56:44.984Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T05:56:44.985Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:56:44.986Z||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.
2021-10-23T05:56:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T05:56:54.539Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T05:56:54.541Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T05:57:44.980Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:57:44.981Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:57:44.982Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T05:57:44.985Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:57:44.986Z||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.
2021-10-23T05:57:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T05:57:54.549Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T05:57:54.549Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T05:58:44.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:58:44.982Z||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.
2021-10-23T05:58:44.982Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T05:58:44.985Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:58:44.986Z||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.
2021-10-23T05:58:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T05:58:54.551Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T05:58:54.551Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T05:59:44.981Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:59:44.983Z||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.
2021-10-23T05:59:44.983Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T05:59:44.985Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:59:44.986Z||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.
2021-10-23T05:59:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T05:59:54.550Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T05:59:54.551Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:00:44.981Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:00:44.984Z||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.
2021-10-23T06:00:44.984Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:00:44.985Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:00:44.986Z||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.
2021-10-23T06:00:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:00:54.537Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:00:54.544Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:01:44.981Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:01:44.983Z||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.
2021-10-23T06:01:44.983Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:01:44.985Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:01:44.986Z||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.
2021-10-23T06:01:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:01:54.553Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:01:54.553Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:02:44.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:02:44.984Z||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.
2021-10-23T06:02:44.985Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:02:44.985Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:02:44.986Z||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.
2021-10-23T06:02:44.987Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:02:54.552Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:02:54.558Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:03:44.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:03:44.981Z||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.
2021-10-23T06:03:44.982Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:03:44.985Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:03:44.986Z||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.
2021-10-23T06:03:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:03:54.549Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:03:54.551Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:04:44.981Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:04:44.983Z||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.
2021-10-23T06:04:44.983Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:04:44.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:04:44.986Z||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.
2021-10-23T06:04:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:04:54.533Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:04:54.535Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:05:44.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:05:44.982Z||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.
2021-10-23T06:05:44.983Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:05:44.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:05:44.986Z||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.
2021-10-23T06:05:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:05:54.543Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:05:54.549Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:06:44.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:06:44.983Z||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.
2021-10-23T06:06:44.983Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:06:44.985Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:06:44.986Z||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.
2021-10-23T06:06:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:06:54.551Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:06:54.551Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:07:44.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:07:44.982Z||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.
2021-10-23T06:07:44.982Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:07:44.985Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:07:44.986Z||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.
2021-10-23T06:07:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:07:54.572Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:07:54.576Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:08:44.981Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:08:44.983Z||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.
2021-10-23T06:08:44.983Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:08:44.985Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:08:44.986Z||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.
2021-10-23T06:08:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:08:54.543Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:08:54.545Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:09:44.981Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:09:44.983Z||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.
2021-10-23T06:09:44.983Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:09:44.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:09:44.986Z||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.
2021-10-23T06:09:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:09:54.536Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:09:54.539Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:10:44.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:10:44.983Z||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.
2021-10-23T06:10:44.983Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:10:44.985Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:10:44.986Z||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.
2021-10-23T06:10:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:10:45.619Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:10:45.621Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.621Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"d3c2bd4e-afb0-4701-965b-8efcaa2f18a1","serviceName":"vFW 2021-10-23 06-08-20","serviceVersion":"1.0","serviceUUID":"a9c37db6-b573-478a-9579-e20857d76da7","serviceDescription":"catalog service description","serviceInvariantUUID":"29c12605-c384-485f-8dfd-283aa22d9bb3","resources":[{"resourceInstanceName":"vFW 1c5e8917-39e0 0","resourceName":"vFW 1c5e8917-39e0","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ea37df3d-1aea-490b-86ba-4c05be42f134","resourceInvariantUUID":"c3a26ce4-7d74-4390-811b-b050ee7e1c91","resourceCustomizationUUID":"c8055ba1-399e-4b0a-b6a1-cd89de51b953","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vf-license-model.xml","artifactChecksum":"ZTYxMjZkNDBkY2IyYzVhNDcyNjg0YzE2YzhlOGI5NDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"176d30ab-3ea9-4d16-9a75-e809a93eb98f","artifactVersion":"1"},{"artifactName":"vfw1c5e891739e00_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vfw1c5e891739e00_modules.json","artifactChecksum":"Njg1MzZhMmEzZTU1NTc5YWRjNzE0ZmYyNTM1NzBmOTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"da8b0167-8113-4ea4-8fce-bb20ed6e0dc4","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6bb4f7de-fcbe-456d-9cd5-215800f8cdc2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vendor-license-model.xml","artifactChecksum":"N2M2ZWNmZmMyNDZmZTFlMjZmZWQyZjA5MjY0YTQxZGY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9d24afda-64ce-44e1-80b8-c64216ab530f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"902f3861-6c17-40fc-964c-80fe7ed20341","artifactVersion":"2","generatedFromUUID":"6bb4f7de-fcbe-456d-9cd5-215800f8cdc2"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211023060820-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-template.yml","artifactChecksum":"YjJhNzlhMWQzMzkyMjE1N2Q2MWVmZTM0ZDE1NzVkYTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dc55b474-85fd-46c2-ba0f-cd87704c1b2a","artifactVersion":"1"},{"artifactName":"service-Vfw20211023060820-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar","artifactChecksum":"ZmQ0OGFlMzUzY2FkN2YxOTU2OTUzODkxZGY5OWU3MWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"42b0dd77-7bbd-4d4d-8d17-b1644aae5f5f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-23T06:10:45.623Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:10:45.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634969426289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.638Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T06:10:45.645Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:10:45.658Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:10:45.658Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634969444980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.669Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:10:45.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "cds",
  "timestamp": 1634969426211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.670Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:10:45.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "dcae-sch",
  "timestamp": 1634969420105,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.670Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:10:45.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "policy-id",
  "timestamp": 1634969423760,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.671Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:10:45.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634969429267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.671Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:10:45.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "cds",
  "timestamp": 1634969426211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vfw1c5e891739e00_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.672Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:10:45.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634969426289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vfw1c5e891739e00_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.672Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:10:45.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "dcae-sch",
  "timestamp": 1634969420105,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vfw1c5e891739e00_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.672Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:10:45.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "policy-id",
  "timestamp": 1634969423760,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vfw1c5e891739e00_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:10:45.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634969429267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vfw1c5e891739e00_modules.json",
  "status": "NOTIFIED"
}
2021-10-23T06:10:45.674Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:10:45.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "cds",
  "timestamp": 1634969426211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.674Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:10:45.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "dcae-sch",
  "timestamp": 1634969420105,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.674Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:10:45.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634969426289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.675Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:10:45.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "policy-id",
  "timestamp": 1634969423760,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-10-23T06:10:45.675Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:10:45.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634969429267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-10-23T06:10:45.676Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:10:45.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634969426289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.676Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:10:45.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.677Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "dcae-sch",
  "timestamp": 1634969420105,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.677Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:10:45.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.677Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "cds",
  "timestamp": 1634969426211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.677Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:10:45.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "policy-id",
  "timestamp": 1634969423760,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.678Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:10:45.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634969429267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.678Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:10:45.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "dcae-sch",
  "timestamp": 1634969420105,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.679Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:10:45.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634969426289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.679Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:10:45.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "cds",
  "timestamp": 1634969426211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.679Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:10:45.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "policy-id",
  "timestamp": 1634969423760,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.680Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:10:45.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634969429267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-10-23T06:10:45.680Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:10:45.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "clamp",
  "timestamp": 1634969433754,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:10:45.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "dcae-sch",
  "timestamp": 1634969420105,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:10:45.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634969426289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:10:45.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "cds",
  "timestamp": 1634969426211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:10:45.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "policy-id",
  "timestamp": 1634969423760,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:10:45.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634969429267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:10:45.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "clamp",
  "timestamp": 1634969433754,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vfw1c5e891739e00_modules.json",
  "status": "NOTIFIED"
}
2021-10-23T06:10:45.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:10:45.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "dcae-sch",
  "timestamp": 1634969420105,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.684Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:10:45.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634969426289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.684Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:10:45.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "cds",
  "timestamp": 1634969426211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar",
  "status": "NOTIFIED"
}
2021-10-23T06:10:45.684Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:10:45.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "policy-id",
  "timestamp": 1634969423760,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar",
  "status": "NOTIFIED"
}
2021-10-23T06:10:45.685Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:10:45.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634969429267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar",
  "status": "NOTIFIED"
}
2021-10-23T06:10:45.685Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:10:45.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "clamp",
  "timestamp": 1634969433754,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.686Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:10:45.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "cds",
  "timestamp": 1634969436975,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:10:45.686Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:10:45.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "policy-id",
  "timestamp": 1634969436973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:10:45.688Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:10:45.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634969437250,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vfw1c5e891739e00_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:10:45.688Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:10:45.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "clamp",
  "timestamp": 1634969433754,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:10:45.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "policy-id",
  "timestamp": 1634969437982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-23T06:10:45.689Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:10:45.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "cds",
  "timestamp": 1634969437999,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2021-10-23T06:10:45.756Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2021-10-23T06:10:45.760Z||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.
2021-10-23T06:10:45.760Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-23T06:10:45.772Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:10:45.773Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-23T06:10:45.914Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d3c2bd4e-afb0-4701-965b-8efcaa2f18a1
2021-10-23T06:10:45.934Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3c2bd4e-afb0-4701-965b-8efcaa2f18a1 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 (?, ?, ?, ?, ?)
2021-10-23T06:10:45.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.958Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "clamp",
  "timestamp": 1634969433754,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.959Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:10:45.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.959Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "policy-id",
  "timestamp": 1634969438986,
  "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=?
2021-10-23T06:10:45.978Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d3c2bd4e-afb0-4701-965b-8efcaa2f18a1
2021-10-23T06:10:45.978Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3c2bd4e-afb0-4701-965b-8efcaa2f18a1 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 (?, ?, ?, ?, ?)
2021-10-23T06:10:45.986Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.986Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634969439256,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:10:45.986Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:10:45.986Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.986Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "clamp",
  "timestamp": 1634969433754,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.987Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:10:45.987Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.987Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "clamp",
  "timestamp": 1634969433754,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar",
  "status": "NOTIFIED"
}
2021-10-23T06:10:45.987Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:10:45.987Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.987Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "aai-ml",
  "timestamp": 1634969439872,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.987Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:10:45.987Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.988Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634969440855,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:10:45.988Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:10:45.988Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.988Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "aai-ml",
  "timestamp": 1634969439872,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vfw1c5e891739e00_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.988Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:10:45.988Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.988Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "aai-ml",
  "timestamp": 1634969439872,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.988Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:10:45.989Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.989Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634969442638,
  "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=?
2021-10-23T06:10:45.993Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d3c2bd4e-afb0-4701-965b-8efcaa2f18a1
2021-10-23T06:10:45.993Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3c2bd4e-afb0-4701-965b-8efcaa2f18a1 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=?
2021-10-23T06:10:46.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:46.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "aai-ml",
  "timestamp": 1634969439872,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:10:46.002Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:10:46.002Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:46.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634969443643,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vfw1c5e891739e00_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-23T06:10:46.002Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:10:46.002Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:46.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "aai-ml",
  "timestamp": 1634969439872,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:10:46.003Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:10:46.003Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:46.003Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634969444156,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:10:46.003Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:10:46.665Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T06:10:46.665Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:10:46.667Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:10:46.668Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634969444980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vfw1c5e891739e00_modules.json",
  "status": "NOTIFIED"
}
2021-10-23T06:10:46.767Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-23T06:10:46.769Z||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.
2021-10-23T06:10:46.769Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:10:46.781Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:10:46.781Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-23T06:10:47.669Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T06:10:47.669Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:10:47.671Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:10:47.671Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634969444980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-10-23T06:10:47.771Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:10:47.772Z||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.
2021-10-23T06:10:47.772Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:10:47.786Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:10:47.786Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-23T06:10:48.671Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T06:10:48.672Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:10:48.674Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:10:48.674Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634969444980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:10:48.775Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-23T06:10:48.775Z||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.
2021-10-23T06:10:48.776Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:10:48.802Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:10:48.803Z||pool-6-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":9,"count":1}
2021-10-23T06:10:49.675Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T06:10:49.676Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:10:49.678Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:10:49.678Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634969444980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-10-23T06:10:49.778Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-10-23T06:10:49.779Z||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.
2021-10-23T06:10:49.779Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:10:49.793Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:10:49.794Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-23T06:10:50.681Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T06:10:50.681Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:10:50.684Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:10:50.684Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634969444980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:10:50.784Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:10:50.785Z||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.
2021-10-23T06:10:50.785Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:10:50.799Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:10:50.799Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:10:51.684Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T06:10:51.685Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:10:51.687Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:10:51.687Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634969444980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar",
  "status": "NOTIFIED"
}
2021-10-23T06:10:51.789Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-10-23T06:10:51.790Z||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.
2021-10-23T06:10:51.791Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:10:51.810Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:10:51.811Z||pool-9-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":2,"count":1}
2021-10-23T06:10:52.689Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "serviceName": "vFW 2021-10-23 06-08-20",
  "serviceVersion": "1.0",
  "serviceUUID": "a9c37db6-b573-478a-9579-e20857d76da7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "29c12605-c384-485f-8dfd-283aa22d9bb3",
  "resources": [
    {
      "resourceInstanceName": "vFW 1c5e8917-39e0 0",
      "resourceCustomizationUUID": "c8055ba1-399e-4b0a-b6a1-cd89de51b953",
      "resourceName": "vFW 1c5e8917-39e0",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ea37df3d-1aea-490b-86ba-4c05be42f134",
      "resourceInvariantUUID": "c3a26ce4-7d74-4390-811b-b050ee7e1c91",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw1c5e891739e00_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vfw1c5e891739e00_modules.json",
          "artifactChecksum": "Njg1MzZhMmEzZTU1NTc5YWRjNzE0ZmYyNTM1NzBmOTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "da8b0167-8113-4ea4-8fce-bb20ed6e0dc4",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "6bb4f7de-fcbe-456d-9cd5-215800f8cdc2",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "902f3861-6c17-40fc-964c-80fe7ed20341",
            "generatedFromUUID": "6bb4f7de-fcbe-456d-9cd5-215800f8cdc2"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "902f3861-6c17-40fc-964c-80fe7ed20341",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20211023060820-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar",
      "artifactChecksum": "ZmQ0OGFlMzUzY2FkN2YxOTU2OTUzODkxZGY5OWU3MWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "42b0dd77-7bbd-4d4d-8d17-b1644aae5f5f"
    }
  ],
  "workloadContext": "Production"
}
2021-10-23T06:10:52.690Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-23T06:10:52.690Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a9c37db6-b573-478a-9579-e20857d76da7 ASDC
2021-10-23T06:10:52.810Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:d3c2bd4e-afb0-4701-965b-8efcaa2f18a1
ServiceName:vFW 2021-10-23 06-08-20
ServiceVersion:1.0
ServiceUUID:a9c37db6-b573-478a-9579-e20857d76da7
ServiceInvariantUUID:29c12605-c384-485f-8dfd-283aa22d9bb3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211023060820-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar
ArtifactUUID:42b0dd77-7bbd-4d4d-8d17-b1644aae5f5f
ArtifactChecksum:ZmQ0OGFlMzUzY2FkN2YxOTU2OTUzODkxZGY5OWU3MWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 1c5e8917-39e0 0
ResourceCustomizationUUID:c8055ba1-399e-4b0a-b6a1-cd89de51b953
ResourceInvariantUUID:c3a26ce4-7d74-4390-811b-b050ee7e1c91
ResourceName:vFW 1c5e8917-39e0
ResourceType:VF
ResourceUUID:ea37df3d-1aea-490b-86ba-4c05be42f134
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw1c5e891739e00_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vfw1c5e891739e00_modules.json
ArtifactUUID:da8b0167-8113-4ea4-8fce-bb20ed6e0dc4
ArtifactChecksum:Njg1MzZhMmEzZTU1NTc5YWRjNzE0ZmYyNTM1NzBmOTU=
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/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.yaml
ArtifactUUID:6bb4f7de-fcbe-456d-9cd5-215800f8cdc2
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.env
ArtifactUUID:902f3861-6c17-40fc-964c-80fe7ed20341
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.env
ArtifactUUID:902f3861-6c17-40fc-964c-80fe7ed20341
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-23T06:10:52.813Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a9c37db6-b573-478a-9579-e20857d76da7 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=?
2021-10-23T06:10:52.874Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-23T06:10:52.878Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-10-23T06:10:52.885Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-10-23T06:10:52.885Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 42b0dd77-7bbd-4d4d-8d17-b1644aae5f5f from URL: /sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar
2021-10-23T06:10:52.886Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-10-23T06:10:52.889Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar
2021-10-23T06:10:53.073Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-10-23T06:10:53.100Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar 42b0dd77-7bbd-4d4d-8d17-b1644aae5f5f 98727
2021-10-23T06:10:53.103Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar ASDC sendASDCNotification
2021-10-23T06:10:53.103Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar
2021-10-23T06:10:53.104Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-23T06:10:53.106Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:10:53.108Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:10:53.109Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634969453101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:10:53.209Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-23T06:10:53.210Z||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.
2021-10-23T06:10:53.210Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:10:53.221Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:10:53.222Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:10:54.111Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-23T06:10:54.113Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-10-23T06:10:54.115Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 42b0dd77-7bbd-4d4d-8d17-b1644aae5f5f, URL: /sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar to file: /app/ASDC/1/service-Vfw20211023060820-csar.csar
2021-10-23T06:10:54.116Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211023060820-csar.csar
2021-10-23T06:10:54.197Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211023060820-csar.csar
2021-10-23T06:10:54.197Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211023060820-csar.csar
2021-10-23T06:10:54.971Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15237811172581291360/Definitions/service-Vfw20211023060820-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-10-23T06:10:57.615Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-23T06:10:57.620Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-10-23T06:10:57.620Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211023060820-csar.csar
2021-10-23T06:10:57.620Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-10-23T06:10:57.620Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||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-Vfw20211023060820-csar.csar
2021-10-23T06:10:57.621Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||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-Vfw20211023060820-csar.csar
2021-10-23T06:10:57.621Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||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-Vfw20211023060820-csar.csar
2021-10-23T06:10:57.621Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 1c5e8917-39e0 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-Vfw20211023060820-csar.csar
2021-10-23T06:10:57.621Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211023060820-csar.csar
2021-10-23T06:10:57.621Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211023060820-csar.csar
2021-10-23T06:10:57.621Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||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-Vfw20211023060820-csar.csar
2021-10-23T06:10:57.621Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||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-Vfw20211023060820-csar.csar
2021-10-23T06:10:57.621Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||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-Vfw20211023060820-csar.csar
2021-10-23T06:10:57.622Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211023060820-csar.csar
2021-10-23T06:10:57.622Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||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-Vfw20211023060820-csar.csar
2021-10-23T06:10:57.622Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211023060820-csar.csar
2021-10-23T06:10:57.622Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||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-Vfw20211023060820-csar.csar
2021-10-23T06:10:57.622Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-10-23T06:10:57.628Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:10:57.631Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-23 06-08-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:10:57.635Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c5e8917-39e0 0 is matching search criteria
2021-10-23T06:10:57.635Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-10-23T06:10:57.637Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1c5e8917-39e0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-23T06:10:57.639Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:10:57.639Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-23 06-08-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:10:57.639Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c5e8917-39e0 0 is matching search criteria
2021-10-23T06:10:57.639Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-10-23T06:10:57.640Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1c5e8917-39e0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-23T06:10:57.640Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:10:57.640Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-23 06-08-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:10:57.645Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:10:57.646Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c5e8917-39e0 0 is not matching search criteria
2021-10-23T06:10:57.646Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-23T06:10:57.646Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-23T06:10:57.646Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-23T06:10:57.646Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-23T06:10:57.646Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-23T06:10:57.647Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-23T06:10:57.647Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-23T06:10:57.647Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-23T06:10:57.647Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-23T06:10:57.647Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-23T06:10:57.647Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-23T06:10:57.648Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-23T06:10:57.648Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-23T06:10:57.648Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-23T06:10:57.648Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-23T06:10:57.648Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-23T06:10:57.648Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:10:57.649Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-23 06-08-20 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-23T06:10:57.650Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:10:57.650Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c5e8917-39e0 0 is matching search criteria
2021-10-23T06:10:57.650Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1c5e8917-39e0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-23T06:10:57.651Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:10:57.651Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c5e8917-39e0 0 is matching search criteria
2021-10-23T06:10:57.651Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1c5e8917-39e0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-23T06:10:57.651Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:10:57.652Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c5e8917-39e0 0 is matching search criteria
2021-10-23T06:10:57.652Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1c5e8917-39e0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-23T06:10:57.652Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:10:57.652Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c5e8917-39e0 0 is not matching search criteria
2021-10-23T06:10:57.652Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-23T06:10:57.653Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-23T06:10:57.653Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-23T06:10:57.653Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-23T06:10:57.653Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-23T06:10:57.653Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-23T06:10:57.654Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-23T06:10:57.654Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-23T06:10:57.654Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-23T06:10:57.654Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-23T06:10:57.654Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-23T06:10:57.654Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=986d00fb-fe52-484c-8f8f-c1a91d7bdafa
2021-10-23T06:10:57.655Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:10:57.655Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c5e8917-39e0 0 is not matching search criteria
2021-10-23T06:10:57.655Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-23T06:10:57.655Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-23T06:10:57.655Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-23T06:10:57.656Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-23T06:10:57.656Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-23T06:10:57.656Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-23T06:10:57.656Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-23T06:10:57.656Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-23T06:10:57.656Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-23T06:10:57.657Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-23T06:10:57.657Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-23T06:10:57.657Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-23T06:10:57.657Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ce62630b-9436-496a-85c2-50a408ef2cfa
2021-10-23T06:10:57.657Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:10:57.657Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c5e8917-39e0 0 is not matching search criteria
2021-10-23T06:10:57.658Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-23T06:10:57.658Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-23T06:10:57.658Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-23T06:10:57.658Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-23T06:10:57.658Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-23T06:10:57.659Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-23T06:10:57.659Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-23T06:10:57.659Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-23T06:10:57.659Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-23T06:10:57.659Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-23T06:10:57.659Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-23T06:10:57.659Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-23T06:10:57.660Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=187c208e-2973-49bb-b49c-2dfa81903c6d
2021-10-23T06:10:57.660Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:10:57.660Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-23 06-08-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:10:57.660Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:10:57.660Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-23 06-08-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:10:57.660Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:10:57.660Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-23 06-08-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:10:57.661Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:10:57.661Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-23 06-08-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:10:57.661Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-10-23 06-08-20
Description:catalog service description
Model UUID:a9c37db6-b573-478a-9579-e20857d76da7
Model Version:NULL
Model InvariantUuid:29c12605-c384-485f-8dfd-283aa22d9bb3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 1c5e8917-39e0
Model UUID:faf97fb7-3f1c-45f6-912a-d0c78b17a3e2
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c3a26ce4-7d74-4390-811b-b050ee7e1c91
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c8055ba1-399e-4b0a-b6a1-cd89de51b953
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7f6d10f0-1028-47cf-8203-ab08515059f0
ModelName:Vfw1c5e891739e0..base_vfw..module-0
ModelUuid:efb27910-e707-4895-bce6-69977144cad2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:986d00fb-fe52-484c-8f8f-c1a91d7bdafa
ModelInvariantUuid:ebfcb455-38f5-45d3-b152-0bb48af11467
ModelName:vFW 1c5e8917-39e0-nodes.vfwCvfc
ModelUuid:04b8f66d-3b31-48eb-a690-65243ef73559
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:c6b78428-6288-4306-aa0a-010b0d585829
ModelInvariantUuid:45bb8949-abe2-4104-b034-a1baef067e75
ModelName:Vfw1c5e891739e0.compute.nodes.heat.vfw
ModelUuid:53f9260b-c9de-4b6a-94e6-7eb63bbd56b9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ce62630b-9436-496a-85c2-50a408ef2cfa
ModelInvariantUuid:fa10110e-46f5-45f8-8246-52abef6de8f0
ModelName:vFW 1c5e8917-39e0-nodes.vsnCvfc
ModelUuid:544a05bb-21c6-4bdb-94f0-9d17ab49c0f6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:e9966b50-f76d-4534-9a4f-89ae560e28f7
ModelInvariantUuid:fc895141-2548-4db6-9a36-cfa307ed58aa
ModelName:Vfw1c5e891739e0.compute.nodes.heat.vsn
ModelUuid:f1a3980b-54d4-47c6-967d-c0bd80c3d230
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:187c208e-2973-49bb-b49c-2dfa81903c6d
ModelInvariantUuid:6e54d356-815e-494e-b15c-28c0881361d4
ModelName:vFW 1c5e8917-39e0-nodes.vpgCvfc
ModelUuid:7868945f-da47-4e35-8153-555d8c71aaf9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:e96c3525-745a-424b-bc52-ea6f31af0ff2
ModelInvariantUuid:1901bd3f-199e-48de-832a-8dcdd19c181c
ModelName:Vfw1c5e891739e0.compute.nodes.heat.vpg
ModelUuid:582398b7-2d06-481e-8a9d-367a62c40222
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=?
2021-10-23T06:10:57.693Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: ea37df3d-1aea-490b-86ba-4c05be42f134
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=?
2021-10-23T06:10:57.834Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||vFW 1c5e8917-39e0 0
2021-10-23T06:10:57.841Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ea37df3d-1aea-490b-86ba-4c05be42f134
2021-10-23T06:10:57.841Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: da8b0167-8113-4ea4-8fce-bb20ed6e0dc4 from URL: /sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vfw1c5e891739e00_modules.json
2021-10-23T06:10:57.841Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-10-23T06:10:57.841Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vfw1c5e891739e00_modules.json
2021-10-23T06:10:58.269Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-10-23T06:10:58.270Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vfw1c5e891739e00_modules.json da8b0167-8113-4ea4-8fce-bb20ed6e0dc4 785
2021-10-23T06:10:58.270Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vfw1c5e891739e00_modules.json ASDC sendASDCNotification
2021-10-23T06:10:58.270Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vfw1c5e891739e00_modules.json
2021-10-23T06:10:58.270Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-23T06:10:58.271Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:10:58.287Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:10:58.287Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634969458270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vfw1c5e891739e00_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:10:58.385Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-10-23T06:10:58.386Z||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.
2021-10-23T06:10:58.386Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:10:58.426Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:10:58.426Z||pool-11-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:10:59.289Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw1c5e891739e0..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "7f6d10f0-1028-47cf-8203-ab08515059f0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "efb27910-e707-4895-bce6-69977144cad2",
    "vfModuleModelCustomizationUUID": "931396ba-2566-49e3-90d8-7f7fe6321a31",
    "isBase": true,
    "artifacts": [
      "6bb4f7de-fcbe-456d-9cd5-215800f8cdc2",
      "902f3861-6c17-40fc-964c-80fe7ed20341"
    ],
    "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": ""
    }
  }
]
2021-10-23T06:10:59.302Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1c5e891739e0..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:efb27910-e707-4895-bce6-69977144cad2
VfModuleModelInvariantUUID:7f6d10f0-1028-47cf-8203-ab08515059f0
VfModuleModelDescription:NULL
Artifacts UUID List:{
6bb4f7de-fcbe-456d-9cd5-215800f8cdc2
,
902f3861-6c17-40fc-964c-80fe7ed20341

}
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


}

2021-10-23T06:10:59.305Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw1c5e891739e0..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "7f6d10f0-1028-47cf-8203-ab08515059f0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "efb27910-e707-4895-bce6-69977144cad2",
    "vfModuleModelCustomizationUUID": "931396ba-2566-49e3-90d8-7f7fe6321a31",
    "isBase": true,
    "artifacts": [
      "6bb4f7de-fcbe-456d-9cd5-215800f8cdc2",
      "902f3861-6c17-40fc-964c-80fe7ed20341"
    ],
    "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": ""
    }
  }
]
2021-10-23T06:10:59.305Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1c5e891739e0..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:efb27910-e707-4895-bce6-69977144cad2
VfModuleModelInvariantUUID:7f6d10f0-1028-47cf-8203-ab08515059f0
VfModuleModelDescription:NULL
Artifacts UUID List:{
6bb4f7de-fcbe-456d-9cd5-215800f8cdc2
,
902f3861-6c17-40fc-964c-80fe7ed20341

}
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


}

2021-10-23T06:10:59.305Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6bb4f7de-fcbe-456d-9cd5-215800f8cdc2 from URL: /sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.yaml
2021-10-23T06:10:59.305Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-10-23T06:10:59.305Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.yaml
2021-10-23T06:10:59.583Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-10-23T06:10:59.584Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.yaml 6bb4f7de-fcbe-456d-9cd5-215800f8cdc2 20368
2021-10-23T06:10:59.584Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-23T06:10:59.584Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.yaml
2021-10-23T06:10:59.585Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-23T06:10:59.585Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:10:59.587Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:10:59.587Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634969459584,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:10:59.692Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2021-10-23T06:10:59.693Z||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.
2021-10-23T06:10:59.693Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:10:59.706Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:10:59.706Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:11:00.588Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 902f3861-6c17-40fc-964c-80fe7ed20341 from URL: /sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.env
2021-10-23T06:11:00.588Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-10-23T06:11:00.589Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.env
2021-10-23T06:11:01.241Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-10-23T06:11:01.242Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.env 902f3861-6c17-40fc-964c-80fe7ed20341 2098
2021-10-23T06:11:01.242Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-23T06:11:01.242Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.env
2021-10-23T06:11:01.243Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-23T06:11:01.243Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:11:01.246Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:11:01.246Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634969461242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:11:01.346Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:11:01.347Z||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.
2021-10-23T06:11:01.347Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:11:01.359Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:11:01.360Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:11:02.246Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: a9c37db6-b573-478a-9579-e20857d76da7
2021-10-23T06:11:02.248Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 1c5e8917-39e0 0 ea37df3d-1aea-490b-86ba-4c05be42f134 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=?
2021-10-23T06:11:02.290Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@38a125f2, org.onap.sdc.toscaparser.api.parameters.Input@76cf99f8, org.onap.sdc.toscaparser.api.parameters.Input@41a0a725, org.onap.sdc.toscaparser.api.parameters.Input@5f0134a1, org.onap.sdc.toscaparser.api.parameters.Input@6ebe0406]
2021-10-23T06:11:02.295Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:11:02.295Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-23 06-08-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:11:02.296Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2021-10-23T06:11:02.296Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= c8055ba1-399e-4b0a-b6a1-cd89de51b953
2021-10-23T06:11:02.297Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c8055ba1-399e-4b0a-b6a1-cd89de51b953 matches Tosca VF Customization UUID: c8055ba1-399e-4b0a-b6a1-cd89de51b953
2021-10-23T06:11:02.297Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: c8055ba1-399e-4b0a-b6a1-cd89de51b953  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=?
2021-10-23T06:11:02.305Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:11:02.306Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-23 06-08-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:11:02.308Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id c8055ba1-399e-4b0a-b6a1-cd89de51b953: {\"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\"}
2021-10-23T06:11:02.308Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@42be7b63
2021-10-23T06:11:02.308Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:11:02.309Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-23 06-08-20 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-23T06:11:02.310Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 931396ba-2566-49e3-90d8-7f7fe6321a31
2021-10-23T06:11:02.311Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 931396ba-2566-49e3-90d8-7f7fe6321a31
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=?
2021-10-23T06:11:02.317Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:11:02.318Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c5e8917-39e0 0 is matching search criteria
2021-10-23T06:11:02.318Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1c5e8917-39e0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-23T06:11:02.319Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:11:02.320Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c5e8917-39e0 0 is matching search criteria
2021-10-23T06:11:02.320Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1c5e8917-39e0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-23T06:11:02.321Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:11:02.321Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c5e8917-39e0 0 is not matching search criteria
2021-10-23T06:11:02.321Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-23T06:11:02.322Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-23T06:11:02.322Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-23T06:11:02.323Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-23T06:11:02.323Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-23T06:11:02.323Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-23T06:11:02.324Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-23T06:11:02.324Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-23T06:11:02.325Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-23T06:11:02.325Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-23T06:11:02.326Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-23T06:11:02.327Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=986d00fb-fe52-484c-8f8f-c1a91d7bdafa
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=?
2021-10-23T06:11:02.336Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:11:02.337Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c5e8917-39e0 0 is matching search criteria
2021-10-23T06:11:02.337Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1c5e8917-39e0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-23T06:11:02.338Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:11:02.338Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c5e8917-39e0 0 is not matching search criteria
2021-10-23T06:11:02.339Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-23T06:11:02.339Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-23T06:11:02.339Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-23T06:11:02.339Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-23T06:11:02.339Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-23T06:11:02.340Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-23T06:11:02.340Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-23T06:11:02.340Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-23T06:11:02.340Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-23T06:11:02.340Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-23T06:11:02.340Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-23T06:11:02.341Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-23T06:11:02.341Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ce62630b-9436-496a-85c2-50a408ef2cfa
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=?
2021-10-23T06:11:02.343Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:11:02.343Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c5e8917-39e0 0 is matching search criteria
2021-10-23T06:11:02.343Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1c5e8917-39e0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-23T06:11:02.346Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:11:02.346Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c5e8917-39e0 0 is not matching search criteria
2021-10-23T06:11:02.346Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-23T06:11:02.346Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-23T06:11:02.347Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-23T06:11:02.347Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-23T06:11:02.347Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-23T06:11:02.347Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-23T06:11:02.348Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-23T06:11:02.348Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-23T06:11:02.348Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-23T06:11:02.348Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-23T06:11:02.348Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-23T06:11:02.348Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-23T06:11:02.349Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=187c208e-2973-49bb-b49c-2dfa81903c6d
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=?
2021-10-23T06:11:02.351Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:11:02.351Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c5e8917-39e0 0 is matching search criteria
2021-10-23T06:11:02.351Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1c5e8917-39e0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-23T06:11:02.351Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:11:02.352Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c5e8917-39e0 0 is matching search criteria
2021-10-23T06:11:02.352Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1c5e8917-39e0 0] matching following query criteria: sdcType=VF, customizationUUID=c8055ba1-399e-4b0a-b6a1-cd89de51b953
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=?
2021-10-23T06:11:02.353Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:11:02.354Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-23 06-08-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:11:02.354Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid a9c37db6-b573-478a-9579-e20857d76da7: vFW 1c5e8917-39e0
2021-10-23T06:11:02.354Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:11:02.355Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-23 06-08-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:11:02.355Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:11:02.355Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-23 06-08-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:11:02.355Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:11:02.356Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-23 06-08-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:11:02.356Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:11:02.356Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-23 06-08-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:11:02.356Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:11:02.356Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-23 06-08-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:11:02.357Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2021-10-23 06-08-20 
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 (?, ?, ?, ?, ?)
2021-10-23T06:11:02.636Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 1c5e8917-39e0 ea37df3d-1aea-490b-86ba-4c05be42f134 1 ASDC deployResourceStructure
2021-10-23T06:11:02.636Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vfw1c5e891739e00_modules.json ASDC sendASDCNotification
2021-10-23T06:11:02.636Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vfw1c5e891739e00_modules.json
2021-10-23T06:11:02.636Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-23T06:11:02.637Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:11:02.638Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:11:02.638Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634969462636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vfw1c5e891739e00_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-23T06:11:02.739Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:11:02.740Z||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.
2021-10-23T06:11:02.740Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:11:02.753Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:11:02.753Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:11:03.644Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-23T06:11:03.644Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.yaml
2021-10-23T06:11:03.644Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-23T06:11:03.644Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:11:03.646Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:11:03.647Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634969463644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-10-23T06:11:03.746Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-23T06:11:03.747Z||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.
2021-10-23T06:11:03.748Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:11:03.762Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:11:03.762Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:11:04.647Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-23T06:11:04.648Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.env
2021-10-23T06:11:04.648Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-23T06:11:04.648Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:11:04.650Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:11:04.650Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634969464647,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-10-23T06:11:04.752Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-10-23T06:11:04.752Z||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.
2021-10-23T06:11:04.752Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:11:04.765Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:11:04.765Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:11:05.652Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar ASDC sendASDCNotification
2021-10-23T06:11:05.652Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar
2021-10-23T06:11:05.652Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-23T06:11:05.653Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:11:05.655Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:11:05.655Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634969465652,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-23T06:11:05.755Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:11:05.756Z||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.
2021-10-23T06:11:05.756Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:11:05.774Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:11:05.774Z||pool-17-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:11:06.656Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d3c2bd4e-afb0-4701-965b-8efcaa2f18a1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-10-23T06:11:06.680Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d3c2bd4e-afb0-4701-965b-8efcaa2f18a1
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=?
2021-10-23T06:11:06.684Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-23T06:11:06.684Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-23T06:11:06.684Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-23T06:11:36.685Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d3c2bd4e-afb0-4701-965b-8efcaa2f18a1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-10-23T06:11:36.699Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d3c2bd4e-afb0-4701-965b-8efcaa2f18a1
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=?
2021-10-23T06:11:36.703Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-23T06:11:36.703Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-23T06:11:36.704Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-23T06:11:44.986Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:11:44.989Z||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.
2021-10-23T06:11:44.989Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:11:45.118Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:11:45.118Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:11:45.118Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "aai-ml",
  "timestamp": 1634969439872,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:11:45.120Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:12:06.704Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d3c2bd4e-afb0-4701-965b-8efcaa2f18a1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-10-23T06:12:06.727Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d3c2bd4e-afb0-4701-965b-8efcaa2f18a1
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=?
2021-10-23T06:12:06.730Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-23T06:12:06.730Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-23T06:12:06.730Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-23T06:12:36.731Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d3c2bd4e-afb0-4701-965b-8efcaa2f18a1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-10-23T06:12:36.742Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d3c2bd4e-afb0-4701-965b-8efcaa2f18a1
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=?
2021-10-23T06:12:36.745Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-23T06:12:36.745Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-23T06:12:36.745Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-23T06:12:44.986Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:12:44.987Z||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.
2021-10-23T06:12:44.987Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:12:45.512Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:12:45.514Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:12:45.514Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634969444980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:12:45.516Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:12:45.516Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:12:45.516Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634969444156,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vfw1c5e891739e00_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:12:45.516Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:12:45.516Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:12:45.516Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "aai-ml",
  "timestamp": 1634969439872,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar",
  "status": "NOTIFIED"
}
2021-10-23T06:12:45.516Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:12:45.516Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:12:45.517Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634969444980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vfw1c5e891739e00_modules.json",
  "status": "NOTIFIED"
}
2021-10-23T06:12:45.517Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:12:45.517Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:12:45.517Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634969444156,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:12:45.517Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:12:45.517Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:12:45.517Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634969444980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-10-23T06:12:45.517Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:12:45.518Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:12:45.518Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "aai-ml",
  "timestamp": 1634969447711,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:12:45.518Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:12:45.518Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:12:45.518Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634969444156,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:12:45.518Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:12:45.518Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:12:45.518Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634969444980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:12:45.519Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:12:45.519Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:12:45.519Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634969444156,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:12:45.519Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:12:45.519Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:12:45.519Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634969444980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-10-23T06:12:45.520Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:12:45.520Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:12:45.520Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634969444156,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:12:45.520Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:12:45.520Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:12:45.520Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634969444980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:12:45.520Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:12:45.520Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:12:45.521Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634969444156,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar",
  "status": "NOTIFIED"
}
2021-10-23T06:12:45.521Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:12:45.521Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:12:45.521Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634969444980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar",
  "status": "NOTIFIED"
}
2021-10-23T06:12:45.521Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:12:45.521Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:12:45.521Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634969452187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:12:45.521Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:12:45.522Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:12:45.522Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634969453101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:12:45.522Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:12:45.522Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:12:45.522Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "clamp",
  "timestamp": 1634969455106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:12:45.522Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:12:45.522Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:12:45.522Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "clamp",
  "timestamp": 1634969457134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-23T06:12:45.522Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:12:45.523Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:12:45.523Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "clamp",
  "timestamp": 1634969458144,
  "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=?
2021-10-23T06:12:45.531Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d3c2bd4e-afb0-4701-965b-8efcaa2f18a1
2021-10-23T06:12:45.531Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3c2bd4e-afb0-4701-965b-8efcaa2f18a1 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 (?, ?, ?, ?, ?)
2021-10-23T06:12:45.547Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:12:45.547Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634969458163,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-23T06:12:45.547Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:12:45.547Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:12:45.547Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634969458270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vfw1c5e891739e00_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:12:45.547Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:12:45.548Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:12:45.548Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634969459168,
  "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=?
2021-10-23T06:12:45.552Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d3c2bd4e-afb0-4701-965b-8efcaa2f18a1
2021-10-23T06:12:45.552Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3c2bd4e-afb0-4701-965b-8efcaa2f18a1 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 (?, ?, ?, ?, ?)
2021-10-23T06:12:45.561Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:12:45.562Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634969459584,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:12:45.562Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:12:45.562Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:12:45.562Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634969461242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:12:45.563Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:12:45.563Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:12:45.563Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634969462636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vfw1c5e891739e00_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-23T06:12:45.563Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:12:45.563Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:12:45.563Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634969463644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-10-23T06:12:45.563Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:12:45.563Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:12:45.563Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634969464647,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-10-23T06:12:45.564Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:12:45.564Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:12:45.564Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "aai-ml",
  "timestamp": 1634969465074,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-23T06:12:45.564Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:12:45.564Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:12:45.564Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634969465652,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-23T06:12:45.564Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:12:45.564Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:12:45.564Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "aai-ml",
  "timestamp": 1634969466080,
  "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=?
2021-10-23T06:12:45.570Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d3c2bd4e-afb0-4701-965b-8efcaa2f18a1
2021-10-23T06:12:45.570Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3c2bd4e-afb0-4701-965b-8efcaa2f18a1 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 (?, ?, ?, ?, ?)
2021-10-23T06:13:06.746Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d3c2bd4e-afb0-4701-965b-8efcaa2f18a1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-10-23T06:13:06.765Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d3c2bd4e-afb0-4701-965b-8efcaa2f18a1
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=?
2021-10-23T06:13:06.770Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-23T06:13:06.770Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-23T06:13:06.770Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-23T06:13:06.770Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-23T06:13:06.771Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-23T06:13:06.771Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-23T06:13:06.771Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-23T06:13:06.771Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-23T06:13:06.771Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-23T06:13:06.771Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-23T06:13:06.771Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||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=?
2021-10-23T06:13:06.776Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-23T06:13:36.778Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d3c2bd4e-afb0-4701-965b-8efcaa2f18a1 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=?
2021-10-23T06:13:36.796Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d3c2bd4e-afb0-4701-965b-8efcaa2f18a1 and serviceModelVersionId: a9c37db6-b573-478a-9579-e20857d76da7
2021-10-23T06:13:36.796Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 29c12605-c384-485f-8dfd-283aa22d9bb3
2021-10-23T06:13:44.986Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:13:44.988Z||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.
2021-10-23T06:13:44.988Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:13:51.907Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/29c12605-c384-485f-8dfd-283aa22d9bb3/model-vers/model-ver/a9c37db6-b573-478a-9579-e20857d76da7?depth=0
2021-10-23T06:13:52.023Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-10-23T06:13:52.518Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29c12605-c384-485f-8dfd-283aa22d9bb3/model-vers/model-ver/a9c37db6-b573-478a-9579-e20857d76da7?depth=0|INFO|500||Invoke
2021-10-23T06:13:52.525Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29c12605-c384-485f-8dfd-283aa22d9bb3/model-vers/model-ver/a9c37db6-b573-478a-9579-e20857d76da7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29c12605-c384-485f-8dfd-283aa22d9bb3/model-vers/model-ver/a9c37db6-b573-478a-9579-e20857d76da7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d3c2bd4e-afb0-4701-965b-8efcaa2f18a1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5b3f6e54-462e-4f11-8c1c-ff80cd57fff8], X-ECOMP-RequestID=[d3c2bd4e-afb0-4701-965b-8efcaa2f18a1], X-TransactionId=[], X-ONAP-RequestID=[d3c2bd4e-afb0-4701-965b-8efcaa2f18a1], Content-Type=[application/merge-patch+json]}
2021-10-23T06:13:52.637Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29c12605-c384-485f-8dfd-283aa22d9bb3/model-vers/model-ver/a9c37db6-b573-478a-9579-e20857d76da7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-23T06:13:53.156Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29c12605-c384-485f-8dfd-283aa22d9bb3/model-vers/model-ver/a9c37db6-b573-478a-9579-e20857d76da7?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/29c12605-c384-485f-8dfd-283aa22d9bb3/model-vers/model-ver/a9c37db6-b573-478a-9579-e20857d76da7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211023-06:13:52:648-87596], vertex-id=[168120], Content-Length=[0], Date=[Sat, 23 Oct 2021 06:13:52 GMT], Content-Type=[application/json]}
2021-10-23T06:13:53.157Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29c12605-c384-485f-8dfd-283aa22d9bb3/model-vers/model-ver/a9c37db6-b573-478a-9579-e20857d76da7?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-23T06:13:53.158Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29c12605-c384-485f-8dfd-283aa22d9bb3/model-vers/model-ver/a9c37db6-b573-478a-9579-e20857d76da7?depth=0|INFO|500||InvokeReturn
2021-10-23T06:13:53.166Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-23T06:13:53.167Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||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=?
2021-10-23T06:13:53.174Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||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)
2021-10-23T06:13:53.176Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d3c2bd4e-afb0-4701-965b-8efcaa2f18a1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-23T06:13:53.177Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-23T06:13:53.178Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:13:53.181Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:13:53.182Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634969633176,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-23T06:13:53.282Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:13:53.283Z||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.
2021-10-23T06:13:53.283Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:13:53.299Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:13:53.300Z||pool-18-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-10-23T06:13:53.917Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:13:53.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:13:53.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634969633176,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-23T06:13:53.919Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-10-23T06:13:54.196Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:13:54.197Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|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.
2021-10-23T06:13:54.197Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:14:04.671Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:14:04.672Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:14:04.673Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:14:04.673Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:14:08.467Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:14:08.468Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-23T06:14:08.468Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"fe4c8cda-c4fa-47c0-aeea-02e236299bff","serviceName":"basic_onboard_ZBtVKe","serviceVersion":"1.0","serviceUUID":"09910605-f317-4f99-8c01-85dc292b40bc","serviceDescription":"service","serviceInvariantUUID":"212cd4c1-8aa6-4ccc-ae7e-8ed0991176de","resources":[{"resourceInstanceName":"basic_onboard_ZBtVKe 0","resourceName":"basic_onboard_ZBtVKe","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c1b86b91-8f51-4cb8-85f4-ab9ca07a8758","resourceInvariantUUID":"43a9eb57-a841-47e1-9cda-5f2ac34a9c05","resourceCustomizationUUID":"ac1c26ec-521a-4a12-9c67-726a3143a684","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/vf-license-model.xml","artifactChecksum":"MmFjMGYyOGRiYjE0ZjJhY2IwMzhiMjlmM2ZjOTAxOWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e5634a30-d6c0-45df-88f2-eedf20a7c634","artifactVersion":"1"},{"artifactName":"basic_onboard_zbtvke0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/basic_onboard_zbtvke0_modules.json","artifactChecksum":"MjZlMzIzMTZjNjBmYTE0MTcxNDhkMGQwNmU3Yjc4ZTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d9ec31a6-1fbd-434a-b8d2-f6b194d5ef06","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f997ebcf-0330-41a0-8307-ca57372e06e1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e1520d54-fd1f-4d99-8354-9798347488b2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"49a2dff1-c410-4605-b756-9a4a0a15e4bb","artifactVersion":"2","generatedFromUUID":"f997ebcf-0330-41a0-8307-ca57372e06e1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardZbtvke-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-template.yml","artifactChecksum":"ZDljM2Q2YzdiOTVjMGM3NTI0OTg4OTFkNTQ0ODE4NTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"853704ad-47ea-49d7-bfb9-8e49ac6565c5","artifactVersion":"1"},{"artifactName":"service-BasicOnboardZbtvke-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar","artifactChecksum":"M2Q3ZTM3ZDBhYzVjYWQwMjdhYWIxYjY1MmQ2ZjEzNmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d909962f-5c32-448e-b98b-7201f02dc72b","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-23T06:14:08.471Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T06:14:08.471Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:14:08.474Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:14:08.474Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634969644672,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:14:08.574Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-23T06:14:08.575Z||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.
2021-10-23T06:14:08.575Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:14:08.588Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:14:08.588Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:14:09.475Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T06:14:09.476Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:14:09.479Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:14:09.479Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634969644672,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/basic_onboard_zbtvke0_modules.json",
  "status": "NOTIFIED"
}
2021-10-23T06:14:09.579Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:14:09.580Z||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.
2021-10-23T06:14:09.580Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:14:09.592Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:14:09.592Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-23T06:14:10.479Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T06:14:10.481Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:14:10.483Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:14:10.483Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634969644672,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-23T06:14:10.583Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-10-23T06:14:10.584Z||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.
2021-10-23T06:14:10.584Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:14:10.595Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:14:10.596Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:14:11.486Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T06:14:11.487Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:14:11.489Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:14:11.489Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634969644672,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:14:11.590Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-23T06:14:11.590Z||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.
2021-10-23T06:14:11.591Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:14:11.603Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:14:11.603Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-23T06:14:12.492Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T06:14:12.492Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:14:12.495Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:14:12.495Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634969644672,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-23T06:14:12.595Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-23T06:14:12.595Z||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.
2021-10-23T06:14:12.595Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:14:12.611Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:14:12.611Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:14:13.495Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T06:14:13.496Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:14:13.498Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:14:13.499Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634969644672,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:14:13.598Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-23T06:14:13.599Z||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.
2021-10-23T06:14:13.599Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:14:13.610Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:14:13.611Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:14:14.499Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T06:14:14.501Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:14:14.503Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:14:14.504Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634969644672,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar",
  "status": "NOTIFIED"
}
2021-10-23T06:14:14.603Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-23T06:14:14.604Z||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.
2021-10-23T06:14:14.604Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:14:14.617Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:14:14.617Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-23T06:14:15.506Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "serviceName": "basic_onboard_ZBtVKe",
  "serviceVersion": "1.0",
  "serviceUUID": "09910605-f317-4f99-8c01-85dc292b40bc",
  "serviceDescription": "service",
  "serviceInvariantUUID": "212cd4c1-8aa6-4ccc-ae7e-8ed0991176de",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_ZBtVKe 0",
      "resourceCustomizationUUID": "ac1c26ec-521a-4a12-9c67-726a3143a684",
      "resourceName": "basic_onboard_ZBtVKe",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c1b86b91-8f51-4cb8-85f4-ab9ca07a8758",
      "resourceInvariantUUID": "43a9eb57-a841-47e1-9cda-5f2ac34a9c05",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_zbtvke0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/basic_onboard_zbtvke0_modules.json",
          "artifactChecksum": "MjZlMzIzMTZjNjBmYTE0MTcxNDhkMGQwNmU3Yjc4ZTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d9ec31a6-1fbd-434a-b8d2-f6b194d5ef06",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f997ebcf-0330-41a0-8307-ca57372e06e1",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "49a2dff1-c410-4605-b756-9a4a0a15e4bb",
            "generatedFromUUID": "f997ebcf-0330-41a0-8307-ca57372e06e1"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "49a2dff1-c410-4605-b756-9a4a0a15e4bb",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardZbtvke-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar",
      "artifactChecksum": "M2Q3ZTM3ZDBhYzVjYWQwMjdhYWIxYjY1MmQ2ZjEzNmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d909962f-5c32-448e-b98b-7201f02dc72b"
    }
  ],
  "workloadContext": "Production"
}
2021-10-23T06:14:15.506Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-23T06:14:15.506Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 09910605-f317-4f99-8c01-85dc292b40bc ASDC
2021-10-23T06:14:15.507Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:fe4c8cda-c4fa-47c0-aeea-02e236299bff
ServiceName:basic_onboard_ZBtVKe
ServiceVersion:1.0
ServiceUUID:09910605-f317-4f99-8c01-85dc292b40bc
ServiceInvariantUUID:212cd4c1-8aa6-4ccc-ae7e-8ed0991176de
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardZbtvke-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar
ArtifactUUID:d909962f-5c32-448e-b98b-7201f02dc72b
ArtifactChecksum:M2Q3ZTM3ZDBhYzVjYWQwMjdhYWIxYjY1MmQ2ZjEzNmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_ZBtVKe 0
ResourceCustomizationUUID:ac1c26ec-521a-4a12-9c67-726a3143a684
ResourceInvariantUUID:43a9eb57-a841-47e1-9cda-5f2ac34a9c05
ResourceName:basic_onboard_ZBtVKe
ResourceType:VF
ResourceUUID:c1b86b91-8f51-4cb8-85f4-ab9ca07a8758
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_zbtvke0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/basic_onboard_zbtvke0_modules.json
ArtifactUUID:d9ec31a6-1fbd-434a-b8d2-f6b194d5ef06
ArtifactChecksum:MjZlMzIzMTZjNjBmYTE0MTcxNDhkMGQwNmU3Yjc4ZTA=
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/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.yaml
ArtifactUUID:f997ebcf-0330-41a0-8307-ca57372e06e1
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/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.env
ArtifactUUID:49a2dff1-c410-4605-b756-9a4a0a15e4bb
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/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.env
ArtifactUUID:49a2dff1-c410-4605-b756-9a4a0a15e4bb
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-23T06:14:15.507Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 09910605-f317-4f99-8c01-85dc292b40bc 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 (?, ?, ?, ?, ?)
2021-10-23T06:14:15.558Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-23T06:14:15.559Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-23T06:14:15.559Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-23T06:14:15.559Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d909962f-5c32-448e-b98b-7201f02dc72b from URL: /sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar
2021-10-23T06:14:15.560Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-23T06:14:15.560Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar
2021-10-23T06:14:15.953Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-23T06:14:15.956Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar d909962f-5c32-448e-b98b-7201f02dc72b 71366
2021-10-23T06:14:15.956Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar ASDC sendASDCNotification
2021-10-23T06:14:15.956Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar
2021-10-23T06:14:15.957Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-23T06:14:15.957Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:14:15.960Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:14:15.960Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634969655956,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:14:16.060Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:14:16.061Z||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.
2021-10-23T06:14:16.062Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:14:16.076Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:14:16.076Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:14:16.961Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-23T06:14:16.962Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-23T06:14:16.963Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: d909962f-5c32-448e-b98b-7201f02dc72b, URL: /sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar to file: /app/ASDC/1/service-BasicOnboardZbtvke-csar.csar
2021-10-23T06:14:16.964Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardZbtvke-csar.csar
2021-10-23T06:14:16.966Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardZbtvke-csar.csar
2021-10-23T06:14:16.966Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardZbtvke-csar.csar
2021-10-23T06:14:17.392Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5529701715286297903/Definitions/service-BasicOnboardZbtvke-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
2021-10-23T06:14:18.611Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-23T06:14:18.612Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-10-23T06:14:18.612Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardZbtvke-csar.csar
2021-10-23T06:14:18.612Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-23T06:14:18.612Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||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-BasicOnboardZbtvke-csar.csar
2021-10-23T06:14:18.612Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZbtvke-csar.csar
2021-10-23T06:14:18.612Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||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-BasicOnboardZbtvke-csar.csar
2021-10-23T06:14:18.612Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZbtvke-csar.csar
2021-10-23T06:14:18.612Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardZbtvke-csar.csar
2021-10-23T06:14:18.613Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardZbtvke-csar.csar
2021-10-23T06:14:18.613Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZbtvke-csar.csar
2021-10-23T06:14:18.613Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ZBtVKe 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-BasicOnboardZbtvke-csar.csar
2021-10-23T06:14:18.613Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardZbtvke-csar.csar
2021-10-23T06:14:18.613Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-10-23T06:14:18.613Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:14:18.613Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ZBtVKe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:14:18.614Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ZBtVKe 0 is matching search criteria
2021-10-23T06:14:18.614Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-10-23T06:14:18.614Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ZBtVKe 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-23T06:14:18.614Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:14:18.614Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ZBtVKe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:14:18.614Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ZBtVKe 0 is matching search criteria
2021-10-23T06:14:18.615Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-10-23T06:14:18.615Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ZBtVKe 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-23T06:14:18.615Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:14:18.615Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ZBtVKe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:14:18.615Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:14:18.615Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ZBtVKe 0 is not matching search criteria
2021-10-23T06:14:18.616Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-10-23T06:14:18.616Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-10-23T06:14:18.616Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-10-23T06:14:18.616Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-23T06:14:18.616Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-23T06:14:18.616Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:14:18.616Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ZBtVKe is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-23T06:14:18.617Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:14:18.617Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ZBtVKe 0 is matching search criteria
2021-10-23T06:14:18.617Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ZBtVKe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-23T06:14:18.617Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:14:18.617Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ZBtVKe 0 is matching search criteria
2021-10-23T06:14:18.617Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ZBtVKe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-23T06:14:18.618Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:14:18.618Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ZBtVKe 0 is matching search criteria
2021-10-23T06:14:18.618Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ZBtVKe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-23T06:14:18.618Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:14:18.618Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ZBtVKe 0 is not matching search criteria
2021-10-23T06:14:18.618Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-23T06:14:18.619Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-23T06:14:18.619Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=12f800fc-143b-4012-b55e-5645ea29c1fe
2021-10-23T06:14:18.619Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:14:18.619Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ZBtVKe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:14:18.619Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:14:18.619Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ZBtVKe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:14:18.619Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:14:18.620Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ZBtVKe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:14:18.620Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:14:18.620Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ZBtVKe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:14:18.620Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_ZBtVKe
Description:service
Model UUID:09910605-f317-4f99-8c01-85dc292b40bc
Model Version:NULL
Model InvariantUuid:212cd4c1-8aa6-4ccc-ae7e-8ed0991176de
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_ZBtVKe
Model UUID:74c85410-c42a-4f28-aa77-32840eefbae6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:43a9eb57-a841-47e1-9cda-5f2ac34a9c05
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ac1c26ec-521a-4a12-9c67-726a3143a684
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8438a59a-e9bb-4b9e-8e96-fed107e5d098
ModelName:BasicOnboardZbtvke..base_ubuntu18..module-0
ModelUuid:77d168dd-d13f-4ff2-a334-aa98f54c3ed5
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:12f800fc-143b-4012-b55e-5645ea29c1fe
ModelInvariantUuid:43808eb1-5600-4055-a1b1-db0754f52475
ModelName:basic_onboard_ZBtVKe-nodes.ubuntu18Cvfc
ModelUuid:4927ce8d-a1c0-4aed-9514-6ab96b6e6e5d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:b7461993-cb7f-4eca-b967-6ff50263c942
ModelInvariantUuid:40ea3ccd-0b3c-473e-8190-a7e3bb043bde
ModelName:BasicOnboardZbtvke.compute.nodes.heat.ubuntu18
ModelUuid:591a68b8-b2ce-4d5f-9aae-455efdbd3e61
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=?
2021-10-23T06:14:18.630Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: c1b86b91-8f51-4cb8-85f4-ab9ca07a8758
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=?
2021-10-23T06:14:18.633Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||basic_onboard_ZBtVKe 0
2021-10-23T06:14:18.633Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c1b86b91-8f51-4cb8-85f4-ab9ca07a8758
2021-10-23T06:14:18.633Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d9ec31a6-1fbd-434a-b8d2-f6b194d5ef06 from URL: /sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/basic_onboard_zbtvke0_modules.json
2021-10-23T06:14:18.633Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-23T06:14:18.634Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/basic_onboard_zbtvke0_modules.json
2021-10-23T06:14:19.185Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-23T06:14:19.186Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/basic_onboard_zbtvke0_modules.json d9ec31a6-1fbd-434a-b8d2-f6b194d5ef06 798
2021-10-23T06:14:19.186Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/basic_onboard_zbtvke0_modules.json ASDC sendASDCNotification
2021-10-23T06:14:19.186Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/basic_onboard_zbtvke0_modules.json
2021-10-23T06:14:19.186Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-23T06:14:19.186Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:14:19.188Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:14:19.188Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634969659186,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/basic_onboard_zbtvke0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:14:19.288Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:14:19.289Z||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.
2021-10-23T06:14:19.289Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:14:19.302Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:14:19.302Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:14:20.189Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardZbtvke..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "8438a59a-e9bb-4b9e-8e96-fed107e5d098",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "77d168dd-d13f-4ff2-a334-aa98f54c3ed5",
    "vfModuleModelCustomizationUUID": "db6d072f-f529-41d1-971c-52919ee7987f",
    "isBase": true,
    "artifacts": [
      "f997ebcf-0330-41a0-8307-ca57372e06e1",
      "49a2dff1-c410-4605-b756-9a4a0a15e4bb"
    ],
    "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": ""
    }
  }
]
2021-10-23T06:14:20.195Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZbtvke..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:77d168dd-d13f-4ff2-a334-aa98f54c3ed5
VfModuleModelInvariantUUID:8438a59a-e9bb-4b9e-8e96-fed107e5d098
VfModuleModelDescription:NULL
Artifacts UUID List:{
f997ebcf-0330-41a0-8307-ca57372e06e1
,
49a2dff1-c410-4605-b756-9a4a0a15e4bb

}
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


}

2021-10-23T06:14:20.198Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardZbtvke..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "8438a59a-e9bb-4b9e-8e96-fed107e5d098",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "77d168dd-d13f-4ff2-a334-aa98f54c3ed5",
    "vfModuleModelCustomizationUUID": "db6d072f-f529-41d1-971c-52919ee7987f",
    "isBase": true,
    "artifacts": [
      "f997ebcf-0330-41a0-8307-ca57372e06e1",
      "49a2dff1-c410-4605-b756-9a4a0a15e4bb"
    ],
    "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": ""
    }
  }
]
2021-10-23T06:14:20.198Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZbtvke..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:77d168dd-d13f-4ff2-a334-aa98f54c3ed5
VfModuleModelInvariantUUID:8438a59a-e9bb-4b9e-8e96-fed107e5d098
VfModuleModelDescription:NULL
Artifacts UUID List:{
f997ebcf-0330-41a0-8307-ca57372e06e1
,
49a2dff1-c410-4605-b756-9a4a0a15e4bb

}
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


}

2021-10-23T06:14:20.198Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f997ebcf-0330-41a0-8307-ca57372e06e1 from URL: /sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.yaml
2021-10-23T06:14:20.199Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-23T06:14:20.199Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.yaml
2021-10-23T06:14:20.641Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-23T06:14:20.641Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.yaml f997ebcf-0330-41a0-8307-ca57372e06e1 5033
2021-10-23T06:14:20.642Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-23T06:14:20.642Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.yaml
2021-10-23T06:14:20.642Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-23T06:14:20.642Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:14:20.644Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:14:20.644Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634969660642,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:14:20.744Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:14:20.745Z||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.
2021-10-23T06:14:20.745Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:14:20.763Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:14:20.769Z||pool-28-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:14:21.644Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 49a2dff1-c410-4605-b756-9a4a0a15e4bb from URL: /sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.env
2021-10-23T06:14:21.645Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-23T06:14:21.645Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.env
2021-10-23T06:14:21.883Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-23T06:14:21.884Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.env 49a2dff1-c410-4605-b756-9a4a0a15e4bb 909
2021-10-23T06:14:21.884Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-23T06:14:21.884Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.env
2021-10-23T06:14:21.884Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-23T06:14:21.885Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:14:21.889Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:14:21.889Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634969661884,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:14:21.989Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:14:21.990Z||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.
2021-10-23T06:14:21.990Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:14:22.004Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:14:22.005Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:14:22.891Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 09910605-f317-4f99-8c01-85dc292b40bc
2021-10-23T06:14:22.892Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ZBtVKe 0 c1b86b91-8f51-4cb8-85f4-ab9ca07a8758 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=?
2021-10-23T06:14:22.907Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2e02b825, org.onap.sdc.toscaparser.api.parameters.Input@79f2611a, org.onap.sdc.toscaparser.api.parameters.Input@592b4e9b, org.onap.sdc.toscaparser.api.parameters.Input@5087af77, org.onap.sdc.toscaparser.api.parameters.Input@6bffe6d2]
2021-10-23T06:14:22.908Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:14:22.909Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ZBtVKe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:14:22.909Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2021-10-23T06:14:22.909Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= ac1c26ec-521a-4a12-9c67-726a3143a684
2021-10-23T06:14:22.909Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ac1c26ec-521a-4a12-9c67-726a3143a684 matches Tosca VF Customization UUID: ac1c26ec-521a-4a12-9c67-726a3143a684
2021-10-23T06:14:22.909Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: ac1c26ec-521a-4a12-9c67-726a3143a684  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=?
2021-10-23T06:14:22.913Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:14:22.913Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ZBtVKe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:14:22.913Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id ac1c26ec-521a-4a12-9c67-726a3143a684: {\"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\"}
2021-10-23T06:14:22.913Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6f228200
2021-10-23T06:14:22.914Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:14:22.914Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ZBtVKe is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-23T06:14:22.914Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : db6d072f-f529-41d1-971c-52919ee7987f
2021-10-23T06:14:22.914Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID db6d072f-f529-41d1-971c-52919ee7987f
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=?
2021-10-23T06:14:22.924Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:14:22.925Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ZBtVKe 0 is matching search criteria
2021-10-23T06:14:22.925Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ZBtVKe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-23T06:14:22.925Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:14:22.925Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ZBtVKe 0 is matching search criteria
2021-10-23T06:14:22.926Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ZBtVKe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-23T06:14:22.926Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:14:22.926Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ZBtVKe 0 is not matching search criteria
2021-10-23T06:14:22.926Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-23T06:14:22.926Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-23T06:14:22.926Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=12f800fc-143b-4012-b55e-5645ea29c1fe
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=?
2021-10-23T06:14:22.929Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:14:22.929Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ZBtVKe 0 is matching search criteria
2021-10-23T06:14:22.930Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ZBtVKe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-23T06:14:22.930Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:14:22.930Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ZBtVKe 0 is matching search criteria
2021-10-23T06:14:22.930Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ZBtVKe 0] matching following query criteria: sdcType=VF, customizationUUID=ac1c26ec-521a-4a12-9c67-726a3143a684
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=?
2021-10-23T06:14:22.932Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:14:22.932Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ZBtVKe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:14:22.932Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 09910605-f317-4f99-8c01-85dc292b40bc: basic_onboard_ZBtVKe
2021-10-23T06:14:22.932Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:14:22.933Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ZBtVKe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:14:22.933Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:14:22.933Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ZBtVKe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:14:22.933Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:14:22.934Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ZBtVKe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:14:22.934Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:14:22.934Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ZBtVKe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:14:22.934Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:14:22.935Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ZBtVKe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:14:22.935Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_ZBtVKe 
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 (?, ?, ?, ?, ?)
2021-10-23T06:14:23.033Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ZBtVKe c1b86b91-8f51-4cb8-85f4-ab9ca07a8758 1 ASDC deployResourceStructure
2021-10-23T06:14:23.034Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/basic_onboard_zbtvke0_modules.json ASDC sendASDCNotification
2021-10-23T06:14:23.034Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/basic_onboard_zbtvke0_modules.json
2021-10-23T06:14:23.035Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-23T06:14:23.036Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:14:23.045Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:14:23.045Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634969663034,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/basic_onboard_zbtvke0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-23T06:14:23.140Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2021-10-23T06:14:23.141Z||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.
2021-10-23T06:14:23.141Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:14:23.154Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:14:23.154Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:14:24.046Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-23T06:14:24.046Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.yaml
2021-10-23T06:14:24.047Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-23T06:14:24.047Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:14:24.048Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:14:24.049Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634969664046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-10-23T06:14:24.149Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:14:24.150Z||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.
2021-10-23T06:14:24.150Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:14:24.165Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:14:24.166Z||pool-31-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:14:25.052Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-23T06:14:25.052Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.env
2021-10-23T06:14:25.052Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-23T06:14:25.053Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:14:25.055Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:14:25.055Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634969665052,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-10-23T06:14:25.156Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:14:25.157Z||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.
2021-10-23T06:14:25.157Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:14:25.197Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:14:25.197Z||pool-32-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:14:26.056Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar ASDC sendASDCNotification
2021-10-23T06:14:26.056Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar
2021-10-23T06:14:26.057Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-23T06:14:26.057Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:14:26.060Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:14:26.060Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634969666056,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-23T06:14:26.161Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:14:26.161Z||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.
2021-10-23T06:14:26.161Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:14:26.172Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:14:26.173Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-10-23T06:14:27.060Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fe4c8cda-c4fa-47c0-aeea-02e236299bff
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-10-23T06:14:27.076Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fe4c8cda-c4fa-47c0-aeea-02e236299bff
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=?
2021-10-23T06:14:27.080Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-23T06:14:27.080Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-23T06:14:27.080Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-23T06:14:44.986Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:14:44.989Z||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.
2021-10-23T06:14:44.990Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:14:45.634Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:14:45.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.637Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634969644672,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.640Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:14:45.640Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.640Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634969646289,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.640Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:14:45.640Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.641Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "clamp",
  "timestamp": 1634969643754,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.641Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:14:45.641Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.641Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "policy-id",
  "timestamp": 1634969643760,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.641Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:14:45.641Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.642Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "dcae-sch",
  "timestamp": 1634969640105,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.642Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:14:45.642Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.642Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634969644672,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/basic_onboard_zbtvke0_modules.json",
  "status": "NOTIFIED"
}
2021-10-23T06:14:45.643Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:14:45.643Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.643Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634969646289,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/basic_onboard_zbtvke0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.643Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:14:45.643Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.644Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "clamp",
  "timestamp": 1634969643754,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/basic_onboard_zbtvke0_modules.json",
  "status": "NOTIFIED"
}
2021-10-23T06:14:45.644Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:14:45.644Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.644Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "policy-id",
  "timestamp": 1634969643760,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/basic_onboard_zbtvke0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.644Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:14:45.644Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.644Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "dcae-sch",
  "timestamp": 1634969640105,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/basic_onboard_zbtvke0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.644Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:14:45.645Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.645Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634969649267,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.645Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:14:45.645Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.645Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634969644672,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-23T06:14:45.645Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:14:45.645Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.646Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634969646289,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.646Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:14:45.646Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.646Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "clamp",
  "timestamp": 1634969643754,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.646Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:14:45.646Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "aai-ml",
  "timestamp": 1634969649873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.647Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:14:45.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "policy-id",
  "timestamp": 1634969643760,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-23T06:14:45.647Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:14:45.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "dcae-sch",
  "timestamp": 1634969640105,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.647Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:14:45.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634969649267,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/basic_onboard_zbtvke0_modules.json",
  "status": "NOTIFIED"
}
2021-10-23T06:14:45.648Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:14:45.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634969644672,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.648Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:14:45.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634969646289,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.648Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:14:45.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "clamp",
  "timestamp": 1634969643754,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.649Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:14:45.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "policy-id",
  "timestamp": 1634969643760,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.649Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:14:45.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "aai-ml",
  "timestamp": 1634969649873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/basic_onboard_zbtvke0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.650Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:14:45.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.650Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "dcae-sch",
  "timestamp": 1634969640105,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.650Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:14:45.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.650Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "cds",
  "timestamp": 1634969651210,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.651Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:14:45.651Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.651Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634969649267,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-23T06:14:45.651Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:14:45.651Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.652Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634969644672,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-23T06:14:45.652Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:14:45.652Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.652Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634969646289,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.652Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:14:45.652Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "clamp",
  "timestamp": 1634969643754,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.653Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:14:45.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "aai-ml",
  "timestamp": 1634969649873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.654Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:14:45.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.654Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "policy-id",
  "timestamp": 1634969643760,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.654Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:14:45.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "dcae-sch",
  "timestamp": 1634969640105,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.655Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:14:45.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "cds",
  "timestamp": 1634969651210,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/basic_onboard_zbtvke0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.656Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:14:45.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634969649267,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.656Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:14:45.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634969644672,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.657Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:14:45.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634969646289,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.662Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:14:45.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "clamp",
  "timestamp": 1634969643754,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.663Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:14:45.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "aai-ml",
  "timestamp": 1634969649873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.664Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:14:45.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "policy-id",
  "timestamp": 1634969643760,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:14:45.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "dcae-sch",
  "timestamp": 1634969640105,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.667Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:14:45.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "cds",
  "timestamp": 1634969651210,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.670Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:14:45.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634969649267,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-23T06:14:45.672Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:14:45.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634969644672,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar",
  "status": "NOTIFIED"
}
2021-10-23T06:14:45.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:14:45.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634969646289,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.674Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:14:45.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "clamp",
  "timestamp": 1634969643754,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar",
  "status": "NOTIFIED"
}
2021-10-23T06:14:45.676Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:14:45.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "aai-ml",
  "timestamp": 1634969649873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.677Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:14:45.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "policy-id",
  "timestamp": 1634969643760,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar",
  "status": "NOTIFIED"
}
2021-10-23T06:14:45.679Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:14:45.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "dcae-sch",
  "timestamp": 1634969640105,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:14:45.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634969654156,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:14:45.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "cds",
  "timestamp": 1634969651210,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.684Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:14:45.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634969649267,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.685Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:14:45.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "aai-ml",
  "timestamp": 1634969649873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.686Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:14:45.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634969654156,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/basic_onboard_zbtvke0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:14:45.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "cds",
  "timestamp": 1634969651210,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.689Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:14:45.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634969649267,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar",
  "status": "NOTIFIED"
}
2021-10-23T06:14:45.690Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:14:45.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634969655956,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:14:45.691Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:14:45.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "policy-id",
  "timestamp": 1634969655958,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:14:45.692Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:14:45.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "aai-ml",
  "timestamp": 1634969649873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar",
  "status": "NOTIFIED"
}
2021-10-23T06:14:45.692Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:14:45.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634969654156,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.693Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:14:45.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "cds",
  "timestamp": 1634969651210,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.694Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:14:45.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "policy-id",
  "timestamp": 1634969656962,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-23T06:14:45.695Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:14:45.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.695Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634969657267,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/basic_onboard_zbtvke0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:14:45.696Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:14:45.696Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.696Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634969654156,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.696Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:14:45.697Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.697Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "cds",
  "timestamp": 1634969651210,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar",
  "status": "NOTIFIED"
}
2021-10-23T06:14:45.697Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:14:45.697Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.697Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "policy-id",
  "timestamp": 1634969657965,
  "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=?
2021-10-23T06:14:45.716Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fe4c8cda-c4fa-47c0-aeea-02e236299bff
2021-10-23T06:14:45.717Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe4c8cda-c4fa-47c0-aeea-02e236299bff 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 (?, ?, ?, ?, ?)
2021-10-23T06:14:45.731Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.732Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "aai-ml",
  "timestamp": 1634969658049,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:14:45.732Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:14:45.732Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.732Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634969658762,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:14:45.733Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:14:45.733Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.733Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634969654156,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.733Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:14:45.734Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.734Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634969659186,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/basic_onboard_zbtvke0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:14:45.734Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:14:45.734Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.735Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "cds",
  "timestamp": 1634969659184,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:14:45.735Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:14:45.735Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.735Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634969654156,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.736Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:14:45.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.736Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634969659969,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:14:45.737Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:14:45.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "cds",
  "timestamp": 1634969660205,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-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=?
2021-10-23T06:14:45.742Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fe4c8cda-c4fa-47c0-aeea-02e236299bff
2021-10-23T06:14:45.742Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe4c8cda-c4fa-47c0-aeea-02e236299bff 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 (?, ?, ?, ?, ?)
2021-10-23T06:14:45.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634969660642,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:14:45.750Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:14:45.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634969654156,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar",
  "status": "NOTIFIED"
}
2021-10-23T06:14:45.751Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:14:45.751Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.751Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634969660990,
  "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=?
2021-10-23T06:14:45.755Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fe4c8cda-c4fa-47c0-aeea-02e236299bff
2021-10-23T06:14:45.755Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe4c8cda-c4fa-47c0-aeea-02e236299bff 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=?
2021-10-23T06:14:45.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634969661884,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:14:45.763Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:14:45.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634969661992,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/basic_onboard_zbtvke0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-23T06:14:45.764Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:14:45.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.764Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634969662280,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:14:45.764Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:14:45.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634969663034,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/basic_onboard_zbtvke0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-23T06:14:45.765Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:14:45.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634969664046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-10-23T06:14:45.766Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:14:45.766Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.766Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "clamp",
  "timestamp": 1634969664136,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:14:45.766Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:14:45.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.767Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634969664919,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-23T06:14:45.767Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:14:45.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.767Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634969665052,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-10-23T06:14:45.768Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:14:45.768Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.768Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "aai-ml",
  "timestamp": 1634969665511,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-23T06:14:45.768Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:14:45.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634969665924,
  "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=?
2021-10-23T06:14:45.773Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fe4c8cda-c4fa-47c0-aeea-02e236299bff
2021-10-23T06:14:45.773Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe4c8cda-c4fa-47c0-aeea-02e236299bff 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 (?, ?, ?, ?, ?)
2021-10-23T06:14:45.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.782Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634969666056,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-23T06:14:45.782Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:14:45.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.783Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "clamp",
  "timestamp": 1634969666144,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-23T06:14:45.783Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:14:45.783Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.783Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "aai-ml",
  "timestamp": 1634969666515,
  "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=?
2021-10-23T06:14:45.788Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fe4c8cda-c4fa-47c0-aeea-02e236299bff
2021-10-23T06:14:45.788Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe4c8cda-c4fa-47c0-aeea-02e236299bff 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 (?, ?, ?, ?, ?)
2021-10-23T06:14:45.803Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "clamp",
  "timestamp": 1634969667148,
  "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=?
2021-10-23T06:14:45.808Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fe4c8cda-c4fa-47c0-aeea-02e236299bff
2021-10-23T06:14:45.808Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe4c8cda-c4fa-47c0-aeea-02e236299bff 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 (?, ?, ?, ?, ?)
2021-10-23T06:14:57.080Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fe4c8cda-c4fa-47c0-aeea-02e236299bff
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-10-23T06:14:57.096Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fe4c8cda-c4fa-47c0-aeea-02e236299bff
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=?
2021-10-23T06:14:57.111Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-23T06:14:57.111Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-23T06:14:57.111Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-23T06:14:57.112Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-23T06:14:57.112Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-23T06:14:57.112Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-23T06:14:57.112Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-23T06:14:57.113Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-23T06:14:57.113Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-23T06:14:57.113Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-23T06:14:57.113Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-23T06:14:57.119Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-23T06:15:27.119Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fe4c8cda-c4fa-47c0-aeea-02e236299bff 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=?
2021-10-23T06:15:27.126Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fe4c8cda-c4fa-47c0-aeea-02e236299bff and serviceModelVersionId: 09910605-f317-4f99-8c01-85dc292b40bc
2021-10-23T06:15:27.127Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 212cd4c1-8aa6-4ccc-ae7e-8ed0991176de
2021-10-23T06:15:27.129Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/212cd4c1-8aa6-4ccc-ae7e-8ed0991176de/model-vers/model-ver/09910605-f317-4f99-8c01-85dc292b40bc?depth=0
2021-10-23T06:15:27.138Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-10-23T06:15:27.211Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/212cd4c1-8aa6-4ccc-ae7e-8ed0991176de/model-vers/model-ver/09910605-f317-4f99-8c01-85dc292b40bc?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]}
2021-10-23T06:15:27.213Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/212cd4c1-8aa6-4ccc-ae7e-8ed0991176de/model-vers/model-ver/09910605-f317-4f99-8c01-85dc292b40bc?depth=0|INFO|500||Invoke
2021-10-23T06:15:27.243Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/212cd4c1-8aa6-4ccc-ae7e-8ed0991176de/model-vers/model-ver/09910605-f317-4f99-8c01-85dc292b40bc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-23T06:15:27.390Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/212cd4c1-8aa6-4ccc-ae7e-8ed0991176de/model-vers/model-ver/09910605-f317-4f99-8c01-85dc292b40bc?depth=0|INFO|500||InvokeReturn
2021-10-23T06:15:27.391Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/212cd4c1-8aa6-4ccc-ae7e-8ed0991176de/model-vers/model-ver/09910605-f317-4f99-8c01-85dc292b40bc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211023-06:15:27:251-32362], vertex-id=[200736], Content-Length=[0], Date=[Sat, 23 Oct 2021 06:15:27 GMT], Content-Type=[application/json]}
2021-10-23T06:15:27.392Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-10-23T06:15:27.392Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-23T06:15:27.392Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-23T06:15:27.399Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-23T06:15:27.399Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fe4c8cda-c4fa-47c0-aeea-02e236299bff and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-23T06:15:27.400Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-23T06:15:27.400Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:15:27.404Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:15:27.404Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634969727399,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-23T06:15:27.504Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:15:27.505Z||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.
2021-10-23T06:15:27.505Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:15:27.518Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:15:27.519Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-23T06:15:28.424Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:15:28.425Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:15:28.425Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:15:37.980Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:15:37.980Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:15:37.981Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:15:37.981Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:15:44.985Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:15:44.986Z||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.
2021-10-23T06:15:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:15:45.615Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:15:45.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:15:45.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634969727399,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-23T06:15:45.618Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:15:47.552Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:15:47.553Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:15:47.553Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:15:47.553Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:15:57.099Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:16:44.981Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:16:44.984Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:16:44.984Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:16:44.985Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:16:44.986Z||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.
2021-10-23T06:16:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:16:54.537Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:16:54.539Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:17:44.981Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:17:44.984Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:17:44.984Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:17:44.985Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:17:44.987Z||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.
2021-10-23T06:17:44.987Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:17:54.564Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:17:54.567Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:18:44.982Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:18:44.986Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:18:44.985Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:18:44.986Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:18:44.986Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|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.
2021-10-23T06:18:44.986Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:18:54.556Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:18:54.559Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:19:44.980Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:19:44.980Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:19:44.981Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:19:44.985Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:19:44.986Z||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.
2021-10-23T06:19:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:19:54.555Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:19:54.564Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:20:44.981Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:20:44.983Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:20:44.983Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:20:44.985Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:20:44.986Z||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.
2021-10-23T06:20:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:20:54.550Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:20:54.558Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:21:44.980Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:21:44.982Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:21:44.982Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:21:44.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:21:44.986Z||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.
2021-10-23T06:21:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:21:54.551Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:21:54.565Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:22:44.980Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:22:44.983Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:22:44.983Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:22:44.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:22:44.986Z||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.
2021-10-23T06:22:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:22:54.559Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:22:54.567Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:23:44.980Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:23:44.981Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:23:44.981Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:23:44.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:23:44.986Z||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.
2021-10-23T06:23:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:23:54.563Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:23:54.568Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:24:44.981Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:24:44.983Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:24:44.983Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:24:44.985Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:24:44.986Z||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.
2021-10-23T06:24:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:24:54.544Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:24:54.561Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:25:44.981Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:25:44.983Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:25:44.983Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:25:44.985Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:25:44.986Z||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.
2021-10-23T06:25:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:25:54.525Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:25:54.565Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:26:44.980Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:26:44.983Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:26:44.983Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:26:44.985Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:26:44.986Z||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.
2021-10-23T06:26:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:26:54.547Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:26:54.550Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:27:44.980Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:27:44.982Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:27:44.982Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:27:44.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:27:44.986Z||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.
2021-10-23T06:27:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:27:54.545Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:27:54.548Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:28:44.981Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:28:44.983Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:28:44.984Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:28:44.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:28:44.986Z||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.
2021-10-23T06:28:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:28:54.558Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:28:54.566Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:29:44.980Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:29:44.982Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:29:44.982Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:29:44.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:29:44.986Z||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.
2021-10-23T06:29:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:29:54.541Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:29:54.541Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:30:44.980Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:30:44.983Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:30:44.984Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:30:44.985Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:30:44.986Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|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.
2021-10-23T06:30:44.986Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:30:54.557Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:30:54.564Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:31:44.980Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:31:44.981Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:31:44.981Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:31:44.985Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:31:44.986Z||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.
2021-10-23T06:31:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:31:54.541Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:31:54.541Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:32:44.980Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:32:44.982Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:32:44.982Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:32:44.985Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:32:44.986Z||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.
2021-10-23T06:32:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:32:54.563Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:32:54.563Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:33:44.981Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:33:44.983Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:33:44.983Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:33:44.985Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:33:44.986Z||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.
2021-10-23T06:33:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:33:54.540Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:33:54.541Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:34:44.980Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:34:44.985Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:34:44.986Z||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.
2021-10-23T06:34:44.986Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:34:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:34:44.986Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:34:54.537Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:34:54.539Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:35:44.981Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:35:44.983Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:35:44.983Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:35:44.985Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:35:44.986Z||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.
2021-10-23T06:35:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:35:54.560Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:35:54.560Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:36:44.981Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:36:44.983Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:36:44.983Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:36:44.985Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:36:44.986Z||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.
2021-10-23T06:36:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:36:54.541Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:36:54.542Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:37:44.981Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:37:44.983Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:37:44.983Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:37:44.985Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:37:44.988Z||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.
2021-10-23T06:37:44.989Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:37:54.549Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:37:54.567Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:38:44.981Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:38:44.983Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:38:44.983Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:38:44.985Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:38:44.986Z||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.
2021-10-23T06:38:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:38:54.555Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:38:54.563Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:39:44.981Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:39:44.983Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:39:44.983Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:39:44.985Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:39:44.986Z||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.
2021-10-23T06:39:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:39:54.558Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:39:54.561Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:40:44.981Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:40:44.983Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:40:44.983Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:40:44.985Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:40:44.986Z||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.
2021-10-23T06:40:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:40:54.535Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:40:54.536Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:41:44.981Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:41:44.983Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:41:44.983Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:41:44.985Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:41:44.986Z||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.
2021-10-23T06:41:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:41:54.531Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:41:54.540Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:42:44.980Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:42:44.982Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:42:44.983Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:42:44.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:42:44.986Z||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.
2021-10-23T06:42:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:42:54.561Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:42:54.565Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:43:44.981Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:43:44.983Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:43:44.983Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:43:44.985Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:43:44.986Z||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.
2021-10-23T06:43:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:43:54.558Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:43:54.565Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:44:44.981Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:44:44.984Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:44:44.984Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:44:44.985Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:44:44.986Z||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.
2021-10-23T06:44:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:44:54.546Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:44:54.547Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:45:44.981Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:45:44.983Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:45:44.983Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:45:44.986Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:45:44.986Z||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.
2021-10-23T06:45:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:45:54.536Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:45:54.536Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:46:44.980Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:46:44.988Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:46:44.989Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:46:44.989Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:46:44.990Z||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.
2021-10-23T06:46:44.990Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:46:54.543Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:46:54.544Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:47:44.981Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:47:44.984Z||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.
2021-10-23T06:47:44.984Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:47:44.985Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:47:44.986Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|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.
2021-10-23T06:47:44.986Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:47:54.542Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:47:54.542Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:48:44.981Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:48:44.984Z||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.
2021-10-23T06:48:44.984Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:48:44.986Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:48:44.986Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|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.
2021-10-23T06:48:44.987Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:48:48.663Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:48:48.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T06:48:48.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"fb4250bc-8aab-4597-8317-9f755429fd30","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"0e20618e-078a-497d-a699-c6247dbe01b6","serviceDescription":"service","serviceInvariantUUID":"160402d0-988a-4c23-9d51-7a8d63d3f893","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"a233d459-020c-4415-989f-6555d58cf746","resourceInvariantUUID":"e00d61d2-da33-46e9-a85f-4232640163c3","resourceCustomizationUUID":"257929cc-bfa6-473d-a6c8-2616fea0b701","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":"OWY5NTc2N2Y2NTZkZDE3NTMwMmQ5ZGEzZGI1NjE2Zjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e0862a05-e7e2-455f-b044-6cfb365e1407","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YzdiZTkyOGFkYTlhZjc5YjdiNTkzN2I2ODQ1MzExNGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d15f9631-7b7c-4c7d-a2e7-70598605e32e","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-23T06:48:48.674Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T06:48:48.675Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:48:48.689Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:48:48.690Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634971724981,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:48:48.787Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-10-23T06:48:48.789Z||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.
2021-10-23T06:48:48.789Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:48:48.845Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:48:48.847Z||pool-35-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:48:48.947Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:48:48.948Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:48:48.948Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
  "consumerID": "dcae-sch",
  "timestamp": 1634971720105,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:48:48.951Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:48:49.691Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T06:48:49.691Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:48:49.694Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:48:49.694Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634971724981,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-23T06:48:49.794Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:48:49.795Z||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.
2021-10-23T06:48:49.795Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:48:49.815Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:48:49.816Z||pool-36-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2021-10-23T06:48:50.695Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "0e20618e-078a-497d-a699-c6247dbe01b6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "160402d0-988a-4c23-9d51-7a8d63d3f893",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "257929cc-bfa6-473d-a6c8-2616fea0b701",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "a233d459-020c-4415-989f-6555d58cf746",
      "resourceInvariantUUID": "e00d61d2-da33-46e9-a85f-4232640163c3",
      "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": "YzdiZTkyOGFkYTlhZjc5YjdiNTkzN2I2ODQ1MzExNGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d15f9631-7b7c-4c7d-a2e7-70598605e32e"
    }
  ],
  "workloadContext": "Production"
}
2021-10-23T06:48:50.695Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-23T06:48:50.696Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0e20618e-078a-497d-a699-c6247dbe01b6 ASDC
2021-10-23T06:48:50.697Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:fb4250bc-8aab-4597-8317-9f755429fd30
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:0e20618e-078a-497d-a699-c6247dbe01b6
ServiceInvariantUUID:160402d0-988a-4c23-9d51-7a8d63d3f893
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:d15f9631-7b7c-4c7d-a2e7-70598605e32e
ArtifactChecksum:YzdiZTkyOGFkYTlhZjc5YjdiNTkzN2I2ODQ1MzExNGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:257929cc-bfa6-473d-a6c8-2616fea0b701
ResourceInvariantUUID:e00d61d2-da33-46e9-a85f-4232640163c3
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:a233d459-020c-4415-989f-6555d58cf746
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-10-23T06:48:50.698Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0e20618e-078a-497d-a699-c6247dbe01b6 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 (?, ?, ?, ?, ?)
2021-10-23T06:48:50.761Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-23T06:48:50.762Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-10-23T06:48:50.762Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-10-23T06:48:50.763Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d15f9631-7b7c-4c7d-a2e7-70598605e32e from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-23T06:48:50.763Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-23T06:48:50.763Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-23T06:48:51.250Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-23T06:48:51.253Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar d15f9631-7b7c-4c7d-a2e7-70598605e32e 52173
2021-10-23T06:48:51.253Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-10-23T06:48:51.253Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-23T06:48:51.254Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-23T06:48:51.254Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:48:51.256Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:48:51.256Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634971731253,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:48:51.357Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-23T06:48:51.358Z||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.
2021-10-23T06:48:51.358Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:48:51.399Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:48:51.399Z||pool-37-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:48:52.257Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-23T06:48:52.260Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-10-23T06:48:52.260Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: d15f9631-7b7c-4c7d-a2e7-70598605e32e, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-23T06:48:52.261Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-10-23T06:48:52.262Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-23T06:48:52.262Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-23T06:48:52.439Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8972130186601051451/Definitions/service-BasicNetwork-template.yml
2021-10-23T06:48:53.060Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-23T06:48:53.061Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-10-23T06:48:53.061Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-23T06:48:53.061Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-10-23T06:48:53.061Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-23T06:48:53.062Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-23T06:48:53.062Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-23T06:48:53.062Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-23T06:48:53.062Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-23T06:48:53.062Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-23T06:48:53.062Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-23T06:48:53.063Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-23T06:48:53.063Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-10-23T06:48:53.063Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:48:53.063Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:48:53.064Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-10-23T06:48:53.064Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-10-23T06:48:53.064Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-23T06:48:53.064Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:48:53.065Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:48:53.065Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-10-23T06:48:53.065Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-10-23T06:48:53.065Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-23T06:48:53.066Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:48:53.066Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:48:53.066Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:48:53.066Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:48:53.067Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:48:53.067Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:48:53.067Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:48:53.067Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:48:53.067Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:48:53.067Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:48:53.068Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:0e20618e-078a-497d-a699-c6247dbe01b6
Model Version:NULL
Model InvariantUuid:160402d0-988a-4c23-9d51-7a8d63d3f893
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:e00d61d2-da33-46e9-a85f-4232640163c3
Model UUID:1f7f8878-e120-4edf-bca6-46ea86f7b6e4
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:257929cc-bfa6-473d-a6c8-2616fea0b701
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=?
2021-10-23T06:48:53.075Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: a233d459-020c-4415-989f-6555d58cf746
2021-10-23T06:48:53.075Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||No resources found for Service: 0e20618e-078a-497d-a699-c6247dbe01b6
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=?
2021-10-23T06:48:53.083Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||
2021-10-23T06:48:53.083Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-10-23T06:48:53.084Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 0e20618e-078a-497d-a699-c6247dbe01b6
2021-10-23T06:48:53.084Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 0e20618e-078a-497d-a699-c6247dbe01b6
2021-10-23T06:48:53.085Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-10-23T06:48:53.085Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-23T06:48:53.089Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4b718944, org.onap.sdc.toscaparser.api.parameters.Input@5c3fe614, org.onap.sdc.toscaparser.api.parameters.Input@5addfeba, org.onap.sdc.toscaparser.api.parameters.Input@7ff98d8c, org.onap.sdc.toscaparser.api.parameters.Input@3805109e]
2021-10-23T06:48:53.090Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:48:53.091Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:48:53.091Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:48:53.091Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:48:53.091Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 0e20618e-078a-497d-a699-c6247dbe01b6: Generic NeutronNet
2021-10-23T06:48:53.091Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:48:53.091Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:48:53.091Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:48:53.092Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-10-23T06:48:53.124Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:48:53.125Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:48:53.125Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:48:53.125Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:48:53.125Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:48:53.125Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:48:53.125Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-10-23T06:48:53.180Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-10-23T06:48:53.180Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-10-23T06:48:53.180Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-23T06:48:53.181Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-23T06:48:53.181Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:48:53.183Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:48:53.183Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634971733180,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-23T06:48:53.283Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:48:53.284Z||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.
2021-10-23T06:48:53.284Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:48:53.300Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:48:53.300Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:48:54.185Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb4250bc-8aab-4597-8317-9f755429fd30
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-10-23T06:48:54.197Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb4250bc-8aab-4597-8317-9f755429fd30
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=?
2021-10-23T06:48:54.200Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-23T06:48:54.201Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-23T06:48:54.201Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-23T06:49:24.203Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb4250bc-8aab-4597-8317-9f755429fd30
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-10-23T06:49:24.214Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb4250bc-8aab-4597-8317-9f755429fd30
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=?
2021-10-23T06:49:24.216Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-23T06:49:24.216Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-23T06:49:24.216Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-23T06:49:44.991Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:49:44.996Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|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.
2021-10-23T06:49:44.996Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:49:45.027Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:49:45.029Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:49:45.029Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
  "consumerID": "aai-ml",
  "timestamp": 1634971719872,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:49:45.031Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:49:54.216Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb4250bc-8aab-4597-8317-9f755429fd30
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-10-23T06:49:54.233Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb4250bc-8aab-4597-8317-9f755429fd30
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=?
2021-10-23T06:49:54.240Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-23T06:49:54.240Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-23T06:49:54.241Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-23T06:50:24.241Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb4250bc-8aab-4597-8317-9f755429fd30
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-10-23T06:50:24.255Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb4250bc-8aab-4597-8317-9f755429fd30
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=?
2021-10-23T06:50:24.274Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-23T06:50:24.276Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-23T06:50:24.277Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-23T06:50:44.986Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:50:44.990Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|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.
2021-10-23T06:50:44.990Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:50:45.017Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:50:45.018Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:50:45.019Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634971724981,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:50:45.020Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:50:45.021Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:50:45.021Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
  "consumerID": "cds",
  "timestamp": 1634971721210,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:50:45.021Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:50:45.021Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:50:45.021Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634971726289,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:50:45.022Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:50:45.022Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:50:45.022Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
  "consumerID": "policy-id",
  "timestamp": 1634971723760,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:50:45.022Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:50:45.022Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:50:45.022Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634971724156,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:50:45.023Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:50:54.278Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb4250bc-8aab-4597-8317-9f755429fd30
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-10-23T06:50:54.294Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb4250bc-8aab-4597-8317-9f755429fd30
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=?
2021-10-23T06:50:54.297Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-23T06:50:54.297Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-23T06:50:54.297Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-23T06:51:24.301Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb4250bc-8aab-4597-8317-9f755429fd30
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-10-23T06:51:24.313Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb4250bc-8aab-4597-8317-9f755429fd30
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=?
2021-10-23T06:51:24.315Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-23T06:51:24.315Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-23T06:51:24.315Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-23T06:51:44.987Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:51:44.990Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|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.
2021-10-23T06:51:44.990Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:51:45.035Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:51:45.038Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:51:45.038Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
  "consumerID": "aai-ml",
  "timestamp": 1634971719872,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-23T06:51:45.040Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:51:45.040Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:51:45.040Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
  "consumerID": "dcae-sch",
  "timestamp": 1634971720105,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:51:45.040Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:51:45.040Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:51:45.041Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634971724981,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-23T06:51:45.041Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:51:45.041Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:51:45.041Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
  "consumerID": "cds",
  "timestamp": 1634971721210,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-23T06:51:45.041Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:51:45.041Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:51:45.041Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
  "consumerID": "policy-id",
  "timestamp": 1634971723760,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-23T06:51:45.042Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:51:45.042Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:51:45.042Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634971724156,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-23T06:51:45.042Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:51:45.042Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:51:45.042Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634971726289,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:51:45.042Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:51:45.042Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:51:45.042Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634971729267,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:51:45.042Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:51:45.043Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:51:45.043Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634971729267,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-23T06:51:45.043Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:51:45.043Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:51:45.043Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
  "consumerID": "cds",
  "timestamp": 1634971731173,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:51:45.043Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:51:45.043Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:51:45.043Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
  "consumerID": "aai-ml",
  "timestamp": 1634971731169,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:51:45.044Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:51:45.044Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:51:45.044Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634971731185,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:51:45.044Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:51:45.044Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:51:45.044Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634971731253,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:51:45.044Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:51:45.044Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:51:45.044Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
  "consumerID": "policy-id",
  "timestamp": 1634971731247,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:51:45.045Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:51:45.045Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:51:45.045Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
  "consumerID": "cds",
  "timestamp": 1634971732179,
  "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=?
2021-10-23T06:51:45.056Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fb4250bc-8aab-4597-8317-9f755429fd30
2021-10-23T06:51:45.056Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb4250bc-8aab-4597-8317-9f755429fd30 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 (?, ?, ?, ?, ?)
2021-10-23T06:51:45.071Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:51:45.072Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
  "consumerID": "policy-id",
  "timestamp": 1634971732253,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-23T06:51:45.072Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:51:45.072Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:51:45.072Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634971732966,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-23T06:51:45.072Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:51:45.072Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:51:45.072Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634971733180,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-23T06:51:45.073Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:51:45.073Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:51:45.073Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
  "consumerID": "policy-id",
  "timestamp": 1634971733256,
  "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=?
2021-10-23T06:51:45.077Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fb4250bc-8aab-4597-8317-9f755429fd30
2021-10-23T06:51:45.077Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb4250bc-8aab-4597-8317-9f755429fd30 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 (?, ?, ?, ?, ?)
2021-10-23T06:51:45.086Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:51:45.086Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634971733977,
  "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=?
2021-10-23T06:51:45.091Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fb4250bc-8aab-4597-8317-9f755429fd30
2021-10-23T06:51:45.091Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb4250bc-8aab-4597-8317-9f755429fd30 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 (?, ?, ?, ?, ?)
2021-10-23T06:51:45.098Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:51:45.099Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
  "consumerID": "aai-ml",
  "timestamp": 1634971736163,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-23T06:51:45.099Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:51:45.099Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:51:45.099Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
  "consumerID": "aai-ml",
  "timestamp": 1634971737167,
  "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=?
2021-10-23T06:51:45.103Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fb4250bc-8aab-4597-8317-9f755429fd30
2021-10-23T06:51:45.103Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb4250bc-8aab-4597-8317-9f755429fd30 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 (?, ?, ?, ?, ?)
2021-10-23T06:51:45.110Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:51:45.111Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
  "consumerID": "clamp",
  "timestamp": 1634971743754,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:51:45.111Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:51:45.111Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:51:45.111Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
  "consumerID": "clamp",
  "timestamp": 1634971743754,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-23T06:51:45.111Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:51:45.111Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:51:45.111Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
  "consumerID": "clamp",
  "timestamp": 1634971753562,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:51:45.111Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:51:45.112Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:51:45.112Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
  "consumerID": "clamp",
  "timestamp": 1634971755570,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-23T06:51:45.112Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:51:45.112Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:51:45.112Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
  "consumerID": "clamp",
  "timestamp": 1634971756581,
  "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=?
2021-10-23T06:51:45.116Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fb4250bc-8aab-4597-8317-9f755429fd30
2021-10-23T06:51:45.116Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb4250bc-8aab-4597-8317-9f755429fd30 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 (?, ?, ?, ?, ?)
2021-10-23T06:51:54.316Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb4250bc-8aab-4597-8317-9f755429fd30
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-10-23T06:51:54.492Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb4250bc-8aab-4597-8317-9f755429fd30
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=?
2021-10-23T06:51:54.495Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-23T06:51:54.495Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-23T06:51:54.495Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-23T06:51:54.495Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-23T06:51:54.495Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-23T06:51:54.495Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-23T06:51:54.496Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-23T06:51:54.496Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-23T06:51:54.496Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-23T06:51:54.496Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-23T06:51:54.496Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-23T06:51:54.504Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-23T06:52:24.505Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fb4250bc-8aab-4597-8317-9f755429fd30 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=?
2021-10-23T06:52:24.513Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fb4250bc-8aab-4597-8317-9f755429fd30 and serviceModelVersionId: 0e20618e-078a-497d-a699-c6247dbe01b6
2021-10-23T06:52:24.513Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 160402d0-988a-4c23-9d51-7a8d63d3f893
2021-10-23T06:52:24.517Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/160402d0-988a-4c23-9d51-7a8d63d3f893/model-vers/model-ver/0e20618e-078a-497d-a699-c6247dbe01b6?depth=0
2021-10-23T06:52:24.529Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-10-23T06:52:24.596Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/160402d0-988a-4c23-9d51-7a8d63d3f893/model-vers/model-ver/0e20618e-078a-497d-a699-c6247dbe01b6?depth=0|INFO|500||Invoke
2021-10-23T06:52:24.597Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/160402d0-988a-4c23-9d51-7a8d63d3f893/model-vers/model-ver/0e20618e-078a-497d-a699-c6247dbe01b6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/160402d0-988a-4c23-9d51-7a8d63d3f893/model-vers/model-ver/0e20618e-078a-497d-a699-c6247dbe01b6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fb4250bc-8aab-4597-8317-9f755429fd30], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5695d7c7-60a1-4eee-8c8b-1e5abb386f83], X-ECOMP-RequestID=[fb4250bc-8aab-4597-8317-9f755429fd30], X-TransactionId=[], X-ONAP-RequestID=[fb4250bc-8aab-4597-8317-9f755429fd30], Content-Type=[application/merge-patch+json]}
2021-10-23T06:52:24.626Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/160402d0-988a-4c23-9d51-7a8d63d3f893/model-vers/model-ver/0e20618e-078a-497d-a699-c6247dbe01b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-23T06:52:24.772Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/160402d0-988a-4c23-9d51-7a8d63d3f893/model-vers/model-ver/0e20618e-078a-497d-a699-c6247dbe01b6?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/160402d0-988a-4c23-9d51-7a8d63d3f893/model-vers/model-ver/0e20618e-078a-497d-a699-c6247dbe01b6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211023-06:52:24:633-38839], vertex-id=[213200], Content-Length=[0], Date=[Sat, 23 Oct 2021 06:52:24 GMT], Content-Type=[application/json]}
2021-10-23T06:52:24.773Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/160402d0-988a-4c23-9d51-7a8d63d3f893/model-vers/model-ver/0e20618e-078a-497d-a699-c6247dbe01b6?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-23T06:52:24.776Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/160402d0-988a-4c23-9d51-7a8d63d3f893/model-vers/model-ver/0e20618e-078a-497d-a699-c6247dbe01b6?depth=0|INFO|500||InvokeReturn
2021-10-23T06:52:24.777Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-23T06:52:24.779Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-23T06:52:24.786Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-23T06:52:24.787Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fb4250bc-8aab-4597-8317-9f755429fd30 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-23T06:52:24.787Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-23T06:52:24.787Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:52:24.790Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:52:24.791Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634971944787,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-23T06:52:24.891Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-23T06:52:24.892Z||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.
2021-10-23T06:52:24.892Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:52:24.907Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:52:24.908Z||pool-39-thread-1|||||INFO|500||cambria reply ok (17 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=?
2021-10-23T06:52:25.806Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:52:25.807Z|fb4250bc-8aab-4597-8317-9f755429fd30|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.
2021-10-23T06:52:25.807Z|fb4250bc-8aab-4597-8317-9f755429fd30|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:52:30.470Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:52:30.471Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T06:52:30.472Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"eca77ee7-2419-4c68-9312-e09d0dfd6be9","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"952b4bbc-a410-4cc9-841b-80750076e3b8","serviceDescription":"service","serviceInvariantUUID":"972cec29-7891-438f-94fd-55776870959d","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ad38aa03-1469-4a3d-a357-6264f765196f","resourceInvariantUUID":"65bd710f-536b-43eb-bf0d-42d27fbd6611","resourceCustomizationUUID":"5cafe4d7-eb68-465e-b5be-4817fdd957b9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"MWU5MDYwODNjNzJkMGZhZjQzYTVhNzhiNjNhMDk1NDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b703eda-5dbd-45e8-8663-0cb08606ed65","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"OGM5YThlZjExOWM5Y2ZhZGNiMGIwODJjZGE2NzIwYmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d084da6c-3734-4019-b894-7b2dd45456a7","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a29d6ced-a5d2-4781-8a51-3e22059bca08","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a5f8a4e2-177c-4ac0-8e78-a1589c9bef27","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"383e7b11-44b7-4e93-9305-1f1d863e32d0","artifactVersion":"2","generatedFromUUID":"a29d6ced-a5d2-4781-8a51-3e22059bca08"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YzEzYjE3N2Y4MjBlZjBhMTkzYmY5YmJiYzZlYjM3Njk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b523c9ea-09ee-4895-8bb9-e4ef72a81041","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTY5YWE5ZjMwYzcyNTEwN2YxZmVhOTFmMDQ5MTZiMGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"df59af8b-9683-4c9a-be87-98672421ec83","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-23T06:52:30.485Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T06:52:30.485Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:52:30.489Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:52:30.489Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634971945806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:30.588Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-23T06:52:30.589Z||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.
2021-10-23T06:52:30.589Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:52:30.600Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:52:30.601Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-23T06:52:31.490Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T06:52:31.490Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:52:31.493Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:52:31.493Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634971945806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-10-23T06:52:31.593Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:52:31.594Z||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.
2021-10-23T06:52:31.594Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:52:31.608Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:52:31.608Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-23T06:52:32.493Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T06:52:32.494Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:52:32.496Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:52:32.497Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634971945806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-23T06:52:32.598Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-23T06:52:32.599Z||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.
2021-10-23T06:52:32.599Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:52:32.617Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:52:32.618Z||pool-42-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:52:33.497Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T06:52:33.498Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:52:33.500Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:52:33.500Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634971945806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:33.600Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:52:33.601Z||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.
2021-10-23T06:52:33.601Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:52:33.613Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:52:33.618Z||pool-43-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:52:34.501Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T06:52:34.503Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:52:34.507Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:52:34.508Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634971945806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-23T06:52:34.608Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-23T06:52:34.608Z||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.
2021-10-23T06:52:34.609Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:52:34.622Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:52:34.622Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:52:35.508Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T06:52:35.510Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:52:35.512Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:52:35.512Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634971945806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:35.612Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:52:35.613Z||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.
2021-10-23T06:52:35.613Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:52:35.626Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:52:35.627Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:52:36.512Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T06:52:36.513Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:52:36.515Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:52:36.515Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634971945806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-23T06:52:36.615Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:52:36.617Z||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.
2021-10-23T06:52:36.617Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:52:36.629Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:52:36.630Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:52:37.516Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "952b4bbc-a410-4cc9-841b-80750076e3b8",
  "serviceDescription": "service",
  "serviceInvariantUUID": "972cec29-7891-438f-94fd-55776870959d",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "5cafe4d7-eb68-465e-b5be-4817fdd957b9",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ad38aa03-1469-4a3d-a357-6264f765196f",
      "resourceInvariantUUID": "65bd710f-536b-43eb-bf0d-42d27fbd6611",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
          "artifactChecksum": "OGM5YThlZjExOWM5Y2ZhZGNiMGIwODJjZGE2NzIwYmQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d084da6c-3734-4019-b894-7b2dd45456a7",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a29d6ced-a5d2-4781-8a51-3e22059bca08",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "383e7b11-44b7-4e93-9305-1f1d863e32d0",
            "generatedFromUUID": "a29d6ced-a5d2-4781-8a51-3e22059bca08"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "383e7b11-44b7-4e93-9305-1f1d863e32d0",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NTY5YWE5ZjMwYzcyNTEwN2YxZmVhOTFmMDQ5MTZiMGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "df59af8b-9683-4c9a-be87-98672421ec83"
    }
  ],
  "workloadContext": "Production"
}
2021-10-23T06:52:37.517Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-23T06:52:37.517Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 952b4bbc-a410-4cc9-841b-80750076e3b8 ASDC
2021-10-23T06:52:37.518Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:eca77ee7-2419-4c68-9312-e09d0dfd6be9
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:952b4bbc-a410-4cc9-841b-80750076e3b8
ServiceInvariantUUID:972cec29-7891-438f-94fd-55776870959d
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:df59af8b-9683-4c9a-be87-98672421ec83
ArtifactChecksum:NTY5YWE5ZjMwYzcyNTEwN2YxZmVhOTFmMDQ5MTZiMGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:5cafe4d7-eb68-465e-b5be-4817fdd957b9
ResourceInvariantUUID:65bd710f-536b-43eb-bf0d-42d27fbd6611
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:ad38aa03-1469-4a3d-a357-6264f765196f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:d084da6c-3734-4019-b894-7b2dd45456a7
ArtifactChecksum:OGM5YThlZjExOWM5Y2ZhZGNiMGIwODJjZGE2NzIwYmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:a29d6ced-a5d2-4781-8a51-3e22059bca08
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:383e7b11-44b7-4e93-9305-1f1d863e32d0
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:383e7b11-44b7-4e93-9305-1f1d863e32d0
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-23T06:52:37.518Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 952b4bbc-a410-4cc9-841b-80750076e3b8 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 (?, ?, ?, ?, ?)
2021-10-23T06:52:37.555Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-23T06:52:37.556Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-10-23T06:52:37.556Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-10-23T06:52:37.556Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: df59af8b-9683-4c9a-be87-98672421ec83 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-23T06:52:37.556Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-23T06:52:37.556Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-23T06:52:37.966Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-23T06:52:37.971Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar df59af8b-9683-4c9a-be87-98672421ec83 70857
2021-10-23T06:52:37.971Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-10-23T06:52:37.971Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-23T06:52:37.971Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-23T06:52:37.972Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:52:37.973Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:52:37.973Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634971957971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:52:38.079Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2021-10-23T06:52:38.079Z||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.
2021-10-23T06:52:38.080Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:52:38.093Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:52:38.093Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:52:38.974Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-23T06:52:38.975Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-10-23T06:52:38.975Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: df59af8b-9683-4c9a-be87-98672421ec83, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-10-23T06:52:38.976Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-10-23T06:52:38.976Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-10-23T06:52:38.976Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-10-23T06:52:39.284Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9502297521209377245/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-10-23T06:52:40.569Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-23T06:52:40.570Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-10-23T06:52:40.570Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-23T06:52:40.570Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-23T06:52:40.570Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-23T06:52:40.570Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 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-BasicVm-csar.csar
2021-10-23T06:52:40.570Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-23T06:52:40.570Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||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-BasicVm-csar.csar
2021-10-23T06:52:40.570Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-23T06:52:40.570Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-23T06:52:40.571Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-23T06:52:40.571Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-23T06:52:40.571Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-23T06:52:40.571Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-10-23T06:52:40.571Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:52:40.571Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:52:40.571Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-23T06:52:40.572Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-10-23T06:52:40.572Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-23T06:52:40.572Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:52:40.572Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:52:40.572Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-23T06:52:40.572Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-10-23T06:52:40.572Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-23T06:52:40.573Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:52:40.573Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:52:40.573Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:52:40.573Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-10-23T06:52:40.573Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-10-23T06:52:40.574Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-10-23T06:52:40.574Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-10-23T06:52:40.574Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-23T06:52:40.574Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-23T06:52:40.574Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:52:40.574Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-23T06:52:40.575Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:52:40.575Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-23T06:52:40.575Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-23T06:52:40.575Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:52:40.575Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-23T06:52:40.575Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-23T06:52:40.575Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:52:40.576Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-23T06:52:40.576Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-23T06:52:40.576Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:52:40.576Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-10-23T06:52:40.576Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-10-23T06:52:40.576Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-23T06:52:40.576Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=88a048eb-7650-4222-a063-42dd4477bffe
2021-10-23T06:52:40.577Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:52:40.577Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:52:40.577Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:52:40.577Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:52:40.577Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:52:40.577Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:52:40.578Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:52:40.578Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:52:40.578Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:952b4bbc-a410-4cc9-841b-80750076e3b8
Model Version:NULL
Model InvariantUuid:972cec29-7891-438f-94fd-55776870959d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:bfa45a86-12c7-4b91-a0d4-b62a13dd16b6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:65bd710f-536b-43eb-bf0d-42d27fbd6611
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5cafe4d7-eb68-465e-b5be-4817fdd957b9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:46b9c858-066b-45f8-ae2d-d6f8a513cc95
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:193fe76f-0e26-493f-8653-7cd7b75ef1cb
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:88a048eb-7650-4222-a063-42dd4477bffe
ModelInvariantUuid:5ae5fcb1-c9ea-4fcb-ac58-8637a98a7e8d
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:5da5b280-598b-4a5f-86d6-12ebc97fd5de
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:b1aa6e81-2f25-4f1b-8185-ce966f4b59a8
ModelInvariantUuid:840bd694-fbb3-40d4-ba01-45739b8e1d60
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:d61323bb-e59e-42ff-a5fb-aa4a24ee1f59
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=?
2021-10-23T06:52:40.584Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: ad38aa03-1469-4a3d-a357-6264f765196f
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=?
2021-10-23T06:52:40.587Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||basic_vm 0
2021-10-23T06:52:40.587Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ad38aa03-1469-4a3d-a357-6264f765196f
2021-10-23T06:52:40.587Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d084da6c-3734-4019-b894-7b2dd45456a7 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-10-23T06:52:40.587Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-23T06:52:40.587Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-10-23T06:52:40.875Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-23T06:52:40.875Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json d084da6c-3734-4019-b894-7b2dd45456a7 787
2021-10-23T06:52:40.876Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-10-23T06:52:40.876Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-10-23T06:52:40.876Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-23T06:52:40.876Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:52:40.880Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:52:40.880Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634971960876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:52:40.978Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-10-23T06:52:40.979Z||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.
2021-10-23T06:52:40.979Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:52:40.993Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:52:40.993Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:52:41.881Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "46b9c858-066b-45f8-ae2d-d6f8a513cc95",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "193fe76f-0e26-493f-8653-7cd7b75ef1cb",
    "vfModuleModelCustomizationUUID": "8d06c549-2e1c-46bc-813e-5cac685582bc",
    "isBase": true,
    "artifacts": [
      "a29d6ced-a5d2-4781-8a51-3e22059bca08",
      "383e7b11-44b7-4e93-9305-1f1d863e32d0"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-10-23T06:52:41.887Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:193fe76f-0e26-493f-8653-7cd7b75ef1cb
VfModuleModelInvariantUUID:46b9c858-066b-45f8-ae2d-d6f8a513cc95
VfModuleModelDescription:NULL
Artifacts UUID List:{
a29d6ced-a5d2-4781-8a51-3e22059bca08
,
383e7b11-44b7-4e93-9305-1f1d863e32d0

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

isBase:true


}

2021-10-23T06:52:41.890Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "46b9c858-066b-45f8-ae2d-d6f8a513cc95",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "193fe76f-0e26-493f-8653-7cd7b75ef1cb",
    "vfModuleModelCustomizationUUID": "8d06c549-2e1c-46bc-813e-5cac685582bc",
    "isBase": true,
    "artifacts": [
      "a29d6ced-a5d2-4781-8a51-3e22059bca08",
      "383e7b11-44b7-4e93-9305-1f1d863e32d0"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-10-23T06:52:41.890Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:193fe76f-0e26-493f-8653-7cd7b75ef1cb
VfModuleModelInvariantUUID:46b9c858-066b-45f8-ae2d-d6f8a513cc95
VfModuleModelDescription:NULL
Artifacts UUID List:{
a29d6ced-a5d2-4781-8a51-3e22059bca08
,
383e7b11-44b7-4e93-9305-1f1d863e32d0

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

isBase:true


}

2021-10-23T06:52:41.891Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a29d6ced-a5d2-4781-8a51-3e22059bca08 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-10-23T06:52:41.891Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-23T06:52:41.891Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-10-23T06:52:42.368Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-23T06:52:42.369Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml a29d6ced-a5d2-4781-8a51-3e22059bca08 5033
2021-10-23T06:52:42.369Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-10-23T06:52:42.369Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-10-23T06:52:42.369Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-23T06:52:42.369Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:52:42.371Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:52:42.371Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634971962369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:52:42.471Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:52:42.472Z||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.
2021-10-23T06:52:42.472Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:52:42.483Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:52:42.483Z||pool-49-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-10-23T06:52:43.372Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 383e7b11-44b7-4e93-9305-1f1d863e32d0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-10-23T06:52:43.372Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-23T06:52:43.372Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-10-23T06:52:43.671Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-23T06:52:43.671Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 383e7b11-44b7-4e93-9305-1f1d863e32d0 903
2021-10-23T06:52:43.672Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-10-23T06:52:43.672Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-10-23T06:52:43.672Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-23T06:52:43.672Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:52:43.674Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:52:43.674Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634971963671,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:52:43.774Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:52:43.775Z||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.
2021-10-23T06:52:43.776Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:52:43.808Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:52:43.808Z||pool-50-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:52:44.675Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 952b4bbc-a410-4cc9-841b-80750076e3b8
2021-10-23T06:52:44.675Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 ad38aa03-1469-4a3d-a357-6264f765196f ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-23T06:52:44.686Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6d70fe10, org.onap.sdc.toscaparser.api.parameters.Input@594bed93, org.onap.sdc.toscaparser.api.parameters.Input@4eea4b0f, org.onap.sdc.toscaparser.api.parameters.Input@4c249a6f, org.onap.sdc.toscaparser.api.parameters.Input@26ce6d85]
2021-10-23T06:52:44.688Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:52:44.688Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:52:44.688Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2021-10-23T06:52:44.689Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 5cafe4d7-eb68-465e-b5be-4817fdd957b9
2021-10-23T06:52:44.689Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5cafe4d7-eb68-465e-b5be-4817fdd957b9 matches Tosca VF Customization UUID: 5cafe4d7-eb68-465e-b5be-4817fdd957b9
2021-10-23T06:52:44.689Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 5cafe4d7-eb68-465e-b5be-4817fdd957b9  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=?
2021-10-23T06:52:44.691Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:52:44.691Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:52:44.692Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 5cafe4d7-eb68-465e-b5be-4817fdd957b9: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2021-10-23T06:52:44.692Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@54deac9e
2021-10-23T06:52:44.692Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:52:44.693Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-23T06:52:44.693Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8d06c549-2e1c-46bc-813e-5cac685582bc
2021-10-23T06:52:44.693Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8d06c549-2e1c-46bc-813e-5cac685582bc
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=?
2021-10-23T06:52:44.696Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:52:44.696Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-23T06:52:44.696Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-23T06:52:44.697Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:52:44.697Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-23T06:52:44.697Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-23T06:52:44.698Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:52:44.698Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-10-23T06:52:44.698Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-10-23T06:52:44.698Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-23T06:52:44.698Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=88a048eb-7650-4222-a063-42dd4477bffe
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=?
2021-10-23T06:52:44.701Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:52:44.701Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-23T06:52:44.702Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-23T06:52:44.702Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:52:44.702Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-23T06:52:44.702Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=5cafe4d7-eb68-465e-b5be-4817fdd957b9
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=?
2021-10-23T06:52:44.704Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:52:44.704Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:52:44.705Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 952b4bbc-a410-4cc9-841b-80750076e3b8: basic_vm
2021-10-23T06:52:44.705Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:52:44.705Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:52:44.705Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:52:44.706Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:52:44.706Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:52:44.706Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:52:44.706Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:52:44.707Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:52:44.709Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:52:44.709Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:52:44.709Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-23T06:52:44.793Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm ad38aa03-1469-4a3d-a357-6264f765196f 1 ASDC deployResourceStructure
2021-10-23T06:52:44.793Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-10-23T06:52:44.793Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-10-23T06:52:44.793Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-23T06:52:44.794Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:52:44.796Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:52:44.796Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634971964793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-23T06:52:44.896Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:52:44.897Z||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.
2021-10-23T06:52:44.897Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:52:44.912Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:52:44.913Z||pool-51-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:52:44.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:52:44.986Z||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.
2021-10-23T06:52:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:52:45.004Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:52:45.018Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.019Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "aai-ml",
  "timestamp": 1634971839872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.020Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.020Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.020Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "dcae-sch",
  "timestamp": 1634971840105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.021Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.021Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "cds",
  "timestamp": 1634971841210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.021Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.022Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634971844156,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.022Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.022Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.022Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "policy-id",
  "timestamp": 1634971843761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.023Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.023Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.023Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634971846289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.023Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.023Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.024Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "aai-ml",
  "timestamp": 1634971839872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.024Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.024Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.024Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "dcae-sch",
  "timestamp": 1634971840105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.025Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.031Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.031Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634971844156,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.032Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.032Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.032Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "policy-id",
  "timestamp": 1634971843761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.033Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.033Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.033Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "cds",
  "timestamp": 1634971841210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.033Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.033Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.034Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634971846289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.034Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.034Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.034Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634971849267,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.035Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.035Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "aai-ml",
  "timestamp": 1634971839872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.035Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "dcae-sch",
  "timestamp": 1634971840105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.036Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.036Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "cds",
  "timestamp": 1634971841210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.037Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.037Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "policy-id",
  "timestamp": 1634971843761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-23T06:52:45.037Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634971844156,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.038Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634971846289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.039Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.039Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634971849267,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-10-23T06:52:45.039Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "dcae-sch",
  "timestamp": 1634971840105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.040Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "aai-ml",
  "timestamp": 1634971839872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.041Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634971844156,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.041Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.042Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.042Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "cds",
  "timestamp": 1634971841210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.042Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.042Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.042Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634971846289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.043Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "policy-id",
  "timestamp": 1634971843761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.043Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634971849267,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-23T06:52:45.044Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "aai-ml",
  "timestamp": 1634971839872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.045Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "dcae-sch",
  "timestamp": 1634971840105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.045Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634971844156,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.046Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.046Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "cds",
  "timestamp": 1634971841210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.046Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "policy-id",
  "timestamp": 1634971843761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.047Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634971846289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.048Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634971849267,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.048Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "dcae-sch",
  "timestamp": 1634971840105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.049Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "aai-ml",
  "timestamp": 1634971839872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.050Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "cds",
  "timestamp": 1634971841210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.050Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "policy-id",
  "timestamp": 1634971843761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.051Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634971844156,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634971846289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634971849267,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-23T06:52:45.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "dcae-sch",
  "timestamp": 1634971840105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "aai-ml",
  "timestamp": 1634971839872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-23T06:52:45.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "cds",
  "timestamp": 1634971841210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-23T06:52:45.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "policy-id",
  "timestamp": 1634971843761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-23T06:52:45.056Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634971844156,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-23T06:52:45.057Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634971846289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.057Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634971849267,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "aai-ml",
  "timestamp": 1634971855652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:52:45.059Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:52:45.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634971855663,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:52:45.059Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:52:45.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "policy-id",
  "timestamp": 1634971855747,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:52:45.060Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:52:45.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "cds",
  "timestamp": 1634971855870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:52:45.060Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:52:45.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634971849267,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-23T06:52:45.061Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "policy-id",
  "timestamp": 1634971856752,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-23T06:52:45.062Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:52:45.062Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.062Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "cds",
  "timestamp": 1634971856895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-23T06:52:45.071Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of eca77ee7-2419-4c68-9312-e09d0dfd6be9
2021-10-23T06:52:45.071Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId eca77ee7-2419-4c68-9312-e09d0dfd6be9 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 (?, ?, ?, ?, ?)
2021-10-23T06:52:45.080Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634971857351,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:52:45.081Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:52:45.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "policy-id",
  "timestamp": 1634971857755,
  "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=?
2021-10-23T06:52:45.087Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eca77ee7-2419-4c68-9312-e09d0dfd6be9
2021-10-23T06:52:45.087Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId eca77ee7-2419-4c68-9312-e09d0dfd6be9 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 (?, ?, ?, ?, ?)
2021-10-23T06:52:45.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634971858174,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-23T06:52:45.097Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:52:45.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.097Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634971858767,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:52:45.098Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:52:45.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634971859178,
  "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=?
2021-10-23T06:52:45.105Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of eca77ee7-2419-4c68-9312-e09d0dfd6be9
2021-10-23T06:52:45.106Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId eca77ee7-2419-4c68-9312-e09d0dfd6be9 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 (?, ?, ?, ?, ?)
2021-10-23T06:52:45.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634971860173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:52:45.114Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:52:45.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.115Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634971861214,
  "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=?
2021-10-23T06:52:45.119Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eca77ee7-2419-4c68-9312-e09d0dfd6be9
2021-10-23T06:52:45.119Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId eca77ee7-2419-4c68-9312-e09d0dfd6be9 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=?
2021-10-23T06:52:45.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.127Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634971862218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-23T06:52:45.127Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:52:45.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.127Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "clamp",
  "timestamp": 1634971863754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.128Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.128Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "aai-ml",
  "timestamp": 1634971864564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-23T06:52:45.128Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:52:45.129Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.129Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "clamp",
  "timestamp": 1634971863754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-10-23T06:52:45.129Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.129Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.129Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "aai-ml",
  "timestamp": 1634971865569,
  "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=?
2021-10-23T06:52:45.141Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of eca77ee7-2419-4c68-9312-e09d0dfd6be9
2021-10-23T06:52:45.141Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId eca77ee7-2419-4c68-9312-e09d0dfd6be9 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 (?, ?, ?, ?, ?)
2021-10-23T06:52:45.149Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.149Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "clamp",
  "timestamp": 1634971863754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.150Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.150Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.150Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "clamp",
  "timestamp": 1634971863754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.150Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.150Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.151Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "dcae-sch",
  "timestamp": 1634971860105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.151Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.151Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.151Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634971866289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.151Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.152Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.152Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "cds",
  "timestamp": 1634971857903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.152Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.152Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.153Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "policy-id",
  "timestamp": 1634971863761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.153Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.153Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.153Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "clamp",
  "timestamp": 1634971863754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.154Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.154Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.154Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "dcae-sch",
  "timestamp": 1634971860105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.154Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.154Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.155Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634971866289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.155Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.155Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.155Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "cds",
  "timestamp": 1634971857903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.156Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.156Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.156Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "policy-id",
  "timestamp": 1634971863761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.156Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.157Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.157Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "clamp",
  "timestamp": 1634971863754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.157Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.157Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.157Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634971869267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.158Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.158Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.158Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634971866289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.158Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.159Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.159Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "dcae-sch",
  "timestamp": 1634971860105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.159Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.159Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.159Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "cds",
  "timestamp": 1634971857903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.159Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.159Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.160Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "policy-id",
  "timestamp": 1634971863761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.160Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.160Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.160Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "clamp",
  "timestamp": 1634971863754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-23T06:52:45.160Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.160Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.161Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "aai-ml",
  "timestamp": 1634971869872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.161Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.161Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.161Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634971869267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-10-23T06:52:45.161Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.161Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.162Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634971866289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.162Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.162Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.162Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "dcae-sch",
  "timestamp": 1634971860105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.162Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.162Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.163Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "cds",
  "timestamp": 1634971857903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.163Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.163Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.163Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "policy-id",
  "timestamp": 1634971863761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.163Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.163Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.164Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "aai-ml",
  "timestamp": 1634971869872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.164Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.164Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.164Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634971869267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-10-23T06:52:45.164Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "dcae-sch",
  "timestamp": 1634971860105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.166Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634971866289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.166Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "cds",
  "timestamp": 1634971857903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.166Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "policy-id",
  "timestamp": 1634971863761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-10-23T06:52:45.167Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "aai-ml",
  "timestamp": 1634971869872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.167Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634971869267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-10-23T06:52:45.168Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634971866289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.168Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.169Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "dcae-sch",
  "timestamp": 1634971860105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.169Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.169Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "cds",
  "timestamp": 1634971857903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.169Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.170Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "policy-id",
  "timestamp": 1634971863761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.170Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.170Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "aai-ml",
  "timestamp": 1634971869872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.170Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.171Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.171Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634971869267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-10-23T06:52:45.171Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.171Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.171Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "dcae-sch",
  "timestamp": 1634971860105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.171Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.172Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.172Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634971866289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.172Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.172Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.172Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "cds",
  "timestamp": 1634971857903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.172Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.173Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "policy-id",
  "timestamp": 1634971863761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.173Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.173Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "aai-ml",
  "timestamp": 1634971869872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.173Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.174Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634971874157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.174Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.174Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634971869267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.174Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.175Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634971866289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.175Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.175Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "dcae-sch",
  "timestamp": 1634971860105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.175Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.176Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "cds",
  "timestamp": 1634971857903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.176Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.176Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "policy-id",
  "timestamp": 1634971863761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.177Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.177Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "aai-ml",
  "timestamp": 1634971869872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.177Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.178Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "clamp",
  "timestamp": 1634971875575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:52:45.178Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:52:45.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.178Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634971874157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.179Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.179Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634971869267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-10-23T06:52:45.179Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.179Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634971866289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.180Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.180Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "dcae-sch",
  "timestamp": 1634971860105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.180Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.181Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "cds",
  "timestamp": 1634971857903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-23T06:52:45.181Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.181Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "policy-id",
  "timestamp": 1634971863761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-23T06:52:45.182Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.182Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "aai-ml",
  "timestamp": 1634971869872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.182Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.183Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634971874157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.183Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.183Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.183Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634971869267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.183Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.184Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.184Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "aai-ml",
  "timestamp": 1634971869872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.184Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.184Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.184Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "policy-id",
  "timestamp": 1634971877751,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:52:45.185Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:52:45.185Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.185Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634971874157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.185Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.186Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.186Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "cds",
  "timestamp": 1634971877846,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:52:45.186Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:52:45.186Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.186Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634971869267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-23T06:52:45.187Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.187Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.187Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "aai-ml",
  "timestamp": 1634971869872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-23T06:52:45.187Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.187Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.188Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "clamp",
  "timestamp": 1634971878581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-23T06:52:45.188Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:52:45.188Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.188Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "policy-id",
  "timestamp": 1634971878755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-23T06:52:45.188Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:52:45.189Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.189Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634971874157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.189Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.189Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.190Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "cds",
  "timestamp": 1634971878856,
  "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 (?, ?, ?, ?, ?)
2021-10-23T06:52:45.202Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1b09ac76-8c42-44dc-97b4-567dd8258cb9
2021-10-23T06:52:45.202Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b09ac76-8c42-44dc-97b4-567dd8258cb9 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 (?, ?, ?, ?, ?)
2021-10-23T06:52:45.211Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.211Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634971879343,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:52:45.211Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:52:45.212Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.212Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "clamp",
  "timestamp": 1634971879590,
  "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=?
2021-10-23T06:52:45.220Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of eca77ee7-2419-4c68-9312-e09d0dfd6be9
2021-10-23T06:52:45.220Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId eca77ee7-2419-4c68-9312-e09d0dfd6be9 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 (?, ?, ?, ?, ?)
2021-10-23T06:52:45.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "policy-id",
  "timestamp": 1634971879758,
  "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=?
2021-10-23T06:52:45.239Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1b09ac76-8c42-44dc-97b4-567dd8258cb9
2021-10-23T06:52:45.239Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b09ac76-8c42-44dc-97b4-567dd8258cb9 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 (?, ?, ?, ?, ?)
2021-10-23T06:52:45.562Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.562Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634971874157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.563Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.563Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.563Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "aai-ml",
  "timestamp": 1634971879981,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:52:45.564Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:52:45.564Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.564Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634971880649,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:52:45.565Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:52:45.565Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.565Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634971874157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.565Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634971874157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.566Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634971881869,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:52:45.567Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:52:45.567Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.567Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634971874157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-23T06:52:45.567Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.567Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634971883076,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:52:45.568Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:52:45.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634971883985,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:52:45.569Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:52:45.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634971884131,
  "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=?
2021-10-23T06:52:45.577Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1b09ac76-8c42-44dc-97b4-567dd8258cb9
2021-10-23T06:52:45.577Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b09ac76-8c42-44dc-97b4-567dd8258cb9 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=?
2021-10-23T06:52:45.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634971885134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-23T06:52:45.601Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:52:45.601Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.601Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634971886399,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-23T06:52:45.602Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:52:45.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "aai-ml",
  "timestamp": 1634971886461,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-23T06:52:45.602Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:52:45.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634971887413,
  "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=?
2021-10-23T06:52:45.607Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1b09ac76-8c42-44dc-97b4-567dd8258cb9
2021-10-23T06:52:45.607Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b09ac76-8c42-44dc-97b4-567dd8258cb9 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 (?, ?, ?, ?, ?)
2021-10-23T06:52:45.615Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.615Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "aai-ml",
  "timestamp": 1634971887465,
  "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=?
2021-10-23T06:52:45.620Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1b09ac76-8c42-44dc-97b4-567dd8258cb9
2021-10-23T06:52:45.620Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b09ac76-8c42-44dc-97b4-567dd8258cb9 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 (?, ?, ?, ?, ?)
2021-10-23T06:52:45.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "clamp",
  "timestamp": 1634971893753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.627Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "clamp",
  "timestamp": 1634971893753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.628Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "clamp",
  "timestamp": 1634971893753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.628Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "clamp",
  "timestamp": 1634971893753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-10-23T06:52:45.629Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "clamp",
  "timestamp": 1634971893753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.629Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "clamp",
  "timestamp": 1634971893753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.630Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "clamp",
  "timestamp": 1634971893753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.630Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "clamp",
  "timestamp": 1634971893753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:52:45.630Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-23T06:52:45.631Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "clamp",
  "timestamp": 1634971893753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-23T06:52:45.631Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:52:45.797Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-10-23T06:52:45.798Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-10-23T06:52:45.798Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-23T06:52:45.798Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:52:45.803Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:52:45.803Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634971965797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-10-23T06:52:45.903Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-23T06:52:45.904Z||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.
2021-10-23T06:52:45.904Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:52:45.916Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:52:45.916Z||pool-52-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-23T06:52:46.805Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-10-23T06:52:46.806Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-10-23T06:52:46.806Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-23T06:52:46.808Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:52:46.811Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:52:46.811Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634971966805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-10-23T06:52:46.913Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:52:46.914Z||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.
2021-10-23T06:52:46.914Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:52:46.925Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:52:46.925Z||pool-53-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-23T06:52:47.814Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-10-23T06:52:47.814Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-23T06:52:47.815Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-23T06:52:47.815Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:52:47.817Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:52:47.818Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634971967814,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-23T06:52:47.917Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-23T06:52:47.918Z||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.
2021-10-23T06:52:47.918Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:52:47.932Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:52:47.933Z||pool-54-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-23T06:52:48.819Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eca77ee7-2419-4c68-9312-e09d0dfd6be9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-10-23T06:52:48.838Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eca77ee7-2419-4c68-9312-e09d0dfd6be9
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=?
2021-10-23T06:52:48.840Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-23T06:52:48.840Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-23T06:52:48.841Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-23T06:52:48.841Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-23T06:52:48.841Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-23T06:52:48.841Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-23T06:52:48.841Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-23T06:52:48.842Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-23T06:52:48.842Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-23T06:52:48.842Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-23T06:52:48.842Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-23T06:52:48.847Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-23T06:53:18.848Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: eca77ee7-2419-4c68-9312-e09d0dfd6be9 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=?
2021-10-23T06:53:18.864Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: eca77ee7-2419-4c68-9312-e09d0dfd6be9 and serviceModelVersionId: 952b4bbc-a410-4cc9-841b-80750076e3b8
2021-10-23T06:53:18.867Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 972cec29-7891-438f-94fd-55776870959d
2021-10-23T06:53:18.874Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/972cec29-7891-438f-94fd-55776870959d/model-vers/model-ver/952b4bbc-a410-4cc9-841b-80750076e3b8?depth=0
2021-10-23T06:53:18.884Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-10-23T06:53:18.948Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/972cec29-7891-438f-94fd-55776870959d/model-vers/model-ver/952b4bbc-a410-4cc9-841b-80750076e3b8?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]}
2021-10-23T06:53:18.952Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/972cec29-7891-438f-94fd-55776870959d/model-vers/model-ver/952b4bbc-a410-4cc9-841b-80750076e3b8?depth=0|INFO|500||Invoke
2021-10-23T06:53:19.001Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/972cec29-7891-438f-94fd-55776870959d/model-vers/model-ver/952b4bbc-a410-4cc9-841b-80750076e3b8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-23T06:53:19.778Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/972cec29-7891-438f-94fd-55776870959d/model-vers/model-ver/952b4bbc-a410-4cc9-841b-80750076e3b8?depth=0|INFO|500||InvokeReturn
2021-10-23T06:53:19.779Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/972cec29-7891-438f-94fd-55776870959d/model-vers/model-ver/952b4bbc-a410-4cc9-841b-80750076e3b8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211023-06:53:19:008-4811], vertex-id=[229480], Content-Length=[0], Date=[Sat, 23 Oct 2021 06:53:19 GMT], Content-Type=[application/json]}
2021-10-23T06:53:19.780Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-10-23T06:53:19.780Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-23T06:53:19.780Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-23T06:53:19.785Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-23T06:53:19.785Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID eca77ee7-2419-4c68-9312-e09d0dfd6be9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-23T06:53:19.786Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-23T06:53:19.786Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:53:19.789Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:53:19.789Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634971999786,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-23T06:53:19.889Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-23T06:53:19.891Z||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.
2021-10-23T06:53:19.891Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:53:19.906Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:53:19.907Z||pool-55-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-23T06:53:20.811Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T06:53:20.812Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"1b09ac76-8c42-44dc-97b4-567dd8258cb9","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"7aed7dff-22da-4aae-878b-4bb79d02d704","serviceDescription":"service","serviceInvariantUUID":"e9b03cc3-a923-484d-b6c3-2447523e7db0","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"797bd431-ede4-4092-9021-ebe69f61837f","resourceInvariantUUID":"fffaada9-855c-4100-8782-063d53f37dff","resourceCustomizationUUID":"a154cb5c-08a4-44d0-a24e-c60a3a89ab3f","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":"Nzk1MTBhYjdhOTc1ZWVhNjhiMjRhMDVjMDJhN2QyYWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ad601e28-4a4c-479d-ab6f-35b9412563ed","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":"5ec487fe-6bab-4f4d-9939-48fca8f9e1f4","artifactVersion":"2","generatedFromUUID":"2f234ccd-3d17-465d-b8bf-a9884e0deca4"},{"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":"2f234ccd-3d17-465d-b8bf-a9884e0deca4","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":"YjQ2OTkzZjNlMDk0NWFjODllNWIwYmZjYmQxZDZiOGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7d937572-e581-407b-be10-709703315499","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":"d0cde044-d0ee-471f-8a6b-2cfa9d8c981c","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":"73094158-9137-428d-ac66-855c3f6a3968","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":"067c0e55-173e-4261-963f-7af4147d0896","artifactVersion":"2","generatedFromUUID":"d0cde044-d0ee-471f-8a6b-2cfa9d8c981c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NWMwZjU1MWEwMmQ4NWQ0NDQwZWFlY2NlY2Q1MTA5OTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1937666e-8ccc-4676-94bb-1fa74d41acee","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZTJjZTUyMzI5YzgwYmNjOWIwOTM0ZWU4NzI5MDQ5M2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"154e9538-bacb-44cb-8984-17b13f01b2fc","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-23T06:53:20.813Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T06:53:20.813Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:53:20.816Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:53:20.816Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634971945806,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:53:20.916Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:53:20.917Z||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.
2021-10-23T06:53:20.918Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:53:20.931Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:53:20.932Z||pool-56-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-23T06:53:21.816Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T06:53:21.818Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:53:21.820Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:53:21.820Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634971945806,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-10-23T06:53:21.921Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:53:21.922Z||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.
2021-10-23T06:53:21.922Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:53:21.935Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:53:21.935Z||pool-57-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:53:22.821Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T06:53:22.821Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:53:22.824Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:53:22.824Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634971945806,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-10-23T06:53:22.924Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:53:22.925Z||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.
2021-10-23T06:53:22.925Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:53:22.936Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:53:22.937Z||pool-58-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:53:23.824Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T06:53:23.825Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:53:23.827Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:53:23.827Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634971945806,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-10-23T06:53:23.927Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:53:23.928Z||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.
2021-10-23T06:53:23.928Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:53:23.938Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:53:23.939Z||pool-59-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:53:24.827Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T06:53:24.828Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:53:24.830Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:53:24.831Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634971945806,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-10-23T06:53:24.931Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:53:24.932Z||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.
2021-10-23T06:53:24.932Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:53:24.949Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:53:24.950Z||pool-60-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:53:25.831Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T06:53:25.831Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:53:25.834Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:53:25.834Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634971945806,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:53:25.935Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-23T06:53:25.936Z||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.
2021-10-23T06:53:25.936Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:53:25.948Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:53:25.949Z||pool-61-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:53:26.835Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T06:53:26.836Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:53:26.838Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:53:26.838Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634971945806,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-10-23T06:53:26.938Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:53:26.939Z||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.
2021-10-23T06:53:26.939Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:53:26.952Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:53:26.952Z||pool-62-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:53:27.839Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T06:53:27.839Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:53:27.842Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:53:27.842Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634971945806,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:53:27.941Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-23T06:53:27.942Z||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.
2021-10-23T06:53:27.942Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:53:27.955Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:53:27.955Z||pool-63-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-23T06:53:28.842Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T06:53:28.843Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:53:28.845Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:53:28.845Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634971945806,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-23T06:53:28.945Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:53:28.946Z||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.
2021-10-23T06:53:28.946Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:53:28.957Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:53:28.957Z||pool-64-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:53:29.846Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "7aed7dff-22da-4aae-878b-4bb79d02d704",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e9b03cc3-a923-484d-b6c3-2447523e7db0",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "a154cb5c-08a4-44d0-a24e-c60a3a89ab3f",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "797bd431-ede4-4092-9021-ebe69f61837f",
      "resourceInvariantUUID": "fffaada9-855c-4100-8782-063d53f37dff",
      "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": "5ec487fe-6bab-4f4d-9939-48fca8f9e1f4",
          "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": "2f234ccd-3d17-465d-b8bf-a9884e0deca4",
          "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": "YjQ2OTkzZjNlMDk0NWFjODllNWIwYmZjYmQxZDZiOGY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7d937572-e581-407b-be10-709703315499",
          "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": "d0cde044-d0ee-471f-8a6b-2cfa9d8c981c",
          "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": "067c0e55-173e-4261-963f-7af4147d0896",
            "generatedFromUUID": "d0cde044-d0ee-471f-8a6b-2cfa9d8c981c"
          },
          "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": "067c0e55-173e-4261-963f-7af4147d0896",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ZTJjZTUyMzI5YzgwYmNjOWIwOTM0ZWU4NzI5MDQ5M2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "154e9538-bacb-44cb-8984-17b13f01b2fc"
    }
  ],
  "workloadContext": "Production"
}
2021-10-23T06:53:29.846Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-23T06:53:29.847Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 7aed7dff-22da-4aae-878b-4bb79d02d704 ASDC
2021-10-23T06:53:29.848Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:1b09ac76-8c42-44dc-97b4-567dd8258cb9
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:7aed7dff-22da-4aae-878b-4bb79d02d704
ServiceInvariantUUID:e9b03cc3-a923-484d-b6c3-2447523e7db0
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:154e9538-bacb-44cb-8984-17b13f01b2fc
ArtifactChecksum:ZTJjZTUyMzI5YzgwYmNjOWIwOTM0ZWU4NzI5MDQ5M2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:a154cb5c-08a4-44d0-a24e-c60a3a89ab3f
ResourceInvariantUUID:fffaada9-855c-4100-8782-063d53f37dff
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:797bd431-ede4-4092-9021-ebe69f61837f
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:5ec487fe-6bab-4f4d-9939-48fca8f9e1f4
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:2f234ccd-3d17-465d-b8bf-a9884e0deca4
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:7d937572-e581-407b-be10-709703315499
ArtifactChecksum:YjQ2OTkzZjNlMDk0NWFjODllNWIwYmZjYmQxZDZiOGY=
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:d0cde044-d0ee-471f-8a6b-2cfa9d8c981c
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:067c0e55-173e-4261-963f-7af4147d0896
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:067c0e55-173e-4261-963f-7af4147d0896
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-23T06:53:29.848Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7aed7dff-22da-4aae-878b-4bb79d02d704 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=?
2021-10-23T06:53:29.889Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-23T06:53:29.890Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-10-23T06:53:29.890Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-10-23T06:53:29.890Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 154e9538-bacb-44cb-8984-17b13f01b2fc from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-10-23T06:53:29.890Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-23T06:53:29.890Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-10-23T06:53:30.057Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-23T06:53:30.060Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 154e9538-bacb-44cb-8984-17b13f01b2fc 68749
2021-10-23T06:53:30.060Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-10-23T06:53:30.060Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-10-23T06:53:30.060Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-23T06:53:30.060Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:53:30.062Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:53:30.062Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972010060,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:53:30.162Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:53:30.163Z||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.
2021-10-23T06:53:30.163Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:53:30.175Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:53:30.175Z||pool-65-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:53:31.063Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-23T06:53:31.064Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-10-23T06:53:31.064Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 154e9538-bacb-44cb-8984-17b13f01b2fc, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-23T06:53:31.064Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-10-23T06:53:31.065Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-23T06:53:31.065Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-23T06:53:31.231Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16443766258306510505/Definitions/service-BasicCnf-template.yml
2021-10-23T06:53:32.408Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-23T06:53:32.409Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-10-23T06:53:32.409Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-23T06:53:32.409Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-10-23T06:53:32.409Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-23T06:53:32.409Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-23T06:53:32.409Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-23T06:53:32.410Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||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
2021-10-23T06:53:32.410Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-10-23T06:53:32.410Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:53:32.410Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:53:32.410Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-23T06:53:32.410Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-10-23T06:53:32.411Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-23T06:53:32.411Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:53:32.411Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:53:32.411Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-23T06:53:32.411Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-10-23T06:53:32.411Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-23T06:53:32.411Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:53:32.412Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:53:32.412Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:53:32.413Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-10-23T06:53:32.413Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-10-23T06:53:32.414Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Node template dummy is not matching search criteria
2021-10-23T06:53:32.414Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-23T06:53:32.414Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:53:32.414Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-23T06:53:32.414Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:53:32.414Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-23T06:53:32.414Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-23T06:53:32.415Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:53:32.415Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-23T06:53:32.415Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-23T06:53:32.415Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:53:32.415Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-23T06:53:32.415Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-23T06:53:32.416Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:53:32.416Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-10-23T06:53:32.416Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-10-23T06:53:32.416Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=c5009d35-73b4-4300-8736-aeb41fd2a5b3
2021-10-23T06:53:32.416Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:53:32.416Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:53:32.416Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:53:32.417Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:53:32.417Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:53:32.417Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:53:32.417Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:53:32.417Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:53:32.417Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:7aed7dff-22da-4aae-878b-4bb79d02d704
Model Version:NULL
Model InvariantUuid:e9b03cc3-a923-484d-b6c3-2447523e7db0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:51b7c00c-50fa-4428-8c10-9a9c6ca54dde
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fffaada9-855c-4100-8782-063d53f37dff
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a154cb5c-08a4-44d0-a24e-c60a3a89ab3f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9ba7d71e-9d33-489a-805b-e2e41cfd835a
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:fda8be6f-1dcd-4cef-b6ae-770f9eb4f6cc
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c5009d35-73b4-4300-8736-aeb41fd2a5b3
ModelInvariantUuid:f0f00a0e-87ca-442d-926f-5b7290dcb294
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:f298585b-b936-45a9-a23b-05d481bddaed
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:30210d3a-3a86-43a5-ad40-c37c8492468f
ModelInvariantUuid:82551d92-f8fb-485b-9f01-3aded88e62e4
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:ad249f5e-0528-4521-b785-44c96dfcd939
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=?
2021-10-23T06:53:32.423Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 797bd431-ede4-4092-9021-ebe69f61837f
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=?
2021-10-23T06:53:32.426Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||basic_cnf 0
2021-10-23T06:53:32.426Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 797bd431-ede4-4092-9021-ebe69f61837f
2021-10-23T06:53:32.427Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 5ec487fe-6bab-4f4d-9939-48fca8f9e1f4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-10-23T06:53:32.427Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-23T06:53:32.427Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-10-23T06:53:32.543Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-23T06:53:32.543Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 5ec487fe-6bab-4f4d-9939-48fca8f9e1f4 12
2021-10-23T06:53:32.543Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-10-23T06:53:32.543Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-10-23T06:53:32.543Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-23T06:53:32.544Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:53:32.545Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:53:32.545Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972012543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:53:32.646Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:53:32.647Z||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.
2021-10-23T06:53:32.647Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:53:32.659Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:53:32.660Z||pool-66-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:53:33.546Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 2f234ccd-3d17-465d-b8bf-a9884e0deca4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-10-23T06:53:33.548Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-23T06:53:33.548Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-10-23T06:53:33.844Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-23T06:53:33.844Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2f234ccd-3d17-465d-b8bf-a9884e0deca4 2688
2021-10-23T06:53:33.844Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-10-23T06:53:33.844Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-10-23T06:53:33.844Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-23T06:53:33.845Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:53:33.847Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:53:33.847Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972013844,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:53:33.947Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:53:33.948Z||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.
2021-10-23T06:53:33.948Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:53:33.959Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:53:33.959Z||pool-67-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:53:34.849Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 7d937572-e581-407b-be10-709703315499 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-10-23T06:53:34.849Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-23T06:53:34.849Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-10-23T06:53:35.042Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-23T06:53:35.042Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 7d937572-e581-407b-be10-709703315499 828
2021-10-23T06:53:35.043Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-10-23T06:53:35.043Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-10-23T06:53:35.043Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-23T06:53:35.044Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:53:35.045Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:53:35.045Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972015043,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:53:35.145Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-23T06:53:35.146Z||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.
2021-10-23T06:53:35.146Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:53:35.160Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:53:35.160Z||pool-68-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:53:36.046Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "9ba7d71e-9d33-489a-805b-e2e41cfd835a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fda8be6f-1dcd-4cef-b6ae-770f9eb4f6cc",
    "vfModuleModelCustomizationUUID": "a4701f39-74a8-4ae1-a47f-4a08ddb40e2e",
    "isBase": true,
    "artifacts": [
      "d0cde044-d0ee-471f-8a6b-2cfa9d8c981c",
      "2f234ccd-3d17-465d-b8bf-a9884e0deca4",
      "067c0e55-173e-4261-963f-7af4147d0896"
    ],
    "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": ""
    }
  }
]
2021-10-23T06:53:36.054Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fda8be6f-1dcd-4cef-b6ae-770f9eb4f6cc
VfModuleModelInvariantUUID:9ba7d71e-9d33-489a-805b-e2e41cfd835a
VfModuleModelDescription:NULL
Artifacts UUID List:{
d0cde044-d0ee-471f-8a6b-2cfa9d8c981c
,
2f234ccd-3d17-465d-b8bf-a9884e0deca4
,
067c0e55-173e-4261-963f-7af4147d0896

}
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


}

2021-10-23T06:53:36.056Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "9ba7d71e-9d33-489a-805b-e2e41cfd835a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fda8be6f-1dcd-4cef-b6ae-770f9eb4f6cc",
    "vfModuleModelCustomizationUUID": "a4701f39-74a8-4ae1-a47f-4a08ddb40e2e",
    "isBase": true,
    "artifacts": [
      "d0cde044-d0ee-471f-8a6b-2cfa9d8c981c",
      "2f234ccd-3d17-465d-b8bf-a9884e0deca4",
      "067c0e55-173e-4261-963f-7af4147d0896"
    ],
    "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": ""
    }
  }
]
2021-10-23T06:53:36.056Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fda8be6f-1dcd-4cef-b6ae-770f9eb4f6cc
VfModuleModelInvariantUUID:9ba7d71e-9d33-489a-805b-e2e41cfd835a
VfModuleModelDescription:NULL
Artifacts UUID List:{
d0cde044-d0ee-471f-8a6b-2cfa9d8c981c
,
2f234ccd-3d17-465d-b8bf-a9884e0deca4
,
067c0e55-173e-4261-963f-7af4147d0896

}
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


}

2021-10-23T06:53:36.060Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d0cde044-d0ee-471f-8a6b-2cfa9d8c981c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-10-23T06:53:36.061Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-23T06:53:36.061Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-10-23T06:53:36.367Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-23T06:53:36.368Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml d0cde044-d0ee-471f-8a6b-2cfa9d8c981c 1164
2021-10-23T06:53:36.368Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-10-23T06:53:36.368Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-10-23T06:53:36.368Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-23T06:53:36.368Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:53:36.371Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:53:36.371Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972016368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:53:36.472Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-23T06:53:36.475Z||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.
2021-10-23T06:53:36.476Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:53:36.489Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:53:36.489Z||pool-69-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-10-23T06:53:37.373Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 067c0e55-173e-4261-963f-7af4147d0896 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-10-23T06:53:37.374Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-23T06:53:37.374Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-10-23T06:53:37.761Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-23T06:53:37.762Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 067c0e55-173e-4261-963f-7af4147d0896 200
2021-10-23T06:53:37.762Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-10-23T06:53:37.762Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-10-23T06:53:37.762Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-23T06:53:37.763Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:53:37.766Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:53:37.766Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972017762,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:53:37.868Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-10-23T06:53:37.869Z||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.
2021-10-23T06:53:37.869Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:53:37.890Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:53:37.891Z||pool-70-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:53:38.766Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 7aed7dff-22da-4aae-878b-4bb79d02d704
2021-10-23T06:53:38.766Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 797bd431-ede4-4092-9021-ebe69f61837f 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=?
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=?
2021-10-23T06:53:38.800Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select 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=?
2021-10-23T06:53:38.804Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2dd1b90f, org.onap.sdc.toscaparser.api.parameters.Input@26bd3e57, org.onap.sdc.toscaparser.api.parameters.Input@64dace3f, org.onap.sdc.toscaparser.api.parameters.Input@4a1cbfe0, org.onap.sdc.toscaparser.api.parameters.Input@6a257e6d]
2021-10-23T06:53:38.806Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:53:38.806Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:53:38.806Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2021-10-23T06:53:38.807Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= a154cb5c-08a4-44d0-a24e-c60a3a89ab3f
2021-10-23T06:53:38.807Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a154cb5c-08a4-44d0-a24e-c60a3a89ab3f matches Tosca VF Customization UUID: a154cb5c-08a4-44d0-a24e-c60a3a89ab3f
2021-10-23T06:53:38.807Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: a154cb5c-08a4-44d0-a24e-c60a3a89ab3f  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=?
2021-10-23T06:53:38.809Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:53:38.809Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:53:38.809Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id a154cb5c-08a4-44d0-a24e-c60a3a89ab3f: {\"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\"}
2021-10-23T06:53:38.809Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@38706dfd
2021-10-23T06:53:38.810Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:53:38.810Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-23T06:53:38.810Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a4701f39-74a8-4ae1-a47f-4a08ddb40e2e
2021-10-23T06:53:38.810Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a4701f39-74a8-4ae1-a47f-4a08ddb40e2e
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=?
2021-10-23T06:53:38.812Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:53:38.812Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-23T06:53:38.813Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-23T06:53:38.813Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:53:38.813Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-23T06:53:38.813Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-23T06:53:38.813Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:53:38.814Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-10-23T06:53:38.814Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-10-23T06:53:38.814Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=c5009d35-73b4-4300-8736-aeb41fd2a5b3
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=?
2021-10-23T06:53:38.816Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:53:38.816Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-23T06:53:38.816Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-23T06:53:38.816Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:53:38.816Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-23T06:53:38.817Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=a154cb5c-08a4-44d0-a24e-c60a3a89ab3f
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=?
2021-10-23T06:53:38.818Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:53:38.818Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:53:38.818Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 7aed7dff-22da-4aae-878b-4bb79d02d704: basic_cnf
2021-10-23T06:53:38.818Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:53:38.819Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:53:38.820Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:53:38.820Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:53:38.820Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:53:38.820Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:53:38.820Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:53:38.820Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:53:38.821Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:53:38.821Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:53:38.821Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-23T06:53:38.908Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 797bd431-ede4-4092-9021-ebe69f61837f 1 ASDC deployResourceStructure
2021-10-23T06:53:38.909Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-10-23T06:53:38.909Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2021-10-23T06:53:38.909Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-10-23T06:53:38.910Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:53:38.911Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:53:38.911Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972018909,
  "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"
}
2021-10-23T06:53:39.012Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:53:39.012Z||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.
2021-10-23T06:53:39.013Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:53:39.023Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:53:39.023Z||pool-71-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-10-23T06:53:39.912Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-10-23T06:53:39.912Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2021-10-23T06:53:39.913Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-10-23T06:53:39.913Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:53:39.914Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:53:39.914Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972019912,
  "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"
}
2021-10-23T06:53:40.015Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:53:40.016Z||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.
2021-10-23T06:53:40.016Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:53:40.034Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:53:40.038Z||pool-72-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2021-10-23T06:53:40.915Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-10-23T06:53:40.916Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-10-23T06:53:40.916Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-23T06:53:40.916Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:53:40.918Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:53:40.918Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972020915,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-23T06:53:41.018Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:53:41.019Z||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.
2021-10-23T06:53:41.019Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:53:41.032Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:53:41.032Z||pool-73-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-23T06:53:41.919Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-10-23T06:53:41.920Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-10-23T06:53:41.920Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-23T06:53:41.921Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:53:41.923Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:53:41.923Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972021919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-10-23T06:53:42.023Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:53:42.024Z||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.
2021-10-23T06:53:42.024Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:53:42.036Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:53:42.036Z||pool-74-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:53:42.924Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-10-23T06:53:42.925Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-10-23T06:53:42.925Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-23T06:53:42.925Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:53:42.927Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:53:42.927Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972022924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-10-23T06:53:43.031Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2021-10-23T06:53:43.032Z||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.
2021-10-23T06:53:43.032Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:53:43.046Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:53:43.046Z||pool-75-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:53:43.928Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-10-23T06:53:43.929Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-10-23T06:53:43.929Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-23T06:53:43.929Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:53:43.931Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:53:43.931Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972023928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-23T06:53:44.031Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:53:44.032Z||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.
2021-10-23T06:53:44.032Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:53:44.053Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:53:44.053Z||pool-76-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2021-10-23T06:53:44.932Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b09ac76-8c42-44dc-97b4-567dd8258cb9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-10-23T06:53:44.945Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b09ac76-8c42-44dc-97b4-567dd8258cb9
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=?
2021-10-23T06:53:44.948Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-23T06:53:44.948Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-23T06:53:44.948Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-23T06:53:44.948Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-23T06:53:44.948Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-23T06:53:44.948Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-23T06:53:44.948Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-23T06:53:44.948Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-23T06:53:44.948Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-23T06:53:44.949Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-23T06:53:44.954Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-23T06:53:44.991Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:53:44.992Z||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.
2021-10-23T06:53:44.992Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:53:45.027Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:53:45.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T06:53:45.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "clamp",
  "timestamp": 1634971915581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:53:45.029Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:53:45.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T06:53:45.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "clamp",
  "timestamp": 1634971917592,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-23T06:53:45.029Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:53:45.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T06:53:45.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "clamp",
  "timestamp": 1634971918601,
  "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=?
2021-10-23T06:53:45.037Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1b09ac76-8c42-44dc-97b4-567dd8258cb9
2021-10-23T06:53:45.037Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b09ac76-8c42-44dc-97b4-567dd8258cb9 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 (?, ?, ?, ?, ?)
2021-10-23T06:53:45.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T06:53:45.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634971944787,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-23T06:53:45.046Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:53:45.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T06:53:45.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634971945806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:53:45.046Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:53:45.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T06:53:45.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634971945806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-10-23T06:53:45.046Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:53:45.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T06:53:45.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634971945806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-23T06:53:45.046Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:53:45.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T06:53:45.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634971945806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:53:45.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:53:45.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T06:53:45.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634971945806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-23T06:53:45.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:53:45.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T06:53:45.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634971945806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:53:45.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:53:45.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T06:53:45.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634971945806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-23T06:53:45.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:53:45.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T06:53:45.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634971957971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:53:45.048Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:53:45.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T06:53:45.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634971960876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:53:45.048Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:53:45.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T06:53:45.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634971962369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:53:45.048Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:53:45.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T06:53:45.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634971963671,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:53:45.049Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:53:45.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T06:53:45.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634971964793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-23T06:53:45.049Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:54:14.954Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1b09ac76-8c42-44dc-97b4-567dd8258cb9 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=?
2021-10-23T06:54:14.970Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1b09ac76-8c42-44dc-97b4-567dd8258cb9 and serviceModelVersionId: 7aed7dff-22da-4aae-878b-4bb79d02d704
2021-10-23T06:54:14.971Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e9b03cc3-a923-484d-b6c3-2447523e7db0
2021-10-23T06:54:14.973Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e9b03cc3-a923-484d-b6c3-2447523e7db0/model-vers/model-ver/7aed7dff-22da-4aae-878b-4bb79d02d704?depth=0
2021-10-23T06:54:14.984Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-10-23T06:54:15.065Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9b03cc3-a923-484d-b6c3-2447523e7db0/model-vers/model-ver/7aed7dff-22da-4aae-878b-4bb79d02d704?depth=0|INFO|500||Invoke
2021-10-23T06:54:15.067Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9b03cc3-a923-484d-b6c3-2447523e7db0/model-vers/model-ver/7aed7dff-22da-4aae-878b-4bb79d02d704?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9b03cc3-a923-484d-b6c3-2447523e7db0/model-vers/model-ver/7aed7dff-22da-4aae-878b-4bb79d02d704?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1b09ac76-8c42-44dc-97b4-567dd8258cb9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[16d574ca-d6eb-459a-9add-dc6c60ec313b], X-ECOMP-RequestID=[1b09ac76-8c42-44dc-97b4-567dd8258cb9], X-TransactionId=[], X-ONAP-RequestID=[1b09ac76-8c42-44dc-97b4-567dd8258cb9], Content-Type=[application/merge-patch+json]}
2021-10-23T06:54:15.092Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9b03cc3-a923-484d-b6c3-2447523e7db0/model-vers/model-ver/7aed7dff-22da-4aae-878b-4bb79d02d704?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-23T06:54:15.559Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9b03cc3-a923-484d-b6c3-2447523e7db0/model-vers/model-ver/7aed7dff-22da-4aae-878b-4bb79d02d704?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/e9b03cc3-a923-484d-b6c3-2447523e7db0/model-vers/model-ver/7aed7dff-22da-4aae-878b-4bb79d02d704?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211023-06:54:15:102-42453], vertex-id=[241872], Content-Length=[0], Date=[Sat, 23 Oct 2021 06:54:15 GMT], Content-Type=[application/json]}
2021-10-23T06:54:15.560Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9b03cc3-a923-484d-b6c3-2447523e7db0/model-vers/model-ver/7aed7dff-22da-4aae-878b-4bb79d02d704?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-23T06:54:15.561Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9b03cc3-a923-484d-b6c3-2447523e7db0/model-vers/model-ver/7aed7dff-22da-4aae-878b-4bb79d02d704?depth=0|INFO|500||InvokeReturn
2021-10-23T06:54:15.563Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-23T06:54:15.563Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-23T06:54:15.571Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-23T06:54:15.572Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1b09ac76-8c42-44dc-97b4-567dd8258cb9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-23T06:54:15.573Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-23T06:54:15.574Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:54:15.581Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:54:15.581Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972055572,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-23T06:54:15.678Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-10-23T06:54:15.679Z||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.
2021-10-23T06:54:15.679Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:54:15.695Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:54:15.695Z||pool-77-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-23T06:54:16.597Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:54:16.597Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|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.
2021-10-23T06:54:16.597Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:54:26.137Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:54:26.138Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:54:26.139Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|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.
2021-10-23T06:54:26.139Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:54:35.689Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:54:35.690Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:54:35.690Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|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.
2021-10-23T06:54:35.690Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:54:44.985Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:54:44.987Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|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.
2021-10-23T06:54:44.987Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:54:45.021Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:54:45.022Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-23T06:54:45.022Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634971965797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-10-23T06:54:45.023Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:54:45.023Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-23T06:54:45.023Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634971966805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-10-23T06:54:45.023Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:54:45.024Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-23T06:54:45.024Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634971967814,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-23T06:54:45.024Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:54:45.024Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-23T06:54:45.024Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634971999786,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-23T06:54:45.024Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:54:45.025Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-23T06:54:45.025Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634971945806,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:54:45.025Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:54:45.025Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-23T06:54:45.025Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634971945806,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-10-23T06:54:45.026Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:54:45.026Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-23T06:54:45.026Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634971945806,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-10-23T06:54:45.026Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:54:45.026Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-23T06:54:45.026Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634971945806,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-10-23T06:54:45.026Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:54:45.027Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-23T06:54:45.027Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634971945806,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-10-23T06:54:45.027Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:54:45.027Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-23T06:54:45.027Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634971945806,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:54:45.027Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:54:45.028Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-23T06:54:45.028Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634971945806,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-10-23T06:54:45.028Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:54:45.028Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-23T06:54:45.028Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634971945806,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:54:45.028Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:54:45.029Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-23T06:54:45.029Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634971945806,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-23T06:54:45.029Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:54:45.029Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-23T06:54:45.029Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972010060,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:54:45.029Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:54:45.030Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-23T06:54:45.030Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972012543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:54:45.030Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:54:45.030Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-23T06:54:45.030Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972013844,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:54:45.030Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:54:45.031Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-23T06:54:45.031Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972015043,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:54:45.031Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:54:45.031Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-23T06:54:45.031Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972016368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:54:45.031Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:54:45.031Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-23T06:54:45.032Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972017762,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:54:45.032Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:54:45.032Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-23T06:54:45.032Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972018909,
  "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"
}
2021-10-23T06:54:45.032Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:54:45.032Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-23T06:54:45.033Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972019912,
  "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"
}
2021-10-23T06:54:45.033Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:54:45.033Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-23T06:54:45.033Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972020915,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-23T06:54:45.033Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:54:45.033Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-23T06:54:45.034Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972021919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-10-23T06:54:45.034Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:54:45.034Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-23T06:54:45.034Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972022924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-10-23T06:54:45.034Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:54:45.034Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-23T06:54:45.035Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972023928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-23T06:54:45.035Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:54:45.232Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:54:45.233Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:54:45.233Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|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.
2021-10-23T06:54:45.233Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:54:54.774Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:54:54.776Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:54:54.777Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|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.
2021-10-23T06:54:54.777Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:55:04.318Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:55:44.980Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:55:44.982Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|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.
2021-10-23T06:55:44.982Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:55:44.985Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:55:44.986Z||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.
2021-10-23T06:55:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:55:45.013Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:55:45.014Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:55:45.014Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b09ac76-8c42-44dc-97b4-567dd8258cb9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972055572,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-23T06:55:45.018Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:55:45.604Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:55:45.605Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T06:55:45.605Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"8441d611-987f-4a45-a21e-ca0f546baa85","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"b68a4f46-c0bf-4ded-9365-755c222a0cb6","serviceDescription":"service","serviceInvariantUUID":"4634f4b7-a4dc-4ac8-9803-4d4feff3491f","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b2f1e81b-d4da-47ec-8477-4d120a04fc20","resourceInvariantUUID":"1d23a7e3-11ed-4b28-ae74-7a7fd5f73d8a","resourceCustomizationUUID":"287efc6d-ea9f-40eb-b5d3-67823f2c6c7a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"fd15f35e-e725-4f03-9364-e7a7b5fbe295","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"MTNjMTlkYzVmZmNhN2QwOWE5ZDc4YmU0MTdhZmIwODg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"eb9f05b9-305a-4447-9c39-5c21d8804161","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"MTkyYmQxNWM5YjNlZTY3OTM1NDA1ZWExZGFkZWIzNjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7ca1b45c-3cca-4306-9bcc-3d6015af58d9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a527948d-edbe-4852-9c2c-15f1546b7a83","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9cfc42d5-f4bb-4d5c-a393-413ee2cc8f74","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8f26ccc1-bfa7-45c7-841a-57997cf2f851","artifactVersion":"2","generatedFromUUID":"a527948d-edbe-4852-9c2c-15f1546b7a83"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"MTViNGRiZjdiNDMwNjFkMTQ2ZjA3YzM4ZDYyYTBkYmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6ac9606d-475b-44ca-997b-327ab0ee413c","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MzMzMTdkYzkyMTNiNjI2ZTgyMzAyM2Q4MTI5ODc2YWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"70db7d09-9345-49cf-810c-caf3758b6a0b","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-23T06:55:45.607Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T06:55:45.609Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:55:45.613Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:55:45.613Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972144980,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:55:45.713Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:55:45.714Z||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.
2021-10-23T06:55:45.714Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:55:45.738Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:55:45.738Z||pool-78-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2021-10-23T06:55:46.614Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T06:55:46.614Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:55:46.617Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:55:46.617Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972144980,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:55:46.717Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:55:46.718Z||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.
2021-10-23T06:55:46.718Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:55:46.729Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:55:46.730Z||pool-79-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:55:47.617Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T06:55:47.618Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:55:47.620Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:55:47.620Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972144980,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-10-23T06:55:47.720Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:55:47.720Z||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.
2021-10-23T06:55:47.721Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:55:47.738Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:55:47.739Z||pool-80-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:55:48.620Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T06:55:48.621Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:55:48.623Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:55:48.623Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972144980,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-23T06:55:48.723Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:55:48.724Z||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.
2021-10-23T06:55:48.724Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:55:48.735Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:55:48.736Z||pool-81-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-23T06:55:49.623Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T06:55:49.624Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:55:49.627Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:55:49.627Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972144980,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:55:49.727Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-23T06:55:49.727Z||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.
2021-10-23T06:55:49.727Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:55:49.739Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:55:49.739Z||pool-82-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:55:50.628Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T06:55:50.629Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:55:50.631Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:55:50.631Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972144980,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-23T06:55:50.731Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:55:50.731Z||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.
2021-10-23T06:55:50.732Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:55:50.741Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:55:50.741Z||pool-83-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:55:51.631Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T06:55:51.632Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:55:51.634Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:55:51.634Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972144980,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:55:51.734Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:55:51.735Z||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.
2021-10-23T06:55:51.735Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:55:51.744Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:55:51.744Z||pool-84-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:55:52.639Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T06:55:52.643Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:55:52.645Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:55:52.645Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972144980,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-23T06:55:52.745Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:55:52.746Z||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.
2021-10-23T06:55:52.746Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:55:52.757Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:55:52.758Z||pool-85-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:55:53.646Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "b68a4f46-c0bf-4ded-9365-755c222a0cb6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4634f4b7-a4dc-4ac8-9803-4d4feff3491f",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "287efc6d-ea9f-40eb-b5d3-67823f2c6c7a",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b2f1e81b-d4da-47ec-8477-4d120a04fc20",
      "resourceInvariantUUID": "1d23a7e3-11ed-4b28-ae74-7a7fd5f73d8a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basicclamp0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
          "artifactChecksum": "MTkyYmQxNWM5YjNlZTY3OTM1NDA1ZWExZGFkZWIzNjI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7ca1b45c-3cca-4306-9bcc-3d6015af58d9",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a527948d-edbe-4852-9c2c-15f1546b7a83",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "8f26ccc1-bfa7-45c7-841a-57997cf2f851",
            "generatedFromUUID": "a527948d-edbe-4852-9c2c-15f1546b7a83"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "8f26ccc1-bfa7-45c7-841a-57997cf2f851",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "MzMzMTdkYzkyMTNiNjI2ZTgyMzAyM2Q4MTI5ODc2YWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "70db7d09-9345-49cf-810c-caf3758b6a0b"
    }
  ],
  "workloadContext": "Production"
}
2021-10-23T06:55:53.650Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-23T06:55:53.650Z|1b09ac76-8c42-44dc-97b4-567dd8258cb9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b68a4f46-c0bf-4ded-9365-755c222a0cb6 ASDC
2021-10-23T06:55:53.651Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:8441d611-987f-4a45-a21e-ca0f546baa85
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:b68a4f46-c0bf-4ded-9365-755c222a0cb6
ServiceInvariantUUID:4634f4b7-a4dc-4ac8-9803-4d4feff3491f
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Basicclamp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
ArtifactUUID:70db7d09-9345-49cf-810c-caf3758b6a0b
ArtifactChecksum:MzMzMTdkYzkyMTNiNjI2ZTgyMzAyM2Q4MTI5ODc2YWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:287efc6d-ea9f-40eb-b5d3-67823f2c6c7a
ResourceInvariantUUID:1d23a7e3-11ed-4b28-ae74-7a7fd5f73d8a
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:b2f1e81b-d4da-47ec-8477-4d120a04fc20
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basicclamp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
ArtifactUUID:7ca1b45c-3cca-4306-9bcc-3d6015af58d9
ArtifactChecksum:MTkyYmQxNWM5YjNlZTY3OTM1NDA1ZWExZGFkZWIzNjI=
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:a527948d-edbe-4852-9c2c-15f1546b7a83
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:8f26ccc1-bfa7-45c7-841a-57997cf2f851
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:8f26ccc1-bfa7-45c7-841a-57997cf2f851
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-23T06:55:53.651Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b68a4f46-c0bf-4ded-9365-755c222a0cb6 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 (?, ?, ?, ?, ?)
2021-10-23T06:55:53.699Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-23T06:55:53.700Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-10-23T06:55:53.700Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-10-23T06:55:53.700Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 70db7d09-9345-49cf-810c-caf3758b6a0b from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-23T06:55:53.701Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-23T06:55:53.701Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-23T06:55:53.952Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-23T06:55:53.957Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 70db7d09-9345-49cf-810c-caf3758b6a0b 73469
2021-10-23T06:55:53.958Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-10-23T06:55:53.958Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-23T06:55:53.958Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-23T06:55:53.958Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:55:53.960Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:55:53.960Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972153958,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:55:54.061Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-23T06:55:54.062Z||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.
2021-10-23T06:55:54.063Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:55:54.084Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:55:54.084Z||pool-86-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:55:54.961Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-23T06:55:54.961Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-10-23T06:55:54.962Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 70db7d09-9345-49cf-810c-caf3758b6a0b, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-23T06:55:54.962Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-10-23T06:55:54.963Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-23T06:55:54.963Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-23T06:55:55.127Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1513871086870004762/Definitions/service-Basicclamp-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
2021-10-23T06:55:56.353Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-23T06:55:56.353Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-10-23T06:55:56.354Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-23T06:55:56.354Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-23T06:55:56.354Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 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-Basicclamp-csar.csar
2021-10-23T06:55:56.354Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||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-Basicclamp-csar.csar
2021-10-23T06:55:56.354Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-23T06:55:56.354Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||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-Basicclamp-csar.csar
2021-10-23T06:55:56.354Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-23T06:55:56.354Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-23T06:55:56.354Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-23T06:55:56.354Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-23T06:55:56.355Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-23T06:55:56.355Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-10-23T06:55:56.355Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:55:56.355Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:55:56.355Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-23T06:55:56.355Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-10-23T06:55:56.356Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-23T06:55:56.356Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:55:56.356Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:55:56.356Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-23T06:55:56.356Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-10-23T06:55:56.356Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-23T06:55:56.357Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:55:56.357Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:55:56.357Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:55:56.357Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-10-23T06:55:56.357Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-10-23T06:55:56.357Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-10-23T06:55:56.357Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-10-23T06:55:56.358Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-23T06:55:56.358Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-23T06:55:56.358Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:55:56.358Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-23T06:55:56.358Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:55:56.358Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-23T06:55:56.358Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-23T06:55:56.359Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:55:56.359Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-23T06:55:56.359Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-23T06:55:56.359Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:55:56.359Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-23T06:55:56.359Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-23T06:55:56.359Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:55:56.360Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-10-23T06:55:56.360Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-23T06:55:56.360Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-23T06:55:56.360Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0a427bab-88ec-4735-82af-86996c2ec2f4
2021-10-23T06:55:56.360Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:55:56.360Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:55:56.360Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:55:56.360Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:55:56.361Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:55:56.362Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:55:56.362Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:55:56.362Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:55:56.362Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:b68a4f46-c0bf-4ded-9365-755c222a0cb6
Model Version:NULL
Model InvariantUuid:4634f4b7-a4dc-4ac8-9803-4d4feff3491f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:f014634d-8454-47f6-b556-d05eb20df09b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1d23a7e3-11ed-4b28-ae74-7a7fd5f73d8a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:287efc6d-ea9f-40eb-b5d3-67823f2c6c7a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:21c3ff68-9a5b-4484-88e1-07b70a0b931b
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:c0dc1a61-03c7-4a64-b29c-76bc6e284297
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0a427bab-88ec-4735-82af-86996c2ec2f4
ModelInvariantUuid:d97ff362-e86f-4183-bc88-5002d141b595
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:af656a1e-d3c6-415f-9972-226a88de02e9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:c6b714fe-2566-41ad-8bbb-5bf63e7ac228
ModelInvariantUuid:780c5a3c-7cfa-4cc1-a60f-0ffd9673413d
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:f42313fd-ce65-4925-bad2-1e133a185688
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=?
2021-10-23T06:55:56.374Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: b2f1e81b-d4da-47ec-8477-4d120a04fc20
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=?
2021-10-23T06:55:56.380Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||basicclamp 0
2021-10-23T06:55:56.380Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b2f1e81b-d4da-47ec-8477-4d120a04fc20
2021-10-23T06:55:56.381Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 7ca1b45c-3cca-4306-9bcc-3d6015af58d9 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-10-23T06:55:56.381Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-23T06:55:56.381Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-10-23T06:55:56.745Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-23T06:55:56.745Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 7ca1b45c-3cca-4306-9bcc-3d6015af58d9 790
2021-10-23T06:55:56.746Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-10-23T06:55:56.746Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-10-23T06:55:56.746Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-23T06:55:56.747Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:55:56.750Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:55:56.750Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972156746,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:55:56.850Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:55:56.851Z||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.
2021-10-23T06:55:56.851Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:55:56.875Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:55:56.876Z||pool-87-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:55:57.751Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "21c3ff68-9a5b-4484-88e1-07b70a0b931b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c0dc1a61-03c7-4a64-b29c-76bc6e284297",
    "vfModuleModelCustomizationUUID": "049e504c-b607-4aa5-b82b-e8e31890adf4",
    "isBase": true,
    "artifacts": [
      "a527948d-edbe-4852-9c2c-15f1546b7a83",
      "8f26ccc1-bfa7-45c7-841a-57997cf2f851"
    ],
    "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": ""
    }
  }
]
2021-10-23T06:55:57.760Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c0dc1a61-03c7-4a64-b29c-76bc6e284297
VfModuleModelInvariantUUID:21c3ff68-9a5b-4484-88e1-07b70a0b931b
VfModuleModelDescription:NULL
Artifacts UUID List:{
a527948d-edbe-4852-9c2c-15f1546b7a83
,
8f26ccc1-bfa7-45c7-841a-57997cf2f851

}
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


}

2021-10-23T06:55:57.767Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "21c3ff68-9a5b-4484-88e1-07b70a0b931b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c0dc1a61-03c7-4a64-b29c-76bc6e284297",
    "vfModuleModelCustomizationUUID": "049e504c-b607-4aa5-b82b-e8e31890adf4",
    "isBase": true,
    "artifacts": [
      "a527948d-edbe-4852-9c2c-15f1546b7a83",
      "8f26ccc1-bfa7-45c7-841a-57997cf2f851"
    ],
    "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": ""
    }
  }
]
2021-10-23T06:55:57.767Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c0dc1a61-03c7-4a64-b29c-76bc6e284297
VfModuleModelInvariantUUID:21c3ff68-9a5b-4484-88e1-07b70a0b931b
VfModuleModelDescription:NULL
Artifacts UUID List:{
a527948d-edbe-4852-9c2c-15f1546b7a83
,
8f26ccc1-bfa7-45c7-841a-57997cf2f851

}
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


}

2021-10-23T06:55:57.767Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a527948d-edbe-4852-9c2c-15f1546b7a83 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-10-23T06:55:57.767Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-23T06:55:57.768Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-10-23T06:55:58.644Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-23T06:55:58.644Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml a527948d-edbe-4852-9c2c-15f1546b7a83 5033
2021-10-23T06:55:58.645Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-23T06:55:58.645Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-10-23T06:55:58.646Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-23T06:55:58.646Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:55:58.649Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:55:58.649Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972158645,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:55:58.749Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:55:58.750Z||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.
2021-10-23T06:55:58.750Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:55:58.763Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:55:58.764Z||pool-88-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:55:59.650Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8f26ccc1-bfa7-45c7-841a-57997cf2f851 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-10-23T06:55:59.650Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-23T06:55:59.651Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-10-23T06:56:00.146Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-23T06:56:00.146Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 8f26ccc1-bfa7-45c7-841a-57997cf2f851 909
2021-10-23T06:56:00.147Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-23T06:56:00.147Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-10-23T06:56:00.147Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-23T06:56:00.148Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:56:00.151Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:56:00.151Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972160147,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:56:00.251Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:56:00.252Z||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.
2021-10-23T06:56:00.252Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:56:00.264Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:56:00.265Z||pool-89-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-23T06:56:01.157Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: b68a4f46-c0bf-4ded-9365-755c222a0cb6
2021-10-23T06:56:01.158Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 b2f1e81b-d4da-47ec-8477-4d120a04fc20 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=?
2021-10-23T06:56:01.181Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@28fea764, org.onap.sdc.toscaparser.api.parameters.Input@67c528e, org.onap.sdc.toscaparser.api.parameters.Input@2d955826, org.onap.sdc.toscaparser.api.parameters.Input@39dfb631, org.onap.sdc.toscaparser.api.parameters.Input@64c7f3e9]
2021-10-23T06:56:01.185Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:56:01.185Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:56:01.185Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2021-10-23T06:56:01.186Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 287efc6d-ea9f-40eb-b5d3-67823f2c6c7a
2021-10-23T06:56:01.186Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 287efc6d-ea9f-40eb-b5d3-67823f2c6c7a matches Tosca VF Customization UUID: 287efc6d-ea9f-40eb-b5d3-67823f2c6c7a
2021-10-23T06:56:01.186Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 287efc6d-ea9f-40eb-b5d3-67823f2c6c7a  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=?
2021-10-23T06:56:01.194Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:56:01.194Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:56:01.195Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 287efc6d-ea9f-40eb-b5d3-67823f2c6c7a: {\"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\"}
2021-10-23T06:56:01.195Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@43b24976
2021-10-23T06:56:01.196Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:56:01.196Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-23T06:56:01.196Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 049e504c-b607-4aa5-b82b-e8e31890adf4
2021-10-23T06:56:01.196Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 049e504c-b607-4aa5-b82b-e8e31890adf4
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=?
2021-10-23T06:56:01.199Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:56:01.200Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-23T06:56:01.200Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-23T06:56:01.200Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:56:01.200Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-23T06:56:01.200Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-23T06:56:01.201Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:56:01.201Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-10-23T06:56:01.201Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-23T06:56:01.201Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-23T06:56:01.201Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0a427bab-88ec-4735-82af-86996c2ec2f4
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=?
2021-10-23T06:56:01.204Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:56:01.204Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-23T06:56:01.204Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-23T06:56:01.204Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:56:01.205Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-23T06:56:01.205Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=287efc6d-ea9f-40eb-b5d3-67823f2c6c7a
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=?
2021-10-23T06:56:01.206Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:56:01.206Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:56:01.207Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid b68a4f46-c0bf-4ded-9365-755c222a0cb6: basicclamp
2021-10-23T06:56:01.207Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:56:01.207Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:56:01.207Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:56:01.207Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:56:01.208Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:56:01.208Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:56:01.208Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:56:01.208Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:56:01.208Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T06:56:01.208Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:56:01.209Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Saving Service: basicclamp 
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 (?, ?, ?, ?, ?)
2021-10-23T06:56:01.315Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp b2f1e81b-d4da-47ec-8477-4d120a04fc20 1 ASDC deployResourceStructure
2021-10-23T06:56:01.316Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-10-23T06:56:01.317Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-10-23T06:56:01.317Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-23T06:56:01.317Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:56:01.320Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:56:01.320Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972161316,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-23T06:56:01.420Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:56:01.421Z||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.
2021-10-23T06:56:01.421Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:56:01.444Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:56:01.444Z||pool-90-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2021-10-23T06:56:02.321Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-23T06:56:02.321Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-10-23T06:56:02.321Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-23T06:56:02.322Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:56:02.327Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:56:02.327Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972162321,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-10-23T06:56:02.425Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-10-23T06:56:02.426Z||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.
2021-10-23T06:56:02.426Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:56:02.440Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:56:02.440Z||pool-91-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:56:03.328Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-23T06:56:03.328Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-10-23T06:56:03.328Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-23T06:56:03.329Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:56:03.331Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:56:03.331Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972163328,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-10-23T06:56:03.431Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:56:03.432Z||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.
2021-10-23T06:56:03.432Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:56:03.442Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:56:03.443Z||pool-92-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:56:04.332Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-10-23T06:56:04.332Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-23T06:56:04.332Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-23T06:56:04.333Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:56:04.335Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:56:04.335Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972164332,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-23T06:56:04.435Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:56:04.436Z||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.
2021-10-23T06:56:04.436Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:56:04.449Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:56:04.450Z||pool-93-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-23T06:56:05.335Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8441d611-987f-4a45-a21e-ca0f546baa85
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-10-23T06:56:05.349Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8441d611-987f-4a45-a21e-ca0f546baa85
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=?
2021-10-23T06:56:05.351Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-23T06:56:05.351Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-23T06:56:05.351Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-23T06:56:35.351Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8441d611-987f-4a45-a21e-ca0f546baa85
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-10-23T06:56:35.364Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8441d611-987f-4a45-a21e-ca0f546baa85
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=?
2021-10-23T06:56:35.366Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-23T06:56:35.366Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-23T06:56:35.366Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-23T06:56:44.987Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:56:44.988Z||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.
2021-10-23T06:56:44.988Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:56:45.023Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:56:45.024Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:56:45.024Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634972126289,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:56:45.025Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:56:45.025Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:56:45.025Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "cds",
  "timestamp": 1634972126212,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:56:45.026Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:56:45.026Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:56:45.026Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "dcae-sch",
  "timestamp": 1634972120105,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-10-23T06:56:45.026Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:56:45.026Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:56:45.026Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "policy-id",
  "timestamp": 1634972123760,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:56:45.026Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:56:45.026Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:56:45.026Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634972129267,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:56:45.026Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:56:45.026Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:56:45.026Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634972126289,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:56:45.027Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:56:45.027Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:56:45.027Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "dcae-sch",
  "timestamp": 1634972120105,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:56:45.027Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:56:45.027Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:56:45.027Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "cds",
  "timestamp": 1634972126212,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:56:45.027Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:56:45.027Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:56:45.027Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "policy-id",
  "timestamp": 1634972123760,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:56:45.027Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:56:45.028Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:56:45.028Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634972129267,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:56:45.028Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:56:45.028Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:56:45.028Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634972126289,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:56:45.028Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:56:45.028Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:56:45.028Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "dcae-sch",
  "timestamp": 1634972120105,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:56:45.028Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:56:45.028Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:56:45.028Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "policy-id",
  "timestamp": 1634972123760,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:56:45.029Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:56:45.029Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:56:45.029Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "cds",
  "timestamp": 1634972126212,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:56:45.029Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:56:45.029Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:56:45.029Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634972129267,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-10-23T06:56:45.029Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:56:45.030Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:56:45.030Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634972126289,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:56:45.030Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:56:45.030Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:56:45.030Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "dcae-sch",
  "timestamp": 1634972120105,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:56:45.030Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:56:45.030Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:56:45.030Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "policy-id",
  "timestamp": 1634972123760,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-23T06:56:45.031Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:56:45.031Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:56:45.031Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "cds",
  "timestamp": 1634972126212,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:56:45.031Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:56:45.031Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:56:45.033Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634972129267,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-23T06:56:45.033Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:56:45.033Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:56:45.033Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634972126289,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:56:45.034Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:56:45.034Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:56:45.034Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "dcae-sch",
  "timestamp": 1634972120105,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:56:45.034Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:56:45.034Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:56:45.034Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "cds",
  "timestamp": 1634972126212,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:56:45.034Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:56:45.034Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:56:45.034Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "policy-id",
  "timestamp": 1634972123760,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:56:45.035Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:56:45.035Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:56:45.035Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634972129267,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:56:45.035Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:56:45.035Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:56:45.035Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634972126289,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:56:45.035Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:56:45.035Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:56:45.035Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "dcae-sch",
  "timestamp": 1634972120105,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:56:45.036Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:56:45.036Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:56:45.036Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "policy-id",
  "timestamp": 1634972123760,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:56:45.036Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:56:45.036Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:56:45.036Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "clamp",
  "timestamp": 1634972133755,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:56:45.036Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:56:45.037Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:56:45.037Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "cds",
  "timestamp": 1634972126212,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:56:45.037Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:56:45.037Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:56:45.037Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634972129267,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-23T06:56:45.037Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:56:45.037Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:56:45.037Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634972126289,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:56:45.038Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:56:45.038Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:56:45.038Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "dcae-sch",
  "timestamp": 1634972120105,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:56:45.038Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:56:45.038Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:56:45.038Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "clamp",
  "timestamp": 1634972133755,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:56:45.039Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:56:45.039Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:56:45.039Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "policy-id",
  "timestamp": 1634972123760,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:56:45.039Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:56:45.039Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:56:45.039Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "cds",
  "timestamp": 1634972126212,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:56:45.039Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:56:45.039Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:56:45.039Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634972129267,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:56:45.039Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:56:45.040Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:56:45.040Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634972126289,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:56:45.040Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:56:45.040Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:56:45.040Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "dcae-sch",
  "timestamp": 1634972120105,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:56:45.040Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:56:45.040Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:56:45.040Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "policy-id",
  "timestamp": 1634972123760,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-23T06:56:45.040Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:56:45.041Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:56:45.041Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "clamp",
  "timestamp": 1634972133755,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-10-23T06:56:45.045Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:56:45.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:56:45.045Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "cds",
  "timestamp": 1634972126212,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-23T06:56:45.045Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:56:45.046Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:56:45.046Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634972129267,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-23T06:56:45.046Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:56:45.046Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:56:45.046Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "clamp",
  "timestamp": 1634972133755,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:56:45.046Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:56:45.046Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:56:45.046Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634972138350,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:56:45.046Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:56:45.046Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:56:45.047Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "policy-id",
  "timestamp": 1634972138348,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:56:45.047Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:56:45.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:56:45.047Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "cds",
  "timestamp": 1634972138379,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:56:45.047Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:56:45.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:56:45.047Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "clamp",
  "timestamp": 1634972133755,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:56:45.047Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:56:45.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:56:45.048Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "dcae-sch",
  "timestamp": 1634972139347,
  "artifactURL": "/sdc/v1/catalog/services/b68a4f46-c0bf-4ded-9365-755c222a0cb6/resourceInstances/basicclamp0/artifacts/fd15f35e-e725-4f03-9364-e7a7b5fbe295",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:56:45.048Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:56:45.048Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:56:45.048Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "policy-id",
  "timestamp": 1634972139356,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-23T06:56:45.048Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:56:45.048Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:56:45.049Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "cds",
  "timestamp": 1634972139390,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-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=?
2021-10-23T06:56:45.055Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8441d611-987f-4a45-a21e-ca0f546baa85
2021-10-23T06:56:45.055Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8441d611-987f-4a45-a21e-ca0f546baa85 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 (?, ?, ?, ?, ?)
2021-10-23T06:56:45.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:56:45.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "clamp",
  "timestamp": 1634972133755,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:56:45.064Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:56:45.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:56:45.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634972139763,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:56:45.065Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:56:45.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:56:45.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "policy-id",
  "timestamp": 1634972140363,
  "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=?
2021-10-23T06:56:45.069Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8441d611-987f-4a45-a21e-ca0f546baa85
2021-10-23T06:56:45.069Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8441d611-987f-4a45-a21e-ca0f546baa85 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 (?, ?, ?, ?, ?)
2021-10-23T06:56:45.076Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:56:45.076Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "clamp",
  "timestamp": 1634972133755,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:56:45.076Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:56:45.077Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:56:45.077Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "aai-ml",
  "timestamp": 1634972139872,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:56:45.077Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:56:45.077Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:56:45.077Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "dcae-sch",
  "timestamp": 1634972140644,
  "artifactURL": "/sdc/v1/catalog/services/b68a4f46-c0bf-4ded-9365-755c222a0cb6/resourceInstances/basicclamp0/artifacts/fd15f35e-e725-4f03-9364-e7a7b5fbe295",
  "status": "DEPLOY_OK"
}
2021-10-23T06:56:45.077Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:56:45.077Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:56:45.077Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634972141143,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:56:45.077Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:56:45.078Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:56:45.078Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "clamp",
  "timestamp": 1634972133755,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-23T06:56:45.078Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:56:45.078Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:56:45.078Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "aai-ml",
  "timestamp": 1634972139872,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:56:45.078Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:56:45.078Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:56:45.078Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "dcae-sch",
  "timestamp": 1634972141648,
  "artifactURL": "/sdc/v1/catalog/services/b68a4f46-c0bf-4ded-9365-755c222a0cb6/resourceInstances/basicclamp0/artifacts/fd15f35e-e725-4f03-9364-e7a7b5fbe295",
  "status": "COMPONENT_DONE_OK",
  "componentName": "service-change-handler"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-23T06:56:45.082Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 8441d611-987f-4a45-a21e-ca0f546baa85
2021-10-23T06:56:45.082Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8441d611-987f-4a45-a21e-ca0f546baa85 and ComponentName service-change-handler
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 (?, ?, ?, ?, ?)
2021-10-23T06:56:45.094Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:56:45.094Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634972142179,
  "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=?
2021-10-23T06:56:45.098Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8441d611-987f-4a45-a21e-ca0f546baa85
2021-10-23T06:56:45.098Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8441d611-987f-4a45-a21e-ca0f546baa85 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=?
2021-10-23T06:56:45.106Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:56:45.106Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "aai-ml",
  "timestamp": 1634972139872,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:56:45.107Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:56:45.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:56:45.107Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634972143184,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-23T06:56:45.108Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:56:45.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:56:45.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "aai-ml",
  "timestamp": 1634972139872,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:56:45.109Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:56:45.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:56:45.110Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "aai-ml",
  "timestamp": 1634972139872,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:56:45.110Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:56:45.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:56:45.111Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634972144156,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:56:45.111Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:57:05.367Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8441d611-987f-4a45-a21e-ca0f546baa85
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-10-23T06:57:05.388Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8441d611-987f-4a45-a21e-ca0f546baa85
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=?
2021-10-23T06:57:05.390Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-23T06:57:05.391Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-23T06:57:05.391Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-23T06:57:35.393Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8441d611-987f-4a45-a21e-ca0f546baa85
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-10-23T06:57:35.404Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8441d611-987f-4a45-a21e-ca0f546baa85
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=?
2021-10-23T06:57:35.407Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-23T06:57:35.407Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-23T06:57:35.407Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-23T06:57:44.986Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:57:44.988Z||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.
2021-10-23T06:57:44.988Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:57:45.538Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:57:45.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:57:45.539Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "aai-ml",
  "timestamp": 1634972139872,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:57:45.541Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:57:45.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:57:45.542Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972144980,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:57:45.542Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:57:45.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:57:45.543Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634972144156,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:57:45.543Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:57:45.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:57:45.543Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "aai-ml",
  "timestamp": 1634972139872,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:57:45.544Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:57:45.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:57:45.544Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972144980,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:57:45.544Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:57:45.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:57:45.545Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634972144156,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:57:45.545Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:57:45.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:57:45.546Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "aai-ml",
  "timestamp": 1634972139872,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-23T06:57:45.546Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:57:45.548Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:57:45.549Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972144980,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-10-23T06:57:45.549Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:57:45.549Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:57:45.549Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634972144156,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:57:45.550Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:57:45.550Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:57:45.550Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972144980,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-23T06:57:45.550Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:57:45.550Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:57:45.551Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "aai-ml",
  "timestamp": 1634972148769,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:57:45.551Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:57:45.551Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:57:45.551Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634972144156,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:57:45.552Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:57:45.552Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:57:45.552Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972144980,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:57:45.552Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:57:45.553Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:57:45.553Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634972144156,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:57:45.553Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:57:45.554Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:57:45.554Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "clamp",
  "timestamp": 1634972150622,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:57:45.554Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:57:45.555Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:57:45.555Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972144980,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-23T06:57:45.555Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:57:45.556Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:57:45.556Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634972144156,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:57:45.557Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:57:45.557Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:57:45.557Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "clamp",
  "timestamp": 1634972151628,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:57:45.557Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:57:45.557Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:57:45.558Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972144980,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T06:57:45.558Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:57:45.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:57:45.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634972144156,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-23T06:57:45.562Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:57:45.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:57:45.563Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972144980,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-23T06:57:45.563Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-23T06:57:45.564Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:57:45.564Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634972153059,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:57:45.564Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:57:45.564Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:57:45.564Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972153958,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:57:45.565Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:57:45.565Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:57:45.565Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634972155560,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-23T06:57:45.565Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:57:45.566Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:57:45.566Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "clamp",
  "timestamp": 1634972155693,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-23T06:57:45.566Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:57:45.566Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:57:45.566Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634972156574,
  "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=?
2021-10-23T06:57:45.575Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8441d611-987f-4a45-a21e-ca0f546baa85
2021-10-23T06:57:45.575Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8441d611-987f-4a45-a21e-ca0f546baa85 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 (?, ?, ?, ?, ?)
2021-10-23T06:57:45.594Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:57:45.594Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "clamp",
  "timestamp": 1634972156696,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-23T06:57:45.595Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:57:45.595Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:57:45.595Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972156746,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:57:45.596Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:57:45.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:57:45.597Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "clamp",
  "timestamp": 1634972157700,
  "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=?
2021-10-23T06:57:45.603Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8441d611-987f-4a45-a21e-ca0f546baa85
2021-10-23T06:57:45.603Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8441d611-987f-4a45-a21e-ca0f546baa85 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 (?, ?, ?, ?, ?)
2021-10-23T06:57:45.611Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:57:45.611Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "aai-ml",
  "timestamp": 1634972158543,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-23T06:57:45.611Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:57:45.612Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:57:45.612Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972158645,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:57:45.613Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:57:45.613Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:57:45.613Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "aai-ml",
  "timestamp": 1634972159547,
  "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=?
2021-10-23T06:57:45.628Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8441d611-987f-4a45-a21e-ca0f546baa85
2021-10-23T06:57:45.630Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8441d611-987f-4a45-a21e-ca0f546baa85 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 (?, ?, ?, ?, ?)
2021-10-23T06:57:45.642Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:57:45.642Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972160147,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-23T06:57:45.643Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:57:45.643Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:57:45.643Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972161316,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-23T06:57:45.644Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:57:45.644Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:57:45.644Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972162321,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-10-23T06:57:45.644Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:57:45.645Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:57:45.645Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972163328,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-10-23T06:57:45.645Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:57:45.646Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:57:45.647Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972164332,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-23T06:57:45.647Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:58:05.407Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8441d611-987f-4a45-a21e-ca0f546baa85
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-10-23T06:58:05.432Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8441d611-987f-4a45-a21e-ca0f546baa85
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=?
2021-10-23T06:58:05.435Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-23T06:58:05.435Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-23T06:58:05.435Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-23T06:58:05.435Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-23T06:58:05.436Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-23T06:58:05.436Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-23T06:58:05.436Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-23T06:58:05.436Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-23T06:58:05.436Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-23T06:58:05.436Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-23T06:58:05.436Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-23T06:58:05.436Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-23T06:58:05.442Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-23T06:58:35.442Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8441d611-987f-4a45-a21e-ca0f546baa85 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=?
2021-10-23T06:58:35.456Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8441d611-987f-4a45-a21e-ca0f546baa85 and serviceModelVersionId: b68a4f46-c0bf-4ded-9365-755c222a0cb6
2021-10-23T06:58:35.457Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4634f4b7-a4dc-4ac8-9803-4d4feff3491f
2021-10-23T06:58:35.459Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4634f4b7-a4dc-4ac8-9803-4d4feff3491f/model-vers/model-ver/b68a4f46-c0bf-4ded-9365-755c222a0cb6?depth=0
2021-10-23T06:58:35.467Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-10-23T06:58:35.527Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4634f4b7-a4dc-4ac8-9803-4d4feff3491f/model-vers/model-ver/b68a4f46-c0bf-4ded-9365-755c222a0cb6?depth=0|INFO|500||Invoke
2021-10-23T06:58:35.527Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4634f4b7-a4dc-4ac8-9803-4d4feff3491f/model-vers/model-ver/b68a4f46-c0bf-4ded-9365-755c222a0cb6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4634f4b7-a4dc-4ac8-9803-4d4feff3491f/model-vers/model-ver/b68a4f46-c0bf-4ded-9365-755c222a0cb6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8441d611-987f-4a45-a21e-ca0f546baa85], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[371a8099-a446-4deb-9b54-b75309c370ff], X-ECOMP-RequestID=[8441d611-987f-4a45-a21e-ca0f546baa85], X-TransactionId=[], X-ONAP-RequestID=[8441d611-987f-4a45-a21e-ca0f546baa85], Content-Type=[application/merge-patch+json]}
2021-10-23T06:58:35.557Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4634f4b7-a4dc-4ac8-9803-4d4feff3491f/model-vers/model-ver/b68a4f46-c0bf-4ded-9365-755c222a0cb6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-23T06:58:35.881Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4634f4b7-a4dc-4ac8-9803-4d4feff3491f/model-vers/model-ver/b68a4f46-c0bf-4ded-9365-755c222a0cb6?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/4634f4b7-a4dc-4ac8-9803-4d4feff3491f/model-vers/model-ver/b68a4f46-c0bf-4ded-9365-755c222a0cb6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211023-06:58:35:562-62052], vertex-id=[250064], Content-Length=[0], Date=[Sat, 23 Oct 2021 06:58:35 GMT], Content-Type=[application/json]}
2021-10-23T06:58:35.881Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4634f4b7-a4dc-4ac8-9803-4d4feff3491f/model-vers/model-ver/b68a4f46-c0bf-4ded-9365-755c222a0cb6?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-23T06:58:35.882Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4634f4b7-a4dc-4ac8-9803-4d4feff3491f/model-vers/model-ver/b68a4f46-c0bf-4ded-9365-755c222a0cb6?depth=0|INFO|500||InvokeReturn
2021-10-23T06:58:35.886Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-23T06:58:35.886Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-23T06:58:35.899Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-23T06:58:35.900Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8441d611-987f-4a45-a21e-ca0f546baa85 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-23T06:58:35.900Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-23T06:58:35.901Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:58:35.904Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:58:35.904Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972315900,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-23T06:58:36.005Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-23T06:58:36.006Z||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.
2021-10-23T06:58:36.006Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:58:36.021Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:58:36.021Z||pool-94-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-23T06:58:36.920Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:58:36.921Z|8441d611-987f-4a45-a21e-ca0f546baa85|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.
2021-10-23T06:58:36.921Z|8441d611-987f-4a45-a21e-ca0f546baa85|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:58:44.985Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:58:44.987Z||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.
2021-10-23T06:58:44.987Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:58:45.614Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:58:45.615Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-23T06:58:45.615Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8441d611-987f-4a45-a21e-ca0f546baa85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972315900,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-23T06:58:45.617Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:58:47.409Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:58:47.409Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:58:47.410Z||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.
2021-10-23T06:58:47.410Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:58:56.966Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:58:56.968Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:58:56.969Z||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.
2021-10-23T06:58:56.969Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:59:06.510Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:59:44.981Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:59:44.982Z||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.
2021-10-23T06:59:44.982Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:59:44.986Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:59:44.988Z||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.
2021-10-23T06:59:44.989Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:59:54.570Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T06:59:54.578Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:00:44.981Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:00:44.983Z||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.
2021-10-23T07:00:44.983Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T07:00:44.985Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:00:44.986Z|8441d611-987f-4a45-a21e-ca0f546baa85|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.
2021-10-23T07:00:44.986Z|8441d611-987f-4a45-a21e-ca0f546baa85|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T07:00:45.615Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:00:45.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"d7fbbedd-39e8-4cef-9333-a30b2feb4b87","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"da4305b4-1e34-4c5f-801c-ee7ed47fd3a1","serviceDescription":"service","serviceInvariantUUID":"011120f2-f112-4a8a-a8a0-cb131ba18782","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"45a1eb55-476f-469d-86a9-c17a9c0b8abb","resourceInvariantUUID":"d6c5b674-fc54-468d-bfa1-c93a010f4f95","resourceCustomizationUUID":"cad65624-065b-4ab1-b8ac-412d7282a8ee","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":"YTBmYzUwZGZjNGYxYTk3ODFjZjgyNjg0MWFhMzIwZTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c28e81de-5f7a-4214-9b4c-32b6d9b85403","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":"9a3460a9-ff10-473c-8038-6b028f94e8c6","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":"42cb743d-1601-4a0b-abf4-ff8af3c3ec22","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":"ZDk3YjIxN2MzODI3NDhkMjFiNzE1MTFmZDBhM2U3YmI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"eeea3e04-8d0e-4cb3-8073-926fc2dc120b","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":"f5798589-d609-4764-9971-736dc104d7c1","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":"5502241f-a982-402d-bcf1-8810746ae4d0","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":"869e8af6-b6f2-4f4b-a33b-9cba182dbc46","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":"NzBhNmJhNjNmMDg1ZTM1YWYxOTBmNDQ4ZjZlOWJlZDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"08a842f3-4720-45b7-a640-a0eb60a4525f","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"Y2JkOGE1NjlhMGYwOWVmMmZhM2YyNDU5MzZjMTQ5YmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4d97db51-0dc7-42b0-bc82-2efb29b16f8c","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-23T07:00:45.620Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T07:00:45.621Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-23T07:00:45.622Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:00:45.624Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.624Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "dcae-sch",
  "timestamp": 1634972400105,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:45.625Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.625Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.625Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "cds",
  "timestamp": 1634972396211,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:45.626Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.626Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.626Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "dcae-sch",
  "timestamp": 1634972400105,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:45.626Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.626Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T07:00:45.626Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.627Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972444981,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:45.627Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "cds",
  "timestamp": 1634972396211,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:45.627Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.627Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.628Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "clamp",
  "timestamp": 1634972403753,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:45.628Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.628Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.628Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "policy-id",
  "timestamp": 1634972403761,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:45.629Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.629Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.629Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "dcae-sch",
  "timestamp": 1634972400105,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:45.629Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.629Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.630Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "cds",
  "timestamp": 1634972396211,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:45.630Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.630Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.631Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "clamp",
  "timestamp": 1634972403753,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:45.631Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.631Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.631Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "policy-id",
  "timestamp": 1634972403761,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:45.631Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.631Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.632Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "dcae-sch",
  "timestamp": 1634972400105,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:45.632Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.632Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.632Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "cds",
  "timestamp": 1634972396211,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:45.632Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.632Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.633Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "clamp",
  "timestamp": 1634972403753,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:45.633Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.633Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.633Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "policy-id",
  "timestamp": 1634972403761,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:45.633Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.633Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.634Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634972406289,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:45.634Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.634Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.634Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "dcae-sch",
  "timestamp": 1634972400105,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:45.634Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.634Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.635Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "cds",
  "timestamp": 1634972396211,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:45.635Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.635Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.635Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "clamp",
  "timestamp": 1634972403753,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:45.635Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.635Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.636Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "policy-id",
  "timestamp": 1634972403761,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:45.636Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.636Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.636Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634972406289,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:45.636Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.636Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.637Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "dcae-sch",
  "timestamp": 1634972400105,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:45.637Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.637Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.637Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "cds",
  "timestamp": 1634972396211,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:45.637Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.637Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.638Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "clamp",
  "timestamp": 1634972403753,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:45.638Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.638Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.638Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "policy-id",
  "timestamp": 1634972403761,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:45.638Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.638Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.639Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "dcae-sch",
  "timestamp": 1634972400105,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:45.639Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.639Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.639Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634972406289,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:45.639Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.639Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.640Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "cds",
  "timestamp": 1634972396211,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:45.640Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.640Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.640Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "clamp",
  "timestamp": 1634972403753,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:45.641Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.641Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.641Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "policy-id",
  "timestamp": 1634972403761,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:45.643Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.643Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.643Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634972409268,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:45.644Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.644Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.644Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634972406289,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:45.644Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.644Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.644Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "dcae-sch",
  "timestamp": 1634972400105,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:45.644Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.645Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.645Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "cds",
  "timestamp": 1634972396211,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:45.645Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.645Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.645Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "clamp",
  "timestamp": 1634972403753,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:45.646Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.646Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.646Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "policy-id",
  "timestamp": 1634972403761,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:45.646Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.646Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.646Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "aai-ml",
  "timestamp": 1634972409873,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:45.647Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.647Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.647Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634972409268,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:45.647Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.647Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.647Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634972406289,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:45.647Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.647Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.648Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "dcae-sch",
  "timestamp": 1634972400105,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:45.648Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.648Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.648Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "cds",
  "timestamp": 1634972396211,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-23T07:00:45.648Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.648Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.648Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "clamp",
  "timestamp": 1634972403753,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:45.649Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.649Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.649Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "policy-id",
  "timestamp": 1634972403761,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:45.649Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.649Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.649Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "aai-ml",
  "timestamp": 1634972409873,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:45.650Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.650Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.650Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634972409268,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:45.650Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.650Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.650Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634972406289,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:45.651Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.651Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.651Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "cds",
  "timestamp": 1634972412392,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-23T07:00:45.651Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T07:00:45.651Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.651Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "clamp",
  "timestamp": 1634972403753,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-23T07:00:45.652Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.652Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.652Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "policy-id",
  "timestamp": 1634972403761,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-23T07:00:45.652Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.652Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.652Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "aai-ml",
  "timestamp": 1634972409873,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:45.653Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.653Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.653Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634972409268,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:45.653Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.653Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.654Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634972406289,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-10-23T07:00:45.654Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.654Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.654Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "aai-ml",
  "timestamp": 1634972409873,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:45.655Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.655Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.655Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "policy-id",
  "timestamp": 1634972413577,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-23T07:00:45.655Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T07:00:45.656Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.656Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634972409268,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:45.656Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.656Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.656Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634972406289,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:45.657Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.657Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.657Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "aai-ml",
  "timestamp": 1634972409873,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:45.657Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.657Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.658Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "policy-id",
  "timestamp": 1634972414580,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-23T07:00:45.658Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T07:00:45.658Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.659Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634972414156,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:45.659Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.659Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.659Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "cds",
  "timestamp": 1634972414829,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-23T07:00:45.693Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d7fbbedd-39e8-4cef-9333-a30b2feb4b87
2021-10-23T07:00:45.693Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d7fbbedd-39e8-4cef-9333-a30b2feb4b87 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 (?, ?, ?, ?, ?)
2021-10-23T07:00:45.703Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.703Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634972409268,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:45.703Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.703Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.704Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634972406289,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:45.705Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.705Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.705Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "aai-ml",
  "timestamp": 1634972409873,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:45.706Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.706Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.706Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "policy-id",
  "timestamp": 1634972415583,
  "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=?
2021-10-23T07:00:45.711Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d7fbbedd-39e8-4cef-9333-a30b2feb4b87
2021-10-23T07:00:45.711Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d7fbbedd-39e8-4cef-9333-a30b2feb4b87 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 (?, ?, ?, ?, ?)
2021-10-23T07:00:45.719Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.719Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634972414156,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:45.719Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.719Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.720Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634972409268,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:45.720Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.720Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.720Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634972416372,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-23T07:00:45.721Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T07:00:45.721Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.721Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "aai-ml",
  "timestamp": 1634972409873,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:45.721Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.721Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.721Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634972414156,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:45.722Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.722Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.722Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634972409268,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:45.723Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.723Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.723Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "aai-ml",
  "timestamp": 1634972409873,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:45.723Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.723Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.723Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634972417546,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-10-23T07:00:45.724Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T07:00:45.724Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.724Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634972414156,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:45.724Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.725Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.725Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634972409268,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-23T07:00:45.725Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.725Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.725Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "aai-ml",
  "timestamp": 1634972409873,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-23T07:00:45.726Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.738Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.738Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634972418550,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
2021-10-23T07:00:45.738Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 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=?
2021-10-23T07:00:45.744Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of d7fbbedd-39e8-4cef-9333-a30b2feb4b87
2021-10-23T07:00:45.744Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d7fbbedd-39e8-4cef-9333-a30b2feb4b87 and ComponentName 
2021-10-23T07:00:45.744Z||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.
2021-10-23T07:00:45.746Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
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 (?, ?, ?, ?, ?)
2021-10-23T07:00:45.753Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.753Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634972414156,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:45.753Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.754Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.754Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634972414156,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:45.754Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.754Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.754Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "aai-ml",
  "timestamp": 1634972419876,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-23T07:00:45.755Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T07:00:45.755Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.755Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634972414156,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:45.756Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.756Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.756Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634972414156,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:45.756Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.756Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.757Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634972414156,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-23T07:00:45.757Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:00:45.757Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.758Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "clamp",
  "timestamp": 1634972423860,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-23T07:00:45.758Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T07:00:45.758Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.759Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634972423999,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-23T07:00:45.759Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T07:00:45.759Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.760Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "clamp",
  "timestamp": 1634972424885,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-23T07:00:45.760Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T07:00:45.760Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.761Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "aai-ml",
  "timestamp": 1634972425362,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-23T07:00:45.761Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T07:00:45.761Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.762Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "clamp",
  "timestamp": 1634972425889,
  "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=?
2021-10-23T07:00:45.767Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d7fbbedd-39e8-4cef-9333-a30b2feb4b87
2021-10-23T07:00:45.767Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d7fbbedd-39e8-4cef-9333-a30b2feb4b87 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 (?, ?, ?, ?, ?)
2021-10-23T07:00:45.772Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:00:45.773Z||pool-95-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2021-10-23T07:00:45.775Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.775Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634972425971,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-23T07:00:45.775Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T07:00:45.775Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.776Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "aai-ml",
  "timestamp": 1634972426366,
  "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=?
2021-10-23T07:00:45.779Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d7fbbedd-39e8-4cef-9333-a30b2feb4b87
2021-10-23T07:00:45.780Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d7fbbedd-39e8-4cef-9333-a30b2feb4b87 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 (?, ?, ?, ?, ?)
2021-10-23T07:00:45.786Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T07:00:45.787Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634972426974,
  "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=?
2021-10-23T07:00:45.791Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d7fbbedd-39e8-4cef-9333-a30b2feb4b87
2021-10-23T07:00:45.794Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d7fbbedd-39e8-4cef-9333-a30b2feb4b87 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 (?, ?, ?, ?, ?)
2021-10-23T07:00:46.628Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T07:00:46.628Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-23T07:00:46.631Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T07:00:46.631Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972444981,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:46.731Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T07:00:46.732Z||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.
2021-10-23T07:00:46.732Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T07:00:46.746Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:00:46.746Z||pool-96-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-23T07:00:47.631Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T07:00:47.632Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-23T07:00:47.634Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T07:00:47.634Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972444981,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:47.734Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T07:00:47.736Z||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.
2021-10-23T07:00:47.736Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T07:00:47.749Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:00:47.749Z||pool-97-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-23T07:00:48.635Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T07:00:48.636Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-23T07:00:48.638Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T07:00:48.638Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972444981,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:48.739Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T07:00:48.740Z||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.
2021-10-23T07:00:48.740Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T07:00:48.761Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:00:48.761Z||pool-98-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2021-10-23T07:00:49.639Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T07:00:49.640Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-23T07:00:49.642Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T07:00:49.642Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972444981,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:49.742Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T07:00:49.743Z||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.
2021-10-23T07:00:49.743Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T07:00:49.757Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:00:49.757Z||pool-99-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-23T07:00:50.642Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T07:00:50.644Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-23T07:00:50.645Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T07:00:50.646Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972444981,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:50.746Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T07:00:50.747Z||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.
2021-10-23T07:00:50.749Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T07:00:50.761Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:00:50.762Z||pool-100-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-23T07:00:51.646Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T07:00:51.647Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-23T07:00:51.649Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T07:00:51.649Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972444981,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:51.749Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T07:00:51.750Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-23T07:00:51.750Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T07:00:51.766Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:00:51.767Z||pool-101-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-10-23T07:00:52.649Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T07:00:52.650Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-23T07:00:52.652Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T07:00:52.652Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972444981,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:00:52.753Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-23T07:00:52.754Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-23T07:00:52.754Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T07:00:52.766Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:00:52.766Z||pool-102-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-23T07:00:53.653Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T07:00:53.654Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-23T07:00:53.656Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T07:00:53.656Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972444981,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-23T07:00:53.756Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T07:00:53.757Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-23T07:00:53.758Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T07:00:53.775Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:00:53.775Z||pool-103-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-10-23T07:00:54.658Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "da4305b4-1e34-4c5f-801c-ee7ed47fd3a1",
  "serviceDescription": "service",
  "serviceInvariantUUID": "011120f2-f112-4a8a-a8a0-cb131ba18782",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "cad65624-065b-4ab1-b8ac-412d7282a8ee",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "45a1eb55-476f-469d-86a9-c17a9c0b8abb",
      "resourceInvariantUUID": "d6c5b674-fc54-468d-bfa1-c93a010f4f95",
      "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": "Y2JkOGE1NjlhMGYwOWVmMmZhM2YyNDU5MzZjMTQ5YmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4d97db51-0dc7-42b0-bc82-2efb29b16f8c"
    }
  ],
  "workloadContext": "Production"
}
2021-10-23T07:00:54.658Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-23T07:00:54.658Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 da4305b4-1e34-4c5f-801c-ee7ed47fd3a1 ASDC
2021-10-23T07:00:54.659Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:d7fbbedd-39e8-4cef-9333-a30b2feb4b87
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:da4305b4-1e34-4c5f-801c-ee7ed47fd3a1
ServiceInvariantUUID:011120f2-f112-4a8a-a8a0-cb131ba18782
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:4d97db51-0dc7-42b0-bc82-2efb29b16f8c
ArtifactChecksum:Y2JkOGE1NjlhMGYwOWVmMmZhM2YyNDU5MzZjMTQ5YmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:cad65624-065b-4ab1-b8ac-412d7282a8ee
ResourceInvariantUUID:d6c5b674-fc54-468d-bfa1-c93a010f4f95
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:45a1eb55-476f-469d-86a9-c17a9c0b8abb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-10-23T07:00:54.659Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF da4305b4-1e34-4c5f-801c-ee7ed47fd3a1 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=?
2021-10-23T07:00:54.689Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-23T07:00:54.690Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-23T07:00:54.690Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-23T07:00:54.690Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4d97db51-0dc7-42b0-bc82-2efb29b16f8c from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-10-23T07:00:54.691Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-23T07:00:54.691Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-10-23T07:00:54.857Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-23T07:00:54.863Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 4d97db51-0dc7-42b0-bc82-2efb29b16f8c 105556
2021-10-23T07:00:54.863Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-10-23T07:00:54.863Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-10-23T07:00:54.863Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-23T07:00:54.863Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-23T07:00:54.866Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T07:00:54.866Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972454863,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-23T07:00:54.966Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T07:00:54.967Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-23T07:00:54.967Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T07:00:54.978Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:00:54.979Z||pool-104-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-23T07:00:55.866Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-23T07:00:55.868Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-23T07:00:55.868Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 4d97db51-0dc7-42b0-bc82-2efb29b16f8c, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-23T07:00:55.868Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-10-23T07:00:55.869Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-23T07:00:55.869Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-23T07:00:56.036Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4128684561248894289/Definitions/service-TestPnfMacro-template.yml
2021-10-23T07:00:56.913Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-23T07:00:56.913Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-10-23T07:00:56.914Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-23T07:00:56.914Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-10-23T07:00:56.914Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-23T07:00:56.914Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-23T07:00:56.914Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-23T07:00:56.914Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-23T07:00:56.914Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-23T07:00:56.915Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-23T07:00:56.915Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-23T07:00:56.915Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-10-23T07:00:56.915Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T07:00:56.915Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T07:00:56.916Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-10-23T07:00:56.916Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-10-23T07:00:56.916Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-23T07:00:56.916Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T07:00:56.917Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T07:00:56.917Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-10-23T07:00:56.917Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-10-23T07:00:56.917Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-23T07:00:56.917Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T07:00:56.917Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T07:00:56.918Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T07:00:56.918Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T07:00:56.918Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T07:00:56.918Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T07:00:56.918Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T07:00:56.919Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T07:00:56.919Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T07:00:56.919Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T07:00:56.919Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:da4305b4-1e34-4c5f-801c-ee7ed47fd3a1
Model Version:NULL
Model InvariantUuid:011120f2-f112-4a8a-a8a0-cb131ba18782
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=?
2021-10-23T07:00:56.928Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 45a1eb55-476f-469d-86a9-c17a9c0b8abb
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=?
2021-10-23T07:00:56.933Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||INFO|500||test-pnf 0
2021-10-23T07:00:56.933Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 45a1eb55-476f-469d-86a9-c17a9c0b8abb
2021-10-23T07:00:56.933Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500||No resources found for Service: da4305b4-1e34-4c5f-801c-ee7ed47fd3a1
2021-10-23T07:00:56.933Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: da4305b4-1e34-4c5f-801c-ee7ed47fd3a1
2021-10-23T07:00:56.933Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 45a1eb55-476f-469d-86a9-c17a9c0b8abb 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=?
2021-10-23T07:00:56.938Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@512c9623, org.onap.sdc.toscaparser.api.parameters.Input@16a39414, org.onap.sdc.toscaparser.api.parameters.Input@2488d390, org.onap.sdc.toscaparser.api.parameters.Input@2f3337f3, org.onap.sdc.toscaparser.api.parameters.Input@1a9b21b8]
2021-10-23T07:00:56.938Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T07:00:56.938Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T07:00:56.938Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid da4305b4-1e34-4c5f-801c-ee7ed47fd3a1: test-pnf
2021-10-23T07:00:56.939Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||INFO|500||Processing PNF resource: 45a1eb55-476f-469d-86a9-c17a9c0b8abb
2021-10-23T07:00:56.939Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T07:00:56.939Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T07:00:56.939Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||INFO|500||Resource customization UUID: cad65624-065b-4ab1-b8ac-412d7282a8ee is the same as notified resource customizationUUID: cad65624-065b-4ab1-b8ac-412d7282a8ee
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 (?, ?)
2021-10-23T07:00:56.988Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 45a1eb55-476f-469d-86a9-c17a9c0b8abb 0 ASDC deployResourceStructure
2021-10-23T07:00:56.989Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-10-23T07:00:56.989Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-10-23T07:00:56.989Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-23T07:00:56.989Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-23T07:00:57.009Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T07:00:57.009Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972456989,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-23T07:00:57.095Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms
2021-10-23T07:00:57.097Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-23T07:00:57.097Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T07:00:57.109Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:00:57.110Z||pool-105-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-23T07:00:58.010Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d7fbbedd-39e8-4cef-9333-a30b2feb4b87
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-10-23T07:00:58.023Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d7fbbedd-39e8-4cef-9333-a30b2feb4b87
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=?
2021-10-23T07:00:58.025Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-23T07:00:58.026Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-23T07:00:58.026Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-23T07:00:58.026Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-23T07:00:58.026Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-23T07:00:58.026Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-23T07:00:58.026Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-23T07:00:58.026Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-23T07:00:58.026Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-23T07:00:58.026Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-23T07:00:58.026Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-23T07:00:58.027Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-23T07:00:58.038Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-23T07:01:28.039Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d7fbbedd-39e8-4cef-9333-a30b2feb4b87 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=?
2021-10-23T07:01:28.047Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d7fbbedd-39e8-4cef-9333-a30b2feb4b87 and serviceModelVersionId: da4305b4-1e34-4c5f-801c-ee7ed47fd3a1
2021-10-23T07:01:28.047Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 011120f2-f112-4a8a-a8a0-cb131ba18782
2021-10-23T07:01:28.049Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/011120f2-f112-4a8a-a8a0-cb131ba18782/model-vers/model-ver/da4305b4-1e34-4c5f-801c-ee7ed47fd3a1?depth=0
2021-10-23T07:01:28.056Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-10-23T07:01:28.114Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/011120f2-f112-4a8a-a8a0-cb131ba18782/model-vers/model-ver/da4305b4-1e34-4c5f-801c-ee7ed47fd3a1?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]}
2021-10-23T07:01:28.116Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/011120f2-f112-4a8a-a8a0-cb131ba18782/model-vers/model-ver/da4305b4-1e34-4c5f-801c-ee7ed47fd3a1?depth=0|INFO|500||Invoke
2021-10-23T07:01:28.165Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/011120f2-f112-4a8a-a8a0-cb131ba18782/model-vers/model-ver/da4305b4-1e34-4c5f-801c-ee7ed47fd3a1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-23T07:01:28.266Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/011120f2-f112-4a8a-a8a0-cb131ba18782/model-vers/model-ver/da4305b4-1e34-4c5f-801c-ee7ed47fd3a1?depth=0|INFO|500||InvokeReturn
2021-10-23T07:01:28.267Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/011120f2-f112-4a8a-a8a0-cb131ba18782/model-vers/model-ver/da4305b4-1e34-4c5f-801c-ee7ed47fd3a1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211023-07:01:28:180-46842], vertex-id=[704728], Content-Length=[0], Date=[Sat, 23 Oct 2021 07:01:28 GMT], Content-Type=[application/json]}
2021-10-23T07:01:28.280Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2021-10-23T07:01:28.281Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-23T07:01:28.281Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-23T07:01:28.285Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-23T07:01:28.286Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d7fbbedd-39e8-4cef-9333-a30b2feb4b87 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-23T07:01:28.286Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-23T07:01:28.286Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-23T07:01:28.288Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T07:01:28.289Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972488286,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-23T07:01:28.389Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T07:01:28.390Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-23T07:01:28.390Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T07:01:28.403Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:01:28.403Z||pool-106-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-23T07:01:44.980Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:01:44.981Z||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.
2021-10-23T07:01:44.981Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T07:01:44.985Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:01:44.986Z||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.
2021-10-23T07:01:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T07:01:45.110Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:01:45.110Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:01:45.110Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972444981,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:01:45.111Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:01:54.611Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:02:44.981Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:02:44.983Z||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.
2021-10-23T07:02:44.983Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T07:02:44.985Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:02:44.986Z||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.
2021-10-23T07:02:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T07:02:45.513Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:02:45.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:02:45.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972444981,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:02:45.516Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:02:45.516Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:02:45.516Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972444981,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:02:45.517Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:02:45.517Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:02:45.517Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972444981,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:02:45.517Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:02:45.517Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:02:45.518Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972444981,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:02:45.518Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:02:45.518Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:02:45.518Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972444981,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:02:45.519Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:02:45.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:02:45.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972444981,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:02:45.519Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:02:45.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:02:45.520Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972444981,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:02:45.520Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:02:45.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:02:45.521Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972444981,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-23T07:02:45.521Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:02:45.521Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:02:45.521Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972454863,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-23T07:02:45.521Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T07:02:45.521Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:02:45.522Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972456989,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-23T07:02:45.522Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T07:02:45.522Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:02:45.522Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d7fbbedd-39e8-4cef-9333-a30b2feb4b87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972488286,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-23T07:02:45.522Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T07:02:48.616Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:02:48.617Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-23T07:02:48.617Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2","serviceName":"Demo_pNF_DE2YFO0DPx3iSmhbMyoJ","serviceVersion":"1.0","serviceUUID":"d799b0ce-bf13-4a1b-8319-a27d90e5e6ac","serviceDescription":"catalog service description","serviceInvariantUUID":"8211699b-6b19-4822-a745-4fa03a4cc90c","resources":[{"resourceInstanceName":"pNF bddf78d5-ac86 0","resourceName":"pNF bddf78d5-ac86","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4cd921be-5eb4-4765-9386-00154ec99c67","resourceInvariantUUID":"84e468a9-1475-45f4-8076-67ba7822ef24","resourceCustomizationUUID":"ba557b11-b1fb-4b1b-b0b1-a6b6c1288e34","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/vf-license-model.xml","artifactChecksum":"NDM0YTczNGM2NDRjOTAxZjJmMTU5MjQzODRmY2FmMDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"33916a69-54a3-4668-9ee3-ea1db52221cc","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/pNF.csar","artifactChecksum":"ZGJkZmM1YWVhZDI2NmIyNmUxNTQ4ODAyYmRmZmE0OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2bb21f8c-a6da-4043-b2cb-39081e59ac6e","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"df52a842-b4bd-4357-94ed-c3079179939e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/vendor-license-model.xml","artifactChecksum":"YjVhYmU0NTllNjIzMTYwNjcyNTExZGJmYjk4MzEzNjU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"699c077a-6c12-4d3e-9560-81a4819b5f47","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"617d41dc-44b6-4fc6-ac0a-a2cf0b51877b","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5ac2c791-6e5d-4e2d-910a-70319099e7f7","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfDe2yfo0dpx3ismhbmyoj-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/artifacts/service-DemoPnfDe2yfo0dpx3ismhbmyoj-template.yml","artifactChecksum":"ZmU0ZmE4MmI5YTJlM2M1YmRlMTg3NDZlYThkYjMyNDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"eaf85e10-ee9a-4803-b5fc-961ffb1928af","artifactVersion":"1"},{"artifactName":"service-DemoPnfDe2yfo0dpx3ismhbmyoj-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/artifacts/service-DemoPnfDe2yfo0dpx3ismhbmyoj-csar.csar","artifactChecksum":"MzFhMWQyNTcyMTBlZGEyYTUxN2UzYTQ0M2VlMGU4MGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a5bad0ec-c43f-40bd-9caa-be9f31bffc82","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-23T07:02:48.622Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T07:02:48.623Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-23T07:02:48.631Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T07:02:48.631Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972564981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:02:48.731Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T07:02:48.732Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-23T07:02:48.732Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T07:02:48.743Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:02:48.743Z||pool-107-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-23T07:02:49.632Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T07:02:49.633Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-23T07:02:49.635Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T07:02:49.635Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972564981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:02:49.735Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T07:02:49.735Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-23T07:02:49.736Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T07:02:49.747Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:02:49.747Z||pool-108-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-23T07:02:50.636Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T07:02:50.637Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-23T07:02:50.639Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T07:02:50.639Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972564981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:02:50.740Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T07:02:50.741Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-23T07:02:50.741Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T07:02:50.756Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:02:50.757Z||pool-109-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-23T07:02:51.640Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T07:02:51.641Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-23T07:02:51.643Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T07:02:51.643Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972564981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:02:51.743Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T07:02:51.744Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-23T07:02:51.744Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T07:02:51.756Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:02:51.756Z||pool-110-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-23T07:02:52.643Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T07:02:52.644Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-23T07:02:52.646Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T07:02:52.646Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972564981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:02:52.747Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T07:02:52.747Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-23T07:02:52.747Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T07:02:52.757Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:02:52.758Z||pool-111-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-23T07:02:53.647Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T07:02:53.648Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-23T07:02:53.651Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T07:02:53.651Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972564981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:02:53.753Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-10-23T07:02:53.754Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-23T07:02:53.754Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T07:02:53.781Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:02:53.782Z||pool-112-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2021-10-23T07:02:54.652Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T07:02:54.652Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-23T07:02:54.655Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T07:02:54.655Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972564981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/artifacts/service-DemoPnfDe2yfo0dpx3ismhbmyoj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:02:54.755Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T07:02:54.756Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-23T07:02:54.756Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T07:02:54.767Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:02:54.767Z||pool-113-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-23T07:02:55.656Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T07:02:55.657Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-23T07:02:55.658Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T07:02:55.659Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972564981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/artifacts/service-DemoPnfDe2yfo0dpx3ismhbmyoj-csar.csar",
  "status": "NOTIFIED"
}
2021-10-23T07:02:55.759Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T07:02:55.759Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-23T07:02:55.760Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T07:02:55.770Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:02:55.770Z||pool-114-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-23T07:02:56.660Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "serviceName": "Demo_pNF_DE2YFO0DPx3iSmhbMyoJ",
  "serviceVersion": "1.0",
  "serviceUUID": "d799b0ce-bf13-4a1b-8319-a27d90e5e6ac",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "8211699b-6b19-4822-a745-4fa03a4cc90c",
  "resources": [
    {
      "resourceInstanceName": "pNF bddf78d5-ac86 0",
      "resourceCustomizationUUID": "ba557b11-b1fb-4b1b-b0b1-a6b6c1288e34",
      "resourceName": "pNF bddf78d5-ac86",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "4cd921be-5eb4-4765-9386-00154ec99c67",
      "resourceInvariantUUID": "84e468a9-1475-45f4-8076-67ba7822ef24",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfDe2yfo0dpx3ismhbmyoj-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/artifacts/service-DemoPnfDe2yfo0dpx3ismhbmyoj-csar.csar",
      "artifactChecksum": "MzFhMWQyNTcyMTBlZGEyYTUxN2UzYTQ0M2VlMGU4MGQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a5bad0ec-c43f-40bd-9caa-be9f31bffc82"
    }
  ],
  "workloadContext": "Production"
}
2021-10-23T07:02:56.660Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-23T07:02:56.660Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d799b0ce-bf13-4a1b-8319-a27d90e5e6ac ASDC
2021-10-23T07:02:56.661Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2
ServiceName:Demo_pNF_DE2YFO0DPx3iSmhbMyoJ
ServiceVersion:1.0
ServiceUUID:d799b0ce-bf13-4a1b-8319-a27d90e5e6ac
ServiceInvariantUUID:8211699b-6b19-4822-a745-4fa03a4cc90c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfDe2yfo0dpx3ismhbmyoj-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/artifacts/service-DemoPnfDe2yfo0dpx3ismhbmyoj-csar.csar
ArtifactUUID:a5bad0ec-c43f-40bd-9caa-be9f31bffc82
ArtifactChecksum:MzFhMWQyNTcyMTBlZGEyYTUxN2UzYTQ0M2VlMGU4MGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF bddf78d5-ac86 0
ResourceCustomizationUUID:ba557b11-b1fb-4b1b-b0b1-a6b6c1288e34
ResourceInvariantUUID:84e468a9-1475-45f4-8076-67ba7822ef24
ResourceName:pNF bddf78d5-ac86
ResourceType:PNF
ResourceUUID:4cd921be-5eb4-4765-9386-00154ec99c67
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-10-23T07:02:56.662Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d799b0ce-bf13-4a1b-8319-a27d90e5e6ac 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 (?, ?, ?, ?, ?)
2021-10-23T07:02:56.736Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-23T07:02:56.737Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-23T07:02:56.737Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-23T07:02:56.737Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a5bad0ec-c43f-40bd-9caa-be9f31bffc82 from URL: /sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/artifacts/service-DemoPnfDe2yfo0dpx3ismhbmyoj-csar.csar
2021-10-23T07:02:56.738Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-10-23T07:02:56.738Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/artifacts/service-DemoPnfDe2yfo0dpx3ismhbmyoj-csar.csar
2021-10-23T07:02:57.282Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-10-23T07:02:57.288Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/artifacts/service-DemoPnfDe2yfo0dpx3ismhbmyoj-csar.csar a5bad0ec-c43f-40bd-9caa-be9f31bffc82 82538
2021-10-23T07:02:57.289Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/artifacts/service-DemoPnfDe2yfo0dpx3ismhbmyoj-csar.csar ASDC sendASDCNotification
2021-10-23T07:02:57.289Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/artifacts/service-DemoPnfDe2yfo0dpx3ismhbmyoj-csar.csar
2021-10-23T07:02:57.289Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-23T07:02:57.289Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-23T07:02:57.292Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T07:02:57.292Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972577289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/artifacts/service-DemoPnfDe2yfo0dpx3ismhbmyoj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-23T07:02:57.391Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-23T07:02:57.392Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-23T07:02:57.392Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T07:02:57.415Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:02:57.415Z||pool-115-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-10-23T07:02:58.293Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-23T07:02:58.294Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-23T07:02:58.294Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: a5bad0ec-c43f-40bd-9caa-be9f31bffc82, URL: /sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/artifacts/service-DemoPnfDe2yfo0dpx3ismhbmyoj-csar.csar to file: /app/ASDC/1/service-DemoPnfDe2yfo0dpx3ismhbmyoj-csar.csar
2021-10-23T07:02:58.295Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfDe2yfo0dpx3ismhbmyoj-csar.csar
2021-10-23T07:02:58.295Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfDe2yfo0dpx3ismhbmyoj-csar.csar
2021-10-23T07:02:58.295Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfDe2yfo0dpx3ismhbmyoj-csar.csar
2021-10-23T07:02:58.463Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6696920348053740839/Definitions/service-DemoPnfDe2yfo0dpx3ismhbmyoj-template.yml
2021-10-23T07:02:59.334Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-23T07:02:59.335Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-10-23T07:02:59.335Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfDe2yfo0dpx3ismhbmyoj-csar.csar
2021-10-23T07:02:59.335Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-10-23T07:02:59.335Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF bddf78d5-ac86 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-DemoPnfDe2yfo0dpx3ismhbmyoj-csar.csar
2021-10-23T07:02:59.336Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|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-DemoPnfDe2yfo0dpx3ismhbmyoj-csar.csar
2021-10-23T07:02:59.336Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|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-DemoPnfDe2yfo0dpx3ismhbmyoj-csar.csar
2021-10-23T07:02:59.336Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|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-DemoPnfDe2yfo0dpx3ismhbmyoj-csar.csar
2021-10-23T07:02:59.336Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|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-DemoPnfDe2yfo0dpx3ismhbmyoj-csar.csar
2021-10-23T07:02:59.336Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|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-DemoPnfDe2yfo0dpx3ismhbmyoj-csar.csar
2021-10-23T07:02:59.337Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|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-DemoPnfDe2yfo0dpx3ismhbmyoj-csar.csar
2021-10-23T07:02:59.337Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-10-23T07:02:59.337Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T07:02:59.337Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_DE2YFO0DPx3iSmhbMyoJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T07:02:59.338Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||Node template pNF bddf78d5-ac86 0 is matching search criteria
2021-10-23T07:02:59.338Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-10-23T07:02:59.338Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF bddf78d5-ac86 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-23T07:02:59.339Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T07:02:59.339Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_DE2YFO0DPx3iSmhbMyoJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T07:02:59.339Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||Node template pNF bddf78d5-ac86 0 is matching search criteria
2021-10-23T07:02:59.339Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-10-23T07:02:59.339Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF bddf78d5-ac86 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-23T07:02:59.340Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T07:02:59.340Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_DE2YFO0DPx3iSmhbMyoJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T07:02:59.340Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T07:02:59.340Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_DE2YFO0DPx3iSmhbMyoJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T07:02:59.341Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T07:02:59.341Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_DE2YFO0DPx3iSmhbMyoJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T07:02:59.341Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T07:02:59.341Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_DE2YFO0DPx3iSmhbMyoJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T07:02:59.341Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T07:02:59.342Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_DE2YFO0DPx3iSmhbMyoJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T07:02:59.342Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_DE2YFO0DPx3iSmhbMyoJ
Description:catalog service description
Model UUID:d799b0ce-bf13-4a1b-8319-a27d90e5e6ac
Model Version:NULL
Model InvariantUuid:8211699b-6b19-4822-a745-4fa03a4cc90c
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=?
2021-10-23T07:02:59.349Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 4cd921be-5eb4-4765-9386-00154ec99c67
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=?
2021-10-23T07:02:59.353Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||INFO|500||pNF bddf78d5-ac86 0
2021-10-23T07:02:59.353Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 4cd921be-5eb4-4765-9386-00154ec99c67
2021-10-23T07:02:59.353Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||No resources found for Service: d799b0ce-bf13-4a1b-8319-a27d90e5e6ac
2021-10-23T07:02:59.353Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: d799b0ce-bf13-4a1b-8319-a27d90e5e6ac
2021-10-23T07:02:59.354Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF bddf78d5-ac86 0 4cd921be-5eb4-4765-9386-00154ec99c67 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=?
2021-10-23T07:02:59.358Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4f50ea1f, org.onap.sdc.toscaparser.api.parameters.Input@68ca7427, org.onap.sdc.toscaparser.api.parameters.Input@212351ee, org.onap.sdc.toscaparser.api.parameters.Input@f8e36d3, org.onap.sdc.toscaparser.api.parameters.Input@47c6252f]
2021-10-23T07:02:59.358Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T07:02:59.359Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_DE2YFO0DPx3iSmhbMyoJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T07:02:59.359Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid d799b0ce-bf13-4a1b-8319-a27d90e5e6ac: pNF bddf78d5-ac86
2021-10-23T07:02:59.359Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||INFO|500||Processing PNF resource: 4cd921be-5eb4-4765-9386-00154ec99c67
2021-10-23T07:02:59.359Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-23T07:02:59.360Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_DE2YFO0DPx3iSmhbMyoJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T07:02:59.360Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||INFO|500||Resource customization UUID: ba557b11-b1fb-4b1b-b0b1-a6b6c1288e34 is the same as notified resource customizationUUID: ba557b11-b1fb-4b1b-b0b1-a6b6c1288e34
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 (?, ?)
2021-10-23T07:02:59.399Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF bddf78d5-ac86 4cd921be-5eb4-4765-9386-00154ec99c67 0 ASDC deployResourceStructure
2021-10-23T07:02:59.400Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/artifacts/service-DemoPnfDe2yfo0dpx3ismhbmyoj-csar.csar ASDC sendASDCNotification
2021-10-23T07:02:59.400Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/artifacts/service-DemoPnfDe2yfo0dpx3ismhbmyoj-csar.csar
2021-10-23T07:02:59.400Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-23T07:02:59.400Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-23T07:02:59.403Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T07:02:59.404Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972579400,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/artifacts/service-DemoPnfDe2yfo0dpx3ismhbmyoj-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-23T07:02:59.503Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-23T07:02:59.504Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-23T07:02:59.504Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T07:02:59.515Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:02:59.516Z||pool-116-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-23T07:03:00.404Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-10-23T07:03:00.416Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2
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=?
2021-10-23T07:03:00.418Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-23T07:03:00.419Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-23T07:03:00.419Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-23T07:03:30.420Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-10-23T07:03:30.444Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2
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=?
2021-10-23T07:03:30.446Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-23T07:03:30.446Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-23T07:03:30.446Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-23T07:03:44.986Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:03:44.987Z||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.
2021-10-23T07:03:44.987Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T07:03:45.627Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:03:45.629Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.629Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "dcae-sch",
  "timestamp": 1634972560105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:03:45.630Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.631Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.631Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634972566289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:03:45.631Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.631Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.631Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "aai-ml",
  "timestamp": 1634972559872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:03:45.631Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.632Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.632Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "cds",
  "timestamp": 1634972561211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:03:45.632Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.632Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.632Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972564981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:03:45.633Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.633Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.633Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634972564157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:03:45.633Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.633Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.633Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "policy-id",
  "timestamp": 1634972563760,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:03:45.634Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.634Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.634Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634972566289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:03:45.634Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.634Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.634Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "dcae-sch",
  "timestamp": 1634972560105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:03:45.635Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.635Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.635Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "cds",
  "timestamp": 1634972561211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:03:45.635Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.635Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.636Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "aai-ml",
  "timestamp": 1634972559872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:03:45.636Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.636Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.636Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972564981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:03:45.636Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.636Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.637Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634972564157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:03:45.637Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.637Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.637Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "policy-id",
  "timestamp": 1634972563760,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:03:45.637Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.637Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.638Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634972569267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:03:45.638Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.638Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.638Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634972566289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:03:45.638Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.638Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.639Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "dcae-sch",
  "timestamp": 1634972560105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:03:45.639Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.639Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.639Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "aai-ml",
  "timestamp": 1634972559872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:03:45.639Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.639Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.640Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "cds",
  "timestamp": 1634972561211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:03:45.640Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.640Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.640Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972564981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:03:45.641Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.641Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.641Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634972564157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:03:45.641Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.642Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.642Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "policy-id",
  "timestamp": 1634972563760,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:03:45.642Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.642Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.643Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634972569267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:03:45.643Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.643Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.643Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634972566289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:03:45.643Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.643Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.644Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "dcae-sch",
  "timestamp": 1634972560105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:03:45.644Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.644Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.644Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "aai-ml",
  "timestamp": 1634972559872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:03:45.644Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.645Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.645Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "cds",
  "timestamp": 1634972561211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:03:45.645Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.645Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.645Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972564981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:03:45.645Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.646Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.646Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634972564157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:03:45.646Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.646Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.646Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "policy-id",
  "timestamp": 1634972563760,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:03:45.646Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.647Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.647Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634972569267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:03:45.647Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.647Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.647Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "aai-ml",
  "timestamp": 1634972559872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:03:45.647Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.647Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.648Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634972566289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:03:45.648Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.648Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.648Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "dcae-sch",
  "timestamp": 1634972560105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:03:45.648Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.649Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.649Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972564981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:03:45.649Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.649Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.649Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "cds",
  "timestamp": 1634972561211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:03:45.650Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634972564157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:03:45.650Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.651Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "policy-id",
  "timestamp": 1634972563760,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:03:45.651Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.651Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.651Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634972569267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:03:45.651Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.651Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.652Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "dcae-sch",
  "timestamp": 1634972560105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:03:45.652Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.652Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.652Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634972566289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-10-23T07:03:45.652Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.652Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.653Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "aai-ml",
  "timestamp": 1634972559872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:03:45.653Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.653Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.653Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "cds",
  "timestamp": 1634972561211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:03:45.653Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.653Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.654Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972564981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:03:45.654Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.654Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.654Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634972564157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:03:45.654Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.654Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.655Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "policy-id",
  "timestamp": 1634972563760,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:03:45.655Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.655Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634972569267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:03:45.655Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.655Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634972566289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/artifacts/service-DemoPnfDe2yfo0dpx3ismhbmyoj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:03:45.656Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "dcae-sch",
  "timestamp": 1634972560105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/artifacts/service-DemoPnfDe2yfo0dpx3ismhbmyoj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:03:45.656Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.657Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "aai-ml",
  "timestamp": 1634972559872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/artifacts/service-DemoPnfDe2yfo0dpx3ismhbmyoj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:03:45.657Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.657Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "cds",
  "timestamp": 1634972561211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/artifacts/service-DemoPnfDe2yfo0dpx3ismhbmyoj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:03:45.657Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.657Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972564981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/artifacts/service-DemoPnfDe2yfo0dpx3ismhbmyoj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:03:45.658Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634972564157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/artifacts/service-DemoPnfDe2yfo0dpx3ismhbmyoj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:03:45.658Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "policy-id",
  "timestamp": 1634972563760,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/artifacts/service-DemoPnfDe2yfo0dpx3ismhbmyoj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:03:45.659Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634972569267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:03:45.659Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634972566289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/artifacts/service-DemoPnfDe2yfo0dpx3ismhbmyoj-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:03:45.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "aai-ml",
  "timestamp": 1634972559872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/artifacts/service-DemoPnfDe2yfo0dpx3ismhbmyoj-csar.csar",
  "status": "NOTIFIED"
}
2021-10-23T07:03:45.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "dcae-sch",
  "timestamp": 1634972560105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/artifacts/service-DemoPnfDe2yfo0dpx3ismhbmyoj-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:03:45.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "cds",
  "timestamp": 1634972561211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/artifacts/service-DemoPnfDe2yfo0dpx3ismhbmyoj-csar.csar",
  "status": "NOTIFIED"
}
2021-10-23T07:03:45.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972564981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/artifacts/service-DemoPnfDe2yfo0dpx3ismhbmyoj-csar.csar",
  "status": "NOTIFIED"
}
2021-10-23T07:03:45.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "policy-id",
  "timestamp": 1634972563760,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/artifacts/service-DemoPnfDe2yfo0dpx3ismhbmyoj-csar.csar",
  "status": "NOTIFIED"
}
2021-10-23T07:03:45.665Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634972564157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/artifacts/service-DemoPnfDe2yfo0dpx3ismhbmyoj-csar.csar",
  "status": "NOTIFIED"
}
2021-10-23T07:03:45.665Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634972569267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/artifacts/service-DemoPnfDe2yfo0dpx3ismhbmyoj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:03:45.666Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634972569267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/artifacts/service-DemoPnfDe2yfo0dpx3ismhbmyoj-csar.csar",
  "status": "NOTIFIED"
}
2021-10-23T07:03:45.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634972577152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-23T07:03:45.667Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T07:03:45.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "cds",
  "timestamp": 1634972577161,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/artifacts/service-DemoPnfDe2yfo0dpx3ismhbmyoj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-23T07:03:45.669Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T07:03:45.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "policy-id",
  "timestamp": 1634972577178,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/artifacts/service-DemoPnfDe2yfo0dpx3ismhbmyoj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-23T07:03:45.670Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T07:03:45.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "aai-ml",
  "timestamp": 1634972577288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/artifacts/service-DemoPnfDe2yfo0dpx3ismhbmyoj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-23T07:03:45.670Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T07:03:45.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972577289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/artifacts/service-DemoPnfDe2yfo0dpx3ismhbmyoj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-23T07:03:45.671Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T07:03:45.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634972577390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/artifacts/service-DemoPnfDe2yfo0dpx3ismhbmyoj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-23T07:03:45.672Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T07:03:45.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634972578177,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-10-23T07:03:45.672Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T07:03:45.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "cds",
  "timestamp": 1634972578177,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/artifacts/service-DemoPnfDe2yfo0dpx3ismhbmyoj-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=?
2021-10-23T07:03:45.681Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2
2021-10-23T07:03:45.682Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2 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 (?, ?, ?, ?, ?)
2021-10-23T07:03:45.692Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.692Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "policy-id",
  "timestamp": 1634972578183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/artifacts/service-DemoPnfDe2yfo0dpx3ismhbmyoj-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-23T07:03:45.693Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T07:03:45.693Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.693Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634972579180,
  "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=?
2021-10-23T07:03:45.697Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2
2021-10-23T07:03:45.697Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2 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 (?, ?, ?, ?, ?)
2021-10-23T07:03:45.705Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.705Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "policy-id",
  "timestamp": 1634972579185,
  "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=?
2021-10-23T07:03:45.709Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2
2021-10-23T07:03:45.709Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2 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 (?, ?, ?, ?, ?)
2021-10-23T07:03:45.717Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.718Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972579400,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/artifacts/service-DemoPnfDe2yfo0dpx3ismhbmyoj-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-23T07:03:45.718Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T07:03:45.718Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.718Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634972579432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/artifacts/service-DemoPnfDe2yfo0dpx3ismhbmyoj-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-23T07:03:45.718Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T07:03:45.718Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634972580436,
  "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=?
2021-10-23T07:03:45.722Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2
2021-10-23T07:03:45.723Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2 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 (?, ?, ?, ?, ?)
2021-10-23T07:03:45.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "aai-ml",
  "timestamp": 1634972583064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/artifacts/service-DemoPnfDe2yfo0dpx3ismhbmyoj-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-23T07:03:45.733Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T07:03:45.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "aai-ml",
  "timestamp": 1634972584067,
  "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=?
2021-10-23T07:03:45.739Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2
2021-10-23T07:03:45.739Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2 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 (?, ?, ?, ?, ?)
2021-10-23T07:03:45.747Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.747Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "clamp",
  "timestamp": 1634972583754,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:03:45.747Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.747Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.748Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "clamp",
  "timestamp": 1634972583754,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:03:45.748Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.748Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.748Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "clamp",
  "timestamp": 1634972583754,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:03:45.749Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.749Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.749Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "clamp",
  "timestamp": 1634972583754,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:03:45.750Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.750Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "clamp",
  "timestamp": 1634972583754,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:03:45.750Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.750Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "clamp",
  "timestamp": 1634972583754,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/resourceInstances/pnfbddf78d5ac860/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:03:45.751Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.751Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.751Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "clamp",
  "timestamp": 1634972583754,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/artifacts/service-DemoPnfDe2yfo0dpx3ismhbmyoj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-23T07:03:45.751Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.751Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.752Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "clamp",
  "timestamp": 1634972583754,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/artifacts/service-DemoPnfDe2yfo0dpx3ismhbmyoj-csar.csar",
  "status": "NOTIFIED"
}
2021-10-23T07:03:45.752Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-23T07:03:45.752Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.752Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "clamp",
  "timestamp": 1634972597695,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/artifacts/service-DemoPnfDe2yfo0dpx3ismhbmyoj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-23T07:03:45.752Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T07:03:45.752Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.753Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "clamp",
  "timestamp": 1634972599702,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDe2yfo0dpx3ismhbmyoj/1.0/artifacts/service-DemoPnfDe2yfo0dpx3ismhbmyoj-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-23T07:03:45.753Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T07:03:45.753Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:03:45.753Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "clamp",
  "timestamp": 1634972600708,
  "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=?
2021-10-23T07:03:45.759Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2
2021-10-23T07:03:45.759Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2 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 (?, ?, ?, ?, ?)
2021-10-23T07:04:00.447Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-10-23T07:04:00.458Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2
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=?
2021-10-23T07:04:00.462Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-23T07:04:00.462Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-23T07:04:00.462Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-23T07:04:00.462Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-23T07:04:00.462Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-23T07:04:00.462Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-23T07:04:00.462Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-23T07:04:00.463Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-23T07:04:00.463Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-23T07:04:00.463Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-23T07:04:00.463Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-23T07:04:00.463Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|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=?
2021-10-23T07:04:00.467Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-23T07:04:30.468Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2 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=?
2021-10-23T07:04:30.498Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2 and serviceModelVersionId: d799b0ce-bf13-4a1b-8319-a27d90e5e6ac
2021-10-23T07:04:30.499Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8211699b-6b19-4822-a745-4fa03a4cc90c
2021-10-23T07:04:30.505Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8211699b-6b19-4822-a745-4fa03a4cc90c/model-vers/model-ver/d799b0ce-bf13-4a1b-8319-a27d90e5e6ac?depth=0
2021-10-23T07:04:30.521Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-10-23T07:04:30.592Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8211699b-6b19-4822-a745-4fa03a4cc90c/model-vers/model-ver/d799b0ce-bf13-4a1b-8319-a27d90e5e6ac?depth=0|INFO|500||Invoke
2021-10-23T07:04:30.593Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8211699b-6b19-4822-a745-4fa03a4cc90c/model-vers/model-ver/d799b0ce-bf13-4a1b-8319-a27d90e5e6ac?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8211699b-6b19-4822-a745-4fa03a4cc90c/model-vers/model-ver/d799b0ce-bf13-4a1b-8319-a27d90e5e6ac?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0b96109b-5be8-49e9-bd3f-8dbc49bb8874], X-ECOMP-RequestID=[82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2], X-TransactionId=[], X-ONAP-RequestID=[82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2], Content-Type=[application/merge-patch+json]}
2021-10-23T07:04:30.635Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8211699b-6b19-4822-a745-4fa03a4cc90c/model-vers/model-ver/d799b0ce-bf13-4a1b-8319-a27d90e5e6ac?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-23T07:04:31.049Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8211699b-6b19-4822-a745-4fa03a4cc90c/model-vers/model-ver/d799b0ce-bf13-4a1b-8319-a27d90e5e6ac?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/8211699b-6b19-4822-a745-4fa03a4cc90c/model-vers/model-ver/d799b0ce-bf13-4a1b-8319-a27d90e5e6ac?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211023-07:04:30:640-57271], vertex-id=[245768], Content-Length=[0], Date=[Sat, 23 Oct 2021 07:04:30 GMT], Content-Type=[application/json]}
2021-10-23T07:04:31.050Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8211699b-6b19-4822-a745-4fa03a4cc90c/model-vers/model-ver/d799b0ce-bf13-4a1b-8319-a27d90e5e6ac?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-23T07:04:31.050Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8211699b-6b19-4822-a745-4fa03a4cc90c/model-vers/model-ver/d799b0ce-bf13-4a1b-8319-a27d90e5e6ac?depth=0|INFO|500||InvokeReturn
2021-10-23T07:04:31.051Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-23T07:04:31.051Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|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=?
2021-10-23T07:04:31.067Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|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)
2021-10-23T07:04:31.068Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-23T07:04:31.068Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-23T07:04:31.069Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-23T07:04:31.072Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T07:04:31.072Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972671068,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-23T07:04:31.172Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-23T07:04:31.173Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-23T07:04:31.173Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T07:04:31.201Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:04:31.201Z||pool-117-thread-1|||||INFO|500||cambria reply ok (28 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=?
2021-10-23T07:04:32.090Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:04:32.090Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|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.
2021-10-23T07:04:32.090Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T07:04:41.678Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:04:44.980Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:04:44.981Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|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.
2021-10-23T07:04:44.981Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T07:04:44.985Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:04:44.986Z||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.
2021-10-23T07:04:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T07:04:45.628Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:04:45.629Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-23T07:04:45.629Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634972671068,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-23T07:04:45.631Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T07:04:54.566Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:05:44.981Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:05:44.983Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|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.
2021-10-23T07:05:44.984Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T07:05:44.985Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:05:44.986Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|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.
2021-10-23T07:05:44.986Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T07:05:54.563Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:05:54.563Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:06:44.985Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:06:44.988Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|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.
2021-10-23T07:06:44.988Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T07:06:44.981Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:06:44.990Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|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.
2021-10-23T07:06:44.990Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T07:06:54.563Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:06:54.580Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:07:44.985Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:07:44.983Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:07:44.987Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|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.
2021-10-23T07:07:44.987Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T07:07:44.987Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|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.
2021-10-23T07:07:44.993Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T07:07:54.559Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:07:54.572Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:08:44.981Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:08:44.984Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|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.
2021-10-23T07:08:44.984Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T07:08:44.985Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:08:44.986Z||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.
2021-10-23T07:08:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T07:08:54.574Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:08:54.574Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:09:44.982Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:09:44.984Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|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.
2021-10-23T07:09:44.984Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T07:09:44.985Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:09:44.985Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|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.
2021-10-23T07:09:44.986Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T07:09:54.566Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:09:54.567Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:10:44.981Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:10:44.983Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|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.
2021-10-23T07:10:44.983Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T07:10:44.985Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:10:44.986Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|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.
2021-10-23T07:10:44.986Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T07:10:54.557Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:10:54.557Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:11:44.981Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:11:44.983Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|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.
2021-10-23T07:11:44.984Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T07:11:44.986Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:11:44.986Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|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.
2021-10-23T07:11:44.986Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T07:11:54.540Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:11:54.571Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:12:44.981Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:12:44.984Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|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.
2021-10-23T07:12:44.984Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T07:12:44.985Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:12:44.986Z||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.
2021-10-23T07:12:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T07:12:54.562Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:12:54.562Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:13:44.981Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:13:44.983Z|8441d611-987f-4a45-a21e-ca0f546baa85|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.
2021-10-23T07:13:44.983Z|8441d611-987f-4a45-a21e-ca0f546baa85|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T07:13:44.985Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:13:44.986Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|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.
2021-10-23T07:13:44.986Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T07:13:54.560Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:13:54.564Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:14:44.981Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:14:44.984Z|8441d611-987f-4a45-a21e-ca0f546baa85|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.
2021-10-23T07:14:44.984Z|8441d611-987f-4a45-a21e-ca0f546baa85|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T07:14:44.985Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:14:44.986Z||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.
2021-10-23T07:14:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T07:14:54.541Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:14:54.548Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:15:44.981Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:15:44.983Z|8441d611-987f-4a45-a21e-ca0f546baa85|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.
2021-10-23T07:15:44.984Z|8441d611-987f-4a45-a21e-ca0f546baa85|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T07:15:44.985Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:15:44.986Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|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.
2021-10-23T07:15:44.986Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T07:15:54.536Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:15:54.540Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:16:44.981Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:16:44.983Z|8441d611-987f-4a45-a21e-ca0f546baa85|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.
2021-10-23T07:16:44.983Z|8441d611-987f-4a45-a21e-ca0f546baa85|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T07:16:44.985Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:16:44.986Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|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.
2021-10-23T07:16:44.986Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T07:16:54.569Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:16:54.569Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:17:44.982Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:17:44.984Z||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.
2021-10-23T07:17:44.984Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T07:17:44.985Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:17:44.987Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|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.
2021-10-23T07:17:44.987Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T07:17:54.556Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:17:54.557Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:18:44.982Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:18:44.984Z||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.
2021-10-23T07:18:44.984Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T07:18:44.985Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:18:44.986Z||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.
2021-10-23T07:18:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T07:18:54.591Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:18:54.591Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:19:44.981Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:19:44.983Z||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.
2021-10-23T07:19:44.983Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T07:19:44.985Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:19:44.986Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|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.
2021-10-23T07:19:44.986Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T07:19:54.566Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:19:54.566Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:20:44.981Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:20:44.984Z||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.
2021-10-23T07:20:44.984Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T07:20:44.987Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:20:44.987Z|8441d611-987f-4a45-a21e-ca0f546baa85|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.
2021-10-23T07:20:44.987Z|8441d611-987f-4a45-a21e-ca0f546baa85|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T07:20:54.540Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:20:54.547Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:21:44.980Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:21:44.984Z||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.
2021-10-23T07:21:44.985Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T07:21:44.986Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:21:44.986Z||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.
2021-10-23T07:21:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T07:21:54.554Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:21:54.554Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:22:44.982Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:22:44.985Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:22:44.986Z||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.
2021-10-23T07:22:44.986Z||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.
2021-10-23T07:22:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T07:22:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T07:22:54.585Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:22:54.588Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:23:44.980Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:23:44.983Z||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.
2021-10-23T07:23:44.983Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T07:23:44.985Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:23:44.986Z||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.
2021-10-23T07:23:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T07:23:54.565Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:23:54.565Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:24:44.981Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:24:44.982Z||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.
2021-10-23T07:24:44.983Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T07:24:44.985Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:24:44.986Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|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.
2021-10-23T07:24:44.986Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T07:24:54.562Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:24:54.568Z|d7fbbedd-39e8-4cef-9333-a30b2feb4b87|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:25:44.980Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:25:44.982Z||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.
2021-10-23T07:25:44.982Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T07:25:44.986Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:25:44.986Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|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.
2021-10-23T07:25:44.986Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T07:25:54.567Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:25:54.572Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:26:44.981Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:26:44.983Z||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.
2021-10-23T07:26:44.983Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T07:26:44.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:26:44.986Z||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.
2021-10-23T07:26:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T07:26:54.557Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:26:54.557Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:27:44.981Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:27:44.983Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T07:27:44.983Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T07:27:44.986Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:27:44.986Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|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.
2021-10-23T07:27:44.986Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T07:27:54.559Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:27:54.561Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:28:44.981Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:28:44.982Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T07:28:44.982Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T07:28:44.985Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:28:44.986Z|8441d611-987f-4a45-a21e-ca0f546baa85|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.
2021-10-23T07:28:44.986Z|8441d611-987f-4a45-a21e-ca0f546baa85|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T07:28:54.555Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:28:54.567Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:29:44.981Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:29:44.983Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T07:29:44.983Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T07:29:44.985Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:29:44.986Z|8441d611-987f-4a45-a21e-ca0f546baa85|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.
2021-10-23T07:29:44.986Z|8441d611-987f-4a45-a21e-ca0f546baa85|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T07:29:54.548Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:29:54.570Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:30:23.107Z||http-nio-8085-exec-5|||||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)
2021-10-23T07:30:44.981Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:30:44.982Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T07:30:44.982Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T07:30:44.985Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:30:44.986Z|8441d611-987f-4a45-a21e-ca0f546baa85|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.
2021-10-23T07:30:44.986Z|8441d611-987f-4a45-a21e-ca0f546baa85|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T07:30:54.529Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:30:54.570Z|8441d611-987f-4a45-a21e-ca0f546baa85|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:31:44.981Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:31:44.983Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T07:31:44.983Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T07:31:44.985Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:31:44.986Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|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.
2021-10-23T07:31:44.986Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T07:31:54.541Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:31:54.544Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:32:44.982Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:32:44.986Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:32:44.986Z||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.
2021-10-23T07:32:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T07:32:44.985Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T07:32:44.989Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T07:32:54.553Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:32:54.559Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:33:44.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:33:44.983Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T07:33:44.984Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T07:33:44.985Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:33:44.986Z||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.
2021-10-23T07:33:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T07:33:54.561Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:33:54.561Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:34:44.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:34:44.980Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T07:34:44.980Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T07:34:44.985Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:34:44.986Z||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.
2021-10-23T07:34:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T07:34:54.575Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:34:54.575Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:35:44.981Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:35:44.982Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T07:35:44.982Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T07:35:44.985Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T07:35:44.986Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|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.
2021-10-23T07:35:44.986Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T07:35:54.560Z|82efdc00-ae9c-4a9e-86a0-8b32cf60d0b2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-23T07:35:54.568Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK