Results

By type

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

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

2022-03-29T09:51:33.163Z||main|||||INFO|500||The following profiles are active: basic
2022-03-29T09:51:47.471Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-29T09:51:47.472Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-29T09:51:47.624Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-29T09:51:52.512Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-29T09:51:52.973Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-29T09:51:53.639Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-29T09:51:53.660Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-29T09:51:53.810Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-29T09:51:54.103Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-29T09:51:54.824Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-29T09:51:56.848Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-29T09:51:59.775Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-29T09:51:59.847Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-29T09:52:00.545Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-29T09:52:00.815Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-03-29T09:52:02.514Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-29T09:52:03.875Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-03-29T09:52:03.897Z||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$$30e71889.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-03-29T09:52:03.898Z||main|||||WARN|500||The sdc end point is not alive
2022-03-29T09:52:07.947Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-03-29T09:52:11.580Z||main|||||WARN|500||---
2022-03-29T09:52:11.580Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-29T09:52:11.581Z||main|||||WARN|500||---
2022-03-29T09:52:12.115Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-29T09:52:18.375Z||main|||||INFO|500||Started Application in 49.653 seconds (JVM running for 52.224)
2022-03-29T09:52:18.407Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-29T09:52:18.409Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-29T09:52:18.426Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-29T09:52:18.474Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-29T09:52:18.534Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 14d8fa49-d598-4f92-a285-a60fd5a5a970 url= /sdc/v1/artifactTypes
2022-03-29T09:52:18.535Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-29T09:52:18.864Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-29T09:52:18.895Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-03-29T09:52:18.925Z||scheduling-1|||||DEBUG|500||create keys
2022-03-29T09:52:18.934Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-29T09:52:18.974Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T09:52:18.993Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= f089c1f9-bc2f-4e76-b8e0-4b4e5acfc135 url= /sdc/v1/registerForDistribution
2022-03-29T09:52:19.260Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= f089c1f9-bc2f-4e76-b8e0-4b4e5acfc135 url= /sdc/v1/registerForDistribution
2022-03-29T09:52:19.261Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-29T09:52:19.274Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T09:52:19.308Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T09:52:19.315Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-29T09:52:19.338Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T09:52:19.338Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T09:52:19.339Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T09:52:19.339Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T09:52:29.677Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T09:52:29.678Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T09:53:19.271Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T09:53:19.272Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T09:53:19.273Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T09:53:19.274Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T09:53:19.275Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T09:53:19.276Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T09:53:28.885Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T09:53:28.885Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T09:54:19.271Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T09:54:19.272Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T09:54:19.273Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zv6HOZJwsw7WzDbA) ...
2022-03-29T09:54:19.274Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T09:54:19.276Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T09:54:19.277Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T09:54:28.854Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T09:54:28.868Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T09:55:19.274Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T09:55:19.272Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T09:55:19.277Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T09:55:19.277Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T09:55:19.278Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T09:55:19.278Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T09:55:28.836Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T09:55:28.837Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T09:56:19.271Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T09:56:19.272Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T09:56:19.273Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T09:56:19.274Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T09:56:19.275Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T09:56:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T09:56:28.829Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T09:56:28.857Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T09:57:19.271Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T09:57:19.272Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T09:57:19.272Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T09:57:19.274Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T09:57:19.275Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T09:57:19.276Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T09:57:28.830Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T09:57:28.834Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T09:58:19.271Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T09:58:19.273Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T09:58:19.273Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T09:58:19.274Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T09:58:19.277Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T09:58:19.277Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T09:58:28.855Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T09:58:28.876Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T09:59:19.271Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T09:59:19.272Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T09:59:19.272Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T09:59:19.274Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T09:59:19.275Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T09:59:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T09:59:28.851Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T09:59:28.936Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:00:19.272Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:00:19.274Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:00:19.279Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:00:19.279Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:00:19.279Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:00:19.280Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:00:28.847Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:00:28.863Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:01:19.271Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:01:19.273Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:01:19.273Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:01:19.274Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:01:19.274Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:01:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:01:28.839Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:01:28.845Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:01:50.035Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-29T10:02:19.271Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:02:19.273Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:02:19.273Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:02:19.274Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:02:19.275Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:02:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:02:28.831Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:02:28.835Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:03:19.271Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:03:19.272Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:03:19.273Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:03:19.274Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:03:19.275Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:03:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:03:28.824Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:03:28.838Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:04:19.271Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:04:19.272Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:04:19.272Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:04:19.274Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:04:19.274Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:04:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:04:28.826Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:04:28.827Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:05:19.271Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:05:19.272Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:05:19.272Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:05:19.274Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:05:19.275Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:05:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:05:28.829Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:05:28.831Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:06:19.271Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:06:19.272Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:06:19.272Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:06:19.274Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:06:19.275Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:06:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:06:28.827Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:06:28.835Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:07:19.271Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:07:19.273Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:07:19.274Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:07:19.274Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:07:19.274Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:07:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:07:28.859Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:07:28.861Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:08:19.271Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:08:19.273Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:08:19.273Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:08:19.274Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:08:19.275Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:08:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:08:28.831Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:08:28.835Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:09:19.271Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:09:19.272Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:09:19.273Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:09:19.274Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:09:19.275Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:09:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:09:28.833Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:09:28.833Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:10:19.271Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:10:19.273Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:10:19.273Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:10:19.274Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:10:19.275Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:10:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:10:28.831Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:10:28.833Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:11:19.271Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:11:19.272Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:11:19.272Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:11:19.274Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:11:19.274Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:11:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:11:28.822Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:11:28.827Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:12:19.271Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:12:19.273Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:12:19.273Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:12:19.274Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:12:19.275Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:12:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:12:28.832Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:12:28.832Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:13:19.271Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:13:19.272Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:13:19.272Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:13:19.274Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:13:19.274Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:13:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:13:28.842Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:13:28.852Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:14:19.271Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:14:19.272Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:14:19.272Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:14:19.274Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:14:19.275Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:14:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:14:28.823Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:14:28.823Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:15:19.273Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:15:19.274Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:15:19.276Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:15:19.276Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:15:19.276Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:15:19.276Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:15:28.835Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:15:28.842Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:16:19.271Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:16:19.273Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:16:19.273Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:16:19.274Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:16:19.275Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:16:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:16:28.836Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:16:28.837Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:17:19.271Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:17:19.272Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:17:19.272Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:17:19.274Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:17:19.274Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:17:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:17:28.834Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:17:28.834Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:18:19.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:18:19.272Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:18:19.272Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:18:19.274Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:18:19.275Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:18:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:18:28.821Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:18:28.822Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:19:19.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:19:19.272Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:19:19.272Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:19:19.274Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:19:19.274Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:19:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:19:28.826Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:19:28.857Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:20:19.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:20:19.272Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:20:19.272Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:20:19.274Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:20:19.274Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:20:19.274Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:20:28.823Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:20:28.826Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:21:19.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:21:19.272Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:21:19.272Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:21:19.274Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:21:19.275Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:21:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:21:28.825Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:21:28.829Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:22:19.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:22:19.272Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:22:19.272Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:22:19.274Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:22:19.274Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:22:19.274Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:22:28.823Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:22:28.840Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:23:19.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:23:19.274Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:23:19.275Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:23:19.275Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:23:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:23:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:23:28.834Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:23:28.835Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:24:19.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:24:19.273Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:24:19.273Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:24:19.274Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:24:19.275Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:24:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:24:28.834Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:24:28.838Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:25:19.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:25:19.272Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:25:19.272Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:25:19.274Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:25:19.275Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:25:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:25:28.846Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:25:28.884Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:26:19.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:26:19.272Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:26:19.272Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:26:19.274Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:26:19.274Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:26:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:26:28.833Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:26:28.835Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:27:19.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:27:19.272Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:27:19.273Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:27:19.274Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:27:19.275Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:27:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:27:28.830Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:27:28.829Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:28:19.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:28:19.273Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:28:19.273Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:28:19.274Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:28:19.274Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:28:19.274Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:28:19.630Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:28:19.633Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:28:19.634Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648549692719,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:28:19.663Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:28:19.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:28:19.663Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "clamp",
  "timestamp": 1648549691686,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:28:19.664Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:28:19.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:28:19.664Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "cds",
  "timestamp": 1648549684626,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:28:19.664Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:28:19.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:28:19.665Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "policy-id",
  "timestamp": 1648549689842,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:28:19.665Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:28:19.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:28:19.665Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648549692719,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/basic_onboard_fkmkkv0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:28:19.666Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:28:19.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:28:19.666Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "clamp",
  "timestamp": 1648549691686,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/basic_onboard_fkmkkv0_modules.json",
  "status": "NOTIFIED"
}
2022-03-29T10:28:19.666Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:28:19.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:28:19.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "cds",
  "timestamp": 1648549684626,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/basic_onboard_fkmkkv0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:28:19.667Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:28:19.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:28:19.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "policy-id",
  "timestamp": 1648549689842,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/basic_onboard_fkmkkv0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:28:19.668Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:28:19.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:28:19.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "clamp",
  "timestamp": 1648549691686,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:28:19.669Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:28:19.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:28:19.669Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648549692719,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:28:19.669Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:28:19.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:28:19.670Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "cds",
  "timestamp": 1648549684626,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:28:19.670Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:28:19.670Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:28:19.670Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "policy-id",
  "timestamp": 1648549689842,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-29T10:28:19.671Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:28:19.671Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:28:19.671Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "clamp",
  "timestamp": 1648549691686,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:28:19.671Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:28:19.672Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:28:19.672Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648549692719,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:28:19.672Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:28:19.672Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:28:19.672Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "cds",
  "timestamp": 1648549684626,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:28:19.673Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:28:19.673Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:28:19.673Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "policy-id",
  "timestamp": 1648549689842,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:28:19.674Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:28:19.675Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:28:19.675Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "clamp",
  "timestamp": 1648549691686,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:28:19.675Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:28:19.675Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:28:19.676Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648549692719,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:28:19.676Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:28:19.676Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:28:19.676Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "policy-id",
  "timestamp": 1648549689842,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:28:19.677Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:28:19.677Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:28:19.677Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "cds",
  "timestamp": 1648549684626,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:28:19.678Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:28:19.918Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:28:19.920Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-29T10:28:19.921Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"86fab6d7-a9ec-4f83-9bc7-9227101e155e","serviceName":"basic_onboard_FKmKkv","serviceVersion":"1.0","serviceUUID":"d143f076-a71a-4947-b7dc-189b96da96e1","serviceDescription":"service","serviceInvariantUUID":"544584fa-2e0e-4420-b0f6-5b78743ff43c","resources":[{"resourceInstanceName":"basic_onboard_FKmKkv 0","resourceName":"basic_onboard_FKmKkv","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"01d190a4-384d-4c0f-b155-59c5a51a786d","resourceInvariantUUID":"9091045e-cd68-4f24-982e-335d6318a3b3","resourceCustomizationUUID":"7e23ecbf-ceff-4fcc-98cb-084a68d24a1f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/vf-license-model.xml","artifactChecksum":"MjYwNmMzMTUyNGZhYzUwN2NkZTMwNDlkZmYwODdmZjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"86fb1d27-06af-4bb9-9854-eab23f6d3c2f","artifactVersion":"1"},{"artifactName":"basic_onboard_fkmkkv0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/basic_onboard_fkmkkv0_modules.json","artifactChecksum":"NDQ0YTI4Y2IxYzUyOWU3YzY0NGE2Mzk0Mjg5YjBmMTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3191b114-b057-4fd2-ad9b-4dfee775002f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9a2f2a91-20b6-4c80-be00-abd2d7bed686","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9d57d7a2-362c-44f3-8653-7b11012d2516","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"eebfed60-582f-4266-931f-d2ca17b653d6","artifactVersion":"2","generatedFromUUID":"9a2f2a91-20b6-4c80-be00-abd2d7bed686"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardFkmkkv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-template.yml","artifactChecksum":"ZjdiOTZjNDJkYWM3OGQ0NDk2ZTcxZDMxOTQ2MDMzODc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4aaaf16b-10b9-40bb-9fce-573552645893","artifactVersion":"1"},{"artifactName":"service-BasicOnboardFkmkkv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-csar.csar","artifactChecksum":"Mzc5Zjg2Y2NjNDM4ZDMxNjdkOWQzY2M2YThkZWZkOWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bc8d98b0-505c-4029-9bdd-36082a1d2aa0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-29T10:28:19.932Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:28:19.945Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:28:19.960Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:28:19.961Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648549699271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:28:20.061Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-03-29T10:28:20.066Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:28:20.066Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:28:20.081Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:28:20.082Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:28:20.970Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:28:20.971Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:28:20.974Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:28:20.974Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648549699271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/basic_onboard_fkmkkv0_modules.json",
  "status": "NOTIFIED"
}
2022-03-29T10:28:21.074Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:28:21.076Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:28:21.076Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:28:21.109Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:28:21.111Z||pool-4-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:28:21.976Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:28:21.977Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:28:21.984Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:28:21.985Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648549699271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-29T10:28:22.080Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-03-29T10:28:22.081Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:28:22.082Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:28:22.106Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:28:22.107Z||pool-5-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:28:22.986Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:28:22.987Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:28:22.990Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:28:22.990Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648549699271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:28:23.090Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:28:23.091Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:28:23.091Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:28:23.109Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:28:23.110Z||pool-6-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:28:23.990Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:28:23.992Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:28:23.994Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:28:23.995Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648549699271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-29T10:28:24.095Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:28:24.096Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:28:24.096Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:28:24.109Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:28:24.109Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:28:24.995Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:28:24.998Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:28:25.000Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:28:25.001Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648549699271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:28:25.101Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:28:25.103Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:28:25.103Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:28:25.118Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:28:25.119Z||pool-8-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-03-29T10:28:26.001Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:28:26.002Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:28:26.005Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:28:26.005Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648549699271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:28:26.108Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-03-29T10:28:26.109Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:28:26.110Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:28:26.121Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:28:26.122Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:28:27.007Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "serviceName": "basic_onboard_FKmKkv",
  "serviceVersion": "1.0",
  "serviceUUID": "d143f076-a71a-4947-b7dc-189b96da96e1",
  "serviceDescription": "service",
  "serviceInvariantUUID": "544584fa-2e0e-4420-b0f6-5b78743ff43c",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_FKmKkv 0",
      "resourceCustomizationUUID": "7e23ecbf-ceff-4fcc-98cb-084a68d24a1f",
      "resourceName": "basic_onboard_FKmKkv",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "01d190a4-384d-4c0f-b155-59c5a51a786d",
      "resourceInvariantUUID": "9091045e-cd68-4f24-982e-335d6318a3b3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_fkmkkv0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/basic_onboard_fkmkkv0_modules.json",
          "artifactChecksum": "NDQ0YTI4Y2IxYzUyOWU3YzY0NGE2Mzk0Mjg5YjBmMTc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3191b114-b057-4fd2-ad9b-4dfee775002f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "9a2f2a91-20b6-4c80-be00-abd2d7bed686",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "eebfed60-582f-4266-931f-d2ca17b653d6",
            "generatedFromUUID": "9a2f2a91-20b6-4c80-be00-abd2d7bed686"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "eebfed60-582f-4266-931f-d2ca17b653d6",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardFkmkkv-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-csar.csar",
      "artifactChecksum": "Mzc5Zjg2Y2NjNDM4ZDMxNjdkOWQzY2M2YThkZWZkOWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bc8d98b0-505c-4029-9bdd-36082a1d2aa0"
    }
  ],
  "workloadContext": "Production"
}
2022-03-29T10:28:27.011Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-29T10:28:27.012Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d143f076-a71a-4947-b7dc-189b96da96e1 ASDC
2022-03-29T10:28:27.156Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:86fab6d7-a9ec-4f83-9bc7-9227101e155e
ServiceName:basic_onboard_FKmKkv
ServiceVersion:1.0
ServiceUUID:d143f076-a71a-4947-b7dc-189b96da96e1
ServiceInvariantUUID:544584fa-2e0e-4420-b0f6-5b78743ff43c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardFkmkkv-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-csar.csar
ArtifactUUID:bc8d98b0-505c-4029-9bdd-36082a1d2aa0
ArtifactChecksum:Mzc5Zjg2Y2NjNDM4ZDMxNjdkOWQzY2M2YThkZWZkOWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_FKmKkv 0
ResourceCustomizationUUID:7e23ecbf-ceff-4fcc-98cb-084a68d24a1f
ResourceInvariantUUID:9091045e-cd68-4f24-982e-335d6318a3b3
ResourceName:basic_onboard_FKmKkv
ResourceType:VF
ResourceUUID:01d190a4-384d-4c0f-b155-59c5a51a786d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_fkmkkv0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/basic_onboard_fkmkkv0_modules.json
ArtifactUUID:3191b114-b057-4fd2-ad9b-4dfee775002f
ArtifactChecksum:NDQ0YTI4Y2IxYzUyOWU3YzY0NGE2Mzk0Mjg5YjBmMTc=
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/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.yaml
ArtifactUUID:9a2f2a91-20b6-4c80-be00-abd2d7bed686
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/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.env
ArtifactUUID:eebfed60-582f-4266-931f-d2ca17b653d6
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/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.env
ArtifactUUID:eebfed60-582f-4266-931f-d2ca17b653d6
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-29T10:28:27.156Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d143f076-a71a-4947-b7dc-189b96da96e1 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-29T10:28:27.436Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-29T10:28:27.437Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-29T10:28:27.439Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-29T10:28:27.439Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: bc8d98b0-505c-4029-9bdd-36082a1d2aa0 from URL: /sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-csar.csar
2022-03-29T10:28:27.439Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-29T10:28:27.441Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-csar.csar
2022-03-29T10:28:27.793Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-29T10:28:27.812Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-csar.csar bc8d98b0-505c-4029-9bdd-36082a1d2aa0 71591
2022-03-29T10:28:27.814Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-csar.csar ASDC sendASDCNotification
2022-03-29T10:28:27.814Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-csar.csar
2022-03-29T10:28:27.815Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-29T10:28:27.816Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:28:27.818Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:28:27.818Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648549707812,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:28:27.919Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-29T10:28:27.920Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:28:27.920Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:28:27.935Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:28:27.936Z||pool-10-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:28:28.819Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-29T10:28:28.821Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-29T10:28:28.821Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: bc8d98b0-505c-4029-9bdd-36082a1d2aa0, URL: /sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-csar.csar to file: /app/ASDC/1/service-BasicOnboardFkmkkv-csar.csar
2022-03-29T10:28:28.822Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardFkmkkv-csar.csar
2022-03-29T10:28:28.921Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardFkmkkv-csar.csar
2022-03-29T10:28:28.921Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardFkmkkv-csar.csar
2022-03-29T10:28:29.763Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6313303386640351643/Definitions/service-BasicOnboardFkmkkv-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-03-29T10:28:32.498Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-29T10:28:32.503Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-29T10:28:32.504Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardFkmkkv-csar.csar
2022-03-29T10:28:32.504Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-29T10:28:32.504Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_FKmKkv 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-BasicOnboardFkmkkv-csar.csar
2022-03-29T10:28:32.504Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||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-BasicOnboardFkmkkv-csar.csar
2022-03-29T10:28:32.504Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardFkmkkv-csar.csar
2022-03-29T10:28:32.504Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardFkmkkv-csar.csar
2022-03-29T10:28:32.505Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardFkmkkv-csar.csar
2022-03-29T10:28:32.505Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardFkmkkv-csar.csar
2022-03-29T10:28:32.505Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardFkmkkv-csar.csar
2022-03-29T10:28:32.505Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardFkmkkv-csar.csar
2022-03-29T10:28:32.505Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardFkmkkv-csar.csar
2022-03-29T10:28:32.505Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-29T10:28:32.512Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:28:32.514Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_FKmKkv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:28:32.519Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_FKmKkv 0 is matching search criteria
2022-03-29T10:28:32.519Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-29T10:28:32.521Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_FKmKkv 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-29T10:28:32.522Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:28:32.523Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_FKmKkv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:28:32.523Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_FKmKkv 0 is matching search criteria
2022-03-29T10:28:32.523Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-29T10:28:32.523Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_FKmKkv 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-29T10:28:32.523Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:28:32.524Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_FKmKkv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:28:32.527Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:28:32.528Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_FKmKkv 0 is not matching search criteria
2022-03-29T10:28:32.528Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-29T10:28:32.528Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-29T10:28:32.528Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-29T10:28:32.528Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-29T10:28:32.528Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-29T10:28:32.528Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:28:32.529Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_FKmKkv is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-29T10:28:32.530Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:28:32.530Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_FKmKkv 0 is matching search criteria
2022-03-29T10:28:32.530Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_FKmKkv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-29T10:28:32.531Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:28:32.531Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_FKmKkv 0 is matching search criteria
2022-03-29T10:28:32.531Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_FKmKkv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-29T10:28:32.531Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:28:32.531Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_FKmKkv 0 is matching search criteria
2022-03-29T10:28:32.532Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_FKmKkv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-29T10:28:32.532Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:28:32.532Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_FKmKkv 0 is not matching search criteria
2022-03-29T10:28:32.532Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-29T10:28:32.532Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-29T10:28:32.532Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=59f2215b-c3e5-4346-9a39-141c2ec5b4b8
2022-03-29T10:28:32.533Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:28:32.533Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_FKmKkv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:28:32.533Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:28:32.533Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_FKmKkv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:28:32.533Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:28:32.533Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_FKmKkv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:28:32.534Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:28:32.534Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_FKmKkv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:28:32.534Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_FKmKkv
Description:service
Model UUID:d143f076-a71a-4947-b7dc-189b96da96e1
Model Version:NULL
Model InvariantUuid:544584fa-2e0e-4420-b0f6-5b78743ff43c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_FKmKkv
Model UUID:f6ae0ea0-a114-4da5-a861-9bd7cfc8672d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9091045e-cd68-4f24-982e-335d6318a3b3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7e23ecbf-ceff-4fcc-98cb-084a68d24a1f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1c2cd5d3-3ffb-495b-9225-564104575e98
ModelName:BasicOnboardFkmkkv..base_ubuntu18..module-0
ModelUuid:fbaba74a-89b1-4d23-a2fd-d317911eb1a8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:59f2215b-c3e5-4346-9a39-141c2ec5b4b8
ModelInvariantUuid:05574b04-a195-4ab0-98c2-2a703453d2c0
ModelName:basic_onboard_FKmKkv-nodes.ubuntu18Cvfc
ModelUuid:224b6710-1c13-4742-a360-4d111d92ce2d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:91ed1ff2-c27e-46bb-8fa2-d778ad636416
ModelInvariantUuid:e59ad9c9-45ad-46bd-9872-5dea0341e741
ModelName:BasicOnboardFkmkkv.compute.nodes.heat.ubuntu18
ModelUuid:215df70f-5255-4b76-a616-cc0d6c99e669
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-29T10:28:32.563Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 01d190a4-384d-4c0f-b155-59c5a51a786d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-29T10:28:32.702Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||basic_onboard_FKmKkv 0
2022-03-29T10:28:32.710Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 01d190a4-384d-4c0f-b155-59c5a51a786d
2022-03-29T10:28:32.710Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3191b114-b057-4fd2-ad9b-4dfee775002f from URL: /sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/basic_onboard_fkmkkv0_modules.json
2022-03-29T10:28:32.710Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-29T10:28:32.710Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/basic_onboard_fkmkkv0_modules.json
2022-03-29T10:28:32.871Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-29T10:28:32.872Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/basic_onboard_fkmkkv0_modules.json 3191b114-b057-4fd2-ad9b-4dfee775002f 798
2022-03-29T10:28:32.873Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/basic_onboard_fkmkkv0_modules.json ASDC sendASDCNotification
2022-03-29T10:28:32.873Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/basic_onboard_fkmkkv0_modules.json
2022-03-29T10:28:32.873Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-29T10:28:32.873Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:28:32.876Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:28:32.877Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648549712873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/basic_onboard_fkmkkv0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:28:32.977Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:28:32.978Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:28:32.978Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:28:32.989Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:28:32.990Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:28:33.878Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardFkmkkv..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "1c2cd5d3-3ffb-495b-9225-564104575e98",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fbaba74a-89b1-4d23-a2fd-d317911eb1a8",
    "vfModuleModelCustomizationUUID": "435db101-5495-4d43-984e-cf12f587fd5f",
    "isBase": true,
    "artifacts": [
      "9a2f2a91-20b6-4c80-be00-abd2d7bed686",
      "eebfed60-582f-4266-931f-d2ca17b653d6"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-29T10:28:33.892Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardFkmkkv..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fbaba74a-89b1-4d23-a2fd-d317911eb1a8
VfModuleModelInvariantUUID:1c2cd5d3-3ffb-495b-9225-564104575e98
VfModuleModelDescription:NULL
Artifacts UUID List:{
9a2f2a91-20b6-4c80-be00-abd2d7bed686
,
eebfed60-582f-4266-931f-d2ca17b653d6

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

isBase:true


}

2022-03-29T10:28:33.895Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardFkmkkv..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "1c2cd5d3-3ffb-495b-9225-564104575e98",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fbaba74a-89b1-4d23-a2fd-d317911eb1a8",
    "vfModuleModelCustomizationUUID": "435db101-5495-4d43-984e-cf12f587fd5f",
    "isBase": true,
    "artifacts": [
      "9a2f2a91-20b6-4c80-be00-abd2d7bed686",
      "eebfed60-582f-4266-931f-d2ca17b653d6"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-29T10:28:33.895Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardFkmkkv..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fbaba74a-89b1-4d23-a2fd-d317911eb1a8
VfModuleModelInvariantUUID:1c2cd5d3-3ffb-495b-9225-564104575e98
VfModuleModelDescription:NULL
Artifacts UUID List:{
9a2f2a91-20b6-4c80-be00-abd2d7bed686
,
eebfed60-582f-4266-931f-d2ca17b653d6

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

isBase:true


}

2022-03-29T10:28:33.895Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9a2f2a91-20b6-4c80-be00-abd2d7bed686 from URL: /sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.yaml
2022-03-29T10:28:33.896Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-29T10:28:33.896Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.yaml
2022-03-29T10:28:33.988Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-29T10:28:33.989Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.yaml 9a2f2a91-20b6-4c80-be00-abd2d7bed686 5033
2022-03-29T10:28:33.989Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-29T10:28:33.989Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.yaml
2022-03-29T10:28:33.990Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-29T10:28:33.990Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:28:33.993Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:28:33.993Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648549713989,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:28:34.093Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:28:34.095Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:28:34.095Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:28:34.109Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:28:34.111Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:28:34.994Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: eebfed60-582f-4266-931f-d2ca17b653d6 from URL: /sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.env
2022-03-29T10:28:34.994Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-29T10:28:34.994Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.env
2022-03-29T10:28:35.356Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-29T10:28:35.356Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.env eebfed60-582f-4266-931f-d2ca17b653d6 909
2022-03-29T10:28:35.357Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-29T10:28:35.357Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.env
2022-03-29T10:28:35.357Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-29T10:28:35.357Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:28:35.363Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:28:35.363Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648549715357,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:28:35.467Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-03-29T10:28:35.475Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:28:35.476Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:28:35.489Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:28:35.490Z||pool-13-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:28:36.364Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: d143f076-a71a-4947-b7dc-189b96da96e1
2022-03-29T10:28:36.365Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_FKmKkv 0 01d190a4-384d-4c0f-b155-59c5a51a786d ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-29T10:28:36.409Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5fbadff9, org.onap.sdc.toscaparser.api.parameters.Input@6b1ade78, org.onap.sdc.toscaparser.api.parameters.Input@188768b3, org.onap.sdc.toscaparser.api.parameters.Input@42f46979, org.onap.sdc.toscaparser.api.parameters.Input@4b3823c9]
2022-03-29T10:28:36.415Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:28:36.415Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_FKmKkv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:28:36.416Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-03-29T10:28:36.416Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 7e23ecbf-ceff-4fcc-98cb-084a68d24a1f
2022-03-29T10:28:36.416Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7e23ecbf-ceff-4fcc-98cb-084a68d24a1f matches Tosca VF Customization UUID: 7e23ecbf-ceff-4fcc-98cb-084a68d24a1f
2022-03-29T10:28:36.417Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 7e23ecbf-ceff-4fcc-98cb-084a68d24a1f  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-29T10:28:36.426Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:28:36.426Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_FKmKkv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:28:36.428Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 7e23ecbf-ceff-4fcc-98cb-084a68d24a1f: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-03-29T10:28:36.428Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5d6c178
2022-03-29T10:28:36.428Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:28:36.429Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_FKmKkv is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-29T10:28:36.429Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 435db101-5495-4d43-984e-cf12f587fd5f
2022-03-29T10:28:36.430Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 435db101-5495-4d43-984e-cf12f587fd5f
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-29T10:28:36.437Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:28:36.437Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_FKmKkv 0 is matching search criteria
2022-03-29T10:28:36.437Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_FKmKkv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-29T10:28:36.438Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:28:36.439Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_FKmKkv 0 is matching search criteria
2022-03-29T10:28:36.439Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_FKmKkv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-29T10:28:36.439Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:28:36.440Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_FKmKkv 0 is not matching search criteria
2022-03-29T10:28:36.440Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-29T10:28:36.440Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-29T10:28:36.440Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=59f2215b-c3e5-4346-9a39-141c2ec5b4b8
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-29T10:28:36.448Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:28:36.449Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_FKmKkv 0 is matching search criteria
2022-03-29T10:28:36.449Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_FKmKkv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-29T10:28:36.450Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:28:36.450Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_FKmKkv 0 is matching search criteria
2022-03-29T10:28:36.450Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_FKmKkv 0] matching following query criteria: sdcType=VF, customizationUUID=7e23ecbf-ceff-4fcc-98cb-084a68d24a1f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-29T10:28:36.453Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:28:36.454Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_FKmKkv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:28:36.454Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid d143f076-a71a-4947-b7dc-189b96da96e1: basic_onboard_FKmKkv
2022-03-29T10:28:36.455Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:28:36.455Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_FKmKkv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:28:36.455Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:28:36.455Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_FKmKkv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:28:36.456Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:28:36.456Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_FKmKkv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:28:36.457Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:28:36.457Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_FKmKkv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:28:36.457Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:28:36.457Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_FKmKkv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:28:36.458Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_FKmKkv 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-29T10:28:36.625Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_FKmKkv 01d190a4-384d-4c0f-b155-59c5a51a786d 1 ASDC deployResourceStructure
2022-03-29T10:28:36.625Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/basic_onboard_fkmkkv0_modules.json ASDC sendASDCNotification
2022-03-29T10:28:36.626Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/basic_onboard_fkmkkv0_modules.json
2022-03-29T10:28:36.626Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-29T10:28:36.626Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:28:36.628Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:28:36.628Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648549716625,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/basic_onboard_fkmkkv0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-29T10:28:36.728Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:28:36.730Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:28:36.730Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:28:36.742Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:28:36.743Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:28:37.629Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-29T10:28:37.630Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.yaml
2022-03-29T10:28:37.630Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-29T10:28:37.630Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:28:37.632Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:28:37.633Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648549717629,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-29T10:28:37.733Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:28:37.734Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:28:37.734Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:28:37.763Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:28:37.764Z||pool-15-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:28:38.634Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-29T10:28:38.634Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.env
2022-03-29T10:28:38.635Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-29T10:28:38.635Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:28:38.637Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:28:38.638Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648549718634,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-29T10:28:38.737Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-29T10:28:38.738Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:28:38.738Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:28:38.755Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:28:38.757Z||pool-16-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-03-29T10:28:39.639Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-csar.csar ASDC sendASDCNotification
2022-03-29T10:28:39.639Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-csar.csar
2022-03-29T10:28:39.639Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-29T10:28:39.640Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:28:39.642Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:28:39.642Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648549719638,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-29T10:28:39.742Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:28:39.743Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:28:39.744Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:28:39.771Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:28:39.772Z||pool-17-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:28:40.643Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 86fab6d7-a9ec-4f83-9bc7-9227101e155e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-29T10:28:40.683Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 86fab6d7-a9ec-4f83-9bc7-9227101e155e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-29T10:28:40.686Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-29T10:28:40.687Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-29T10:28:40.687Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-29T10:29:10.687Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 86fab6d7-a9ec-4f83-9bc7-9227101e155e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-29T10:29:10.700Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 86fab6d7-a9ec-4f83-9bc7-9227101e155e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-29T10:29:10.705Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-29T10:29:10.705Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-29T10:29:10.706Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-29T10:29:19.274Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:29:19.275Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:29:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:29:19.308Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:29:19.309Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:29:19.309Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "clamp",
  "timestamp": 1648549691686,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:29:19.310Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:29:40.706Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 86fab6d7-a9ec-4f83-9bc7-9227101e155e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-29T10:29:40.717Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 86fab6d7-a9ec-4f83-9bc7-9227101e155e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-29T10:29:40.720Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-29T10:29:40.720Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-29T10:29:40.721Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-29T10:30:10.721Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 86fab6d7-a9ec-4f83-9bc7-9227101e155e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-29T10:30:10.732Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 86fab6d7-a9ec-4f83-9bc7-9227101e155e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-29T10:30:10.735Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-29T10:30:10.735Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-29T10:30:10.735Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-29T10:30:19.274Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:30:19.275Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:30:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:30:19.301Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:30:19.302Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:30:19.302Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648549692719,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:30:19.303Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:30:40.736Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 86fab6d7-a9ec-4f83-9bc7-9227101e155e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-29T10:30:40.755Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 86fab6d7-a9ec-4f83-9bc7-9227101e155e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-29T10:30:40.761Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-29T10:30:40.762Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-29T10:30:40.763Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-29T10:31:10.764Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 86fab6d7-a9ec-4f83-9bc7-9227101e155e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-29T10:31:10.778Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 86fab6d7-a9ec-4f83-9bc7-9227101e155e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-29T10:31:10.781Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-29T10:31:10.781Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-29T10:31:10.782Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-29T10:31:19.274Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:31:19.275Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:31:19.276Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:31:19.810Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:31:19.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.814Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "cds",
  "timestamp": 1648549684626,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:31:19.815Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:31:19.816Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.816Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "policy-id",
  "timestamp": 1648549689842,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:31:19.816Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:31:19.816Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.816Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648549698969,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:31:19.817Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:31:19.817Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.817Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648549699271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:31:19.817Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:31:19.817Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.818Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "clamp",
  "timestamp": 1648549691686,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:31:19.818Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:31:19.818Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.818Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648549692719,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:31:19.818Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:31:19.819Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.819Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "cds",
  "timestamp": 1648549684626,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:31:19.819Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:31:19.819Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.820Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "policy-id",
  "timestamp": 1648549689842,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:31:19.820Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:31:19.820Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.820Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648549698969,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/basic_onboard_fkmkkv0_modules.json",
  "status": "NOTIFIED"
}
2022-03-29T10:31:19.820Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:31:19.820Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.821Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648549699271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/basic_onboard_fkmkkv0_modules.json",
  "status": "NOTIFIED"
}
2022-03-29T10:31:19.821Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:31:19.821Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.821Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648549698969,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-29T10:31:19.821Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:31:19.822Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.822Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648549699271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-29T10:31:19.822Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:31:19.822Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.822Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "cds",
  "timestamp": 1648549702364,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:31:19.823Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:31:19.823Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.823Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "policy-id",
  "timestamp": 1648549702361,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:31:19.823Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:31:19.823Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.823Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648549698969,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:31:19.824Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:31:19.824Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.824Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648549699271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:31:19.824Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:31:19.824Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.824Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "cds",
  "timestamp": 1648549703387,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-29T10:31:19.834Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 86fab6d7-a9ec-4f83-9bc7-9227101e155e
2022-03-29T10:31:19.834Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86fab6d7-a9ec-4f83-9bc7-9227101e155e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-29T10:31:19.844Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.845Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "policy-id",
  "timestamp": 1648549703369,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-29T10:31:19.846Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:31:19.846Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.846Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648549698969,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-29T10:31:19.847Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:31:19.848Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.848Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648549699271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-29T10:31:19.849Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:31:19.849Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.849Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "policy-id",
  "timestamp": 1648549704376,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-29T10:31:19.860Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 86fab6d7-a9ec-4f83-9bc7-9227101e155e
2022-03-29T10:31:19.861Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86fab6d7-a9ec-4f83-9bc7-9227101e155e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-29T10:31:19.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648549698969,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:31:19.872Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:31:19.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.872Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648549699271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:31:19.873Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:31:19.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648549698969,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:31:19.873Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:31:19.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648549699271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:31:19.874Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:31:19.874Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.874Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648549706997,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/basic_onboard_fkmkkv0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:31:19.874Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:31:19.874Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.874Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648549707812,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:31:19.875Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:31:19.875Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.875Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648549708552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:31:19.875Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:31:19.875Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.875Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648549710187,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:31:19.876Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:31:19.876Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.876Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "aai-ml",
  "timestamp": 1648549710652,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:31:19.876Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:31:19.876Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.876Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "aai-ml",
  "timestamp": 1648549710652,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/basic_onboard_fkmkkv0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:31:19.876Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:31:19.876Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.877Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648549711324,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-29T10:31:19.885Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 86fab6d7-a9ec-4f83-9bc7-9227101e155e
2022-03-29T10:31:19.886Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86fab6d7-a9ec-4f83-9bc7-9227101e155e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-29T10:31:19.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648549710969,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:31:19.898Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:31:19.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "aai-ml",
  "timestamp": 1648549710652,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:31:19.899Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:31:19.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648549712329,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/basic_onboard_fkmkkv0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-29T10:31:19.899Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:31:19.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648549710969,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/basic_onboard_fkmkkv0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:31:19.900Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:31:19.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648549712873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/basic_onboard_fkmkkv0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:31:19.901Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:31:19.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "clamp",
  "timestamp": 1648549713063,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:31:19.902Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:31:19.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "aai-ml",
  "timestamp": 1648549710652,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:31:19.902Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:31:19.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648549710969,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:31:19.903Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:31:19.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648549713989,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:31:19.903Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:31:19.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "aai-ml",
  "timestamp": 1648549710652,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:31:19.904Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:31:19.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648549710969,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:31:19.904Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:31:19.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "clamp",
  "timestamp": 1648549715080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-29T10:31:19.905Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:31:19.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "aai-ml",
  "timestamp": 1648549710652,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:31:19.905Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:31:19.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648549715357,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:31:19.906Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:31:19.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.906Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648549710969,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:31:19.906Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:31:19.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "clamp",
  "timestamp": 1648549716086,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-29T10:31:19.912Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 86fab6d7-a9ec-4f83-9bc7-9227101e155e
2022-03-29T10:31:19.913Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86fab6d7-a9ec-4f83-9bc7-9227101e155e and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-29T10:31:19.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.922Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "aai-ml",
  "timestamp": 1648549710652,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:31:19.922Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:31:19.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.923Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648549716625,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/basic_onboard_fkmkkv0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-29T10:31:19.923Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:31:19.923Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.923Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648549710969,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:31:19.923Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:31:19.924Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.924Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648549717629,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-29T10:31:19.924Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:31:19.924Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.924Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648549710969,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:31:19.925Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:31:19.925Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.925Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "aai-ml",
  "timestamp": 1648549719105,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:31:19.925Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:31:19.925Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.926Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648549718634,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-29T10:31:19.926Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:31:19.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.926Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648549719203,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:31:19.926Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:31:19.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.927Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648549719638,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-29T10:31:19.927Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:31:19.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.927Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648549725082,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-29T10:31:19.928Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:31:19.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.928Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648549726088,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-29T10:31:19.938Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 86fab6d7-a9ec-4f83-9bc7-9227101e155e
2022-03-29T10:31:19.939Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86fab6d7-a9ec-4f83-9bc7-9227101e155e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-29T10:31:19.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.948Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "aai-ml",
  "timestamp": 1648549735221,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-29T10:31:19.948Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:31:19.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.948Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "aai-ml",
  "timestamp": 1648549736225,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-29T10:31:19.954Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 86fab6d7-a9ec-4f83-9bc7-9227101e155e
2022-03-29T10:31:19.954Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86fab6d7-a9ec-4f83-9bc7-9227101e155e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-29T10:31:40.782Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 86fab6d7-a9ec-4f83-9bc7-9227101e155e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-29T10:31:40.804Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 86fab6d7-a9ec-4f83-9bc7-9227101e155e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-29T10:31:40.822Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-29T10:31:40.822Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-29T10:31:40.823Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-29T10:31:40.823Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-29T10:31:40.824Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-29T10:31:40.824Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-29T10:31:40.824Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-29T10:31:40.826Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-29T10:31:40.826Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-29T10:31:40.826Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-29T10:31:40.827Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-29T10:31:40.844Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-29T10:32:10.844Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 86fab6d7-a9ec-4f83-9bc7-9227101e155e and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-29T10:32:10.860Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 86fab6d7-a9ec-4f83-9bc7-9227101e155e and serviceModelVersionId: d143f076-a71a-4947-b7dc-189b96da96e1
2022-03-29T10:32:10.861Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 544584fa-2e0e-4420-b0f6-5b78743ff43c
2022-03-29T10:32:19.274Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:32:19.275Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:32:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:32:19.911Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:32:19.913Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.913Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648549878970,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:32:19.914Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:32:19.914Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.915Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "cds",
  "timestamp": 1648549879626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:32:19.915Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:32:19.915Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.915Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648549878970,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vfwb50ed7c09c780_modules.json",
  "status": "NOTIFIED"
}
2022-03-29T10:32:19.915Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:32:19.915Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.915Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "cds",
  "timestamp": 1648549879626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vfwb50ed7c09c780_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:32:19.915Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:32:19.916Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.916Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648549878970,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-29T10:32:19.916Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:32:19.916Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.916Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "cds",
  "timestamp": 1648549879626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:32:19.916Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:32:19.917Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.917Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648549878970,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:32:19.918Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:32:19.918Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.919Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "cds",
  "timestamp": 1648549879626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:32:19.919Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:32:19.919Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.919Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648549878970,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-29T10:32:19.920Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:32:19.920Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.920Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "cds",
  "timestamp": 1648549879626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:32:19.920Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:32:19.921Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.921Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648549878970,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:32:19.921Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:32:19.921Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.921Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "cds",
  "timestamp": 1648549879626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:32:19.922Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:32:19.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.922Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648549878970,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:32:19.922Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:32:19.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.923Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "cds",
  "timestamp": 1648549879626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:32:19.923Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:32:19.923Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.923Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "aai-ml",
  "timestamp": 1648549890652,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:32:19.923Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:32:19.924Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.924Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "policy-id",
  "timestamp": 1648549889842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:32:19.924Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:32:19.924Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.924Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648549890576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vfwb50ed7c09c780_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:32:19.925Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:32:19.925Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.925Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "cds",
  "timestamp": 1648549890834,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:32:19.925Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:32:19.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.926Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "aai-ml",
  "timestamp": 1648549890652,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vfwb50ed7c09c780_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:32:19.926Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:32:19.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.930Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "policy-id",
  "timestamp": 1648549889842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vfwb50ed7c09c780_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:32:19.931Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:32:19.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.931Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648549890964,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:32:19.931Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:32:19.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.932Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "cds",
  "timestamp": 1648549891841,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-29T10:32:19.950Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 53a0c21d-04be-427a-b1c4-207a32e7abfc
2022-03-29T10:32:19.951Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53a0c21d-04be-427a-b1c4-207a32e7abfc and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-29T10:32:19.961Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.961Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "aai-ml",
  "timestamp": 1648549890652,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:32:19.980Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:32:19.980Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.980Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648549892273,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:32:19.981Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:32:19.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.981Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "policy-id",
  "timestamp": 1648549889842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-29T10:32:19.981Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:32:19.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648549890964,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vfwb50ed7c09c780_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:32:19.982Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:32:19.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "aai-ml",
  "timestamp": 1648549890652,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:32:19.983Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:32:19.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648549892719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:32:19.983Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:32:19.984Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.984Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "policy-id",
  "timestamp": 1648549889842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:32:19.984Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:32:19.984Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.985Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648549893551,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:32:19.985Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:32:19.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.985Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648549890964,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:32:19.986Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:32:19.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.986Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "aai-ml",
  "timestamp": 1648549890652,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:32:19.986Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:32:19.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648549892719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vfwb50ed7c09c780_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:32:19.987Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:32:19.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "policy-id",
  "timestamp": 1648549889842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:32:19.988Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:32:19.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.990Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648549894586,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-29T10:32:20.005Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 53a0c21d-04be-427a-b1c4-207a32e7abfc
2022-03-29T10:32:20.006Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53a0c21d-04be-427a-b1c4-207a32e7abfc and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-29T10:32:20.020Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:20.020Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648549890964,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:32:20.021Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:32:20.021Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:20.021Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "aai-ml",
  "timestamp": 1648549890652,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:32:20.021Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:32:20.021Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:20.021Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648549892719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:32:20.022Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:32:20.022Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:20.022Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "policy-id",
  "timestamp": 1648549889842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:32:20.022Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:32:20.022Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:20.022Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648549895592,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vfwb50ed7c09c780_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-29T10:32:20.022Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:32:20.023Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:20.023Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648549890964,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:32:20.023Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:32:20.023Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:20.023Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "aai-ml",
  "timestamp": 1648549890652,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:32:20.023Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:32:20.023Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:20.023Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648549892719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:32:20.023Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:32:20.024Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:20.024Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "policy-id",
  "timestamp": 1648549889842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:32:20.024Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:32:20.024Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:20.024Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648549890964,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:32:20.024Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:32:20.024Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:20.024Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648549892719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:32:20.025Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:32:20.025Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:20.025Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648549890964,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:32:20.025Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:32:20.025Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:20.025Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "aai-ml",
  "timestamp": 1648549898982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:32:20.026Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:32:20.026Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:20.026Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "policy-id",
  "timestamp": 1648549898108,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:32:20.026Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:32:20.026Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:20.026Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648549892719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:32:20.027Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:32:20.027Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:20.027Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648549898963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:32:20.027Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:32:20.027Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:20.028Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "policy-id",
  "timestamp": 1648549899112,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-29T10:32:20.028Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:32:20.028Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:20.028Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648549892719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:32:20.028Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:32:20.028Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:20.028Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "policy-id",
  "timestamp": 1648549900117,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-29T10:32:20.036Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 53a0c21d-04be-427a-b1c4-207a32e7abfc
2022-03-29T10:32:20.036Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53a0c21d-04be-427a-b1c4-207a32e7abfc and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-29T10:32:20.044Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:20.044Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "clamp",
  "timestamp": 1648549901687,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:32:20.044Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:32:20.044Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:20.044Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648549903027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-29T10:32:20.044Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:32:20.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:20.045Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "clamp",
  "timestamp": 1648549901687,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vfwb50ed7c09c780_modules.json",
  "status": "NOTIFIED"
}
2022-03-29T10:32:20.045Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:32:20.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:20.045Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648549904032,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-29T10:32:20.049Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 53a0c21d-04be-427a-b1c4-207a32e7abfc
2022-03-29T10:32:20.050Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53a0c21d-04be-427a-b1c4-207a32e7abfc and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-29T10:32:20.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:20.058Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "clamp",
  "timestamp": 1648549901687,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:32:20.059Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:32:20.059Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:20.059Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "clamp",
  "timestamp": 1648549901687,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:32:20.059Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:32:20.059Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:20.059Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "clamp",
  "timestamp": 1648549901687,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:32:20.059Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:32:20.059Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:20.059Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "clamp",
  "timestamp": 1648549901687,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:32:20.060Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:32:20.060Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:20.060Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "clamp",
  "timestamp": 1648549901687,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:32:20.060Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:32:20.060Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:20.061Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "aai-ml",
  "timestamp": 1648549912609,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-29T10:32:20.061Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:32:20.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:20.061Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "aai-ml",
  "timestamp": 1648549913613,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-29T10:32:20.067Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 53a0c21d-04be-427a-b1c4-207a32e7abfc
2022-03-29T10:32:20.067Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53a0c21d-04be-427a-b1c4-207a32e7abfc and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-29T10:32:20.077Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:20.078Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "clamp",
  "timestamp": 1648549917088,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:32:20.078Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:32:20.078Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:20.078Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "clamp",
  "timestamp": 1648549918111,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-29T10:32:20.079Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:32:20.079Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:20.079Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "clamp",
  "timestamp": 1648549919116,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-29T10:32:20.084Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 53a0c21d-04be-427a-b1c4-207a32e7abfc
2022-03-29T10:32:20.084Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53a0c21d-04be-427a-b1c4-207a32e7abfc and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-29T10:32:26.833Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/544584fa-2e0e-4420-b0f6-5b78743ff43c/model-vers/model-ver/d143f076-a71a-4947-b7dc-189b96da96e1?depth=0
2022-03-29T10:32:26.966Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-03-29T10:32:27.533Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/544584fa-2e0e-4420-b0f6-5b78743ff43c/model-vers/model-ver/d143f076-a71a-4947-b7dc-189b96da96e1?depth=0|INFO|500||Invoke
2022-03-29T10:32:27.541Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/544584fa-2e0e-4420-b0f6-5b78743ff43c/model-vers/model-ver/d143f076-a71a-4947-b7dc-189b96da96e1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/544584fa-2e0e-4420-b0f6-5b78743ff43c/model-vers/model-ver/d143f076-a71a-4947-b7dc-189b96da96e1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[86fab6d7-a9ec-4f83-9bc7-9227101e155e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[81e580e9-df10-43ab-a213-6c3c29a1b0ba], X-ECOMP-RequestID=[86fab6d7-a9ec-4f83-9bc7-9227101e155e], X-TransactionId=[], X-ONAP-RequestID=[86fab6d7-a9ec-4f83-9bc7-9227101e155e], Content-Type=[application/merge-patch+json]}
2022-03-29T10:32:27.680Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/544584fa-2e0e-4420-b0f6-5b78743ff43c/model-vers/model-ver/d143f076-a71a-4947-b7dc-189b96da96e1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-29T10:32:28.386Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/544584fa-2e0e-4420-b0f6-5b78743ff43c/model-vers/model-ver/d143f076-a71a-4947-b7dc-189b96da96e1?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/544584fa-2e0e-4420-b0f6-5b78743ff43c/model-vers/model-ver/d143f076-a71a-4947-b7dc-189b96da96e1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220329-10:32:28:812-93254], vertex-id=[352392], Content-Length=[0], Date=[Tue, 29 Mar 2022 10:32:28 GMT], Content-Type=[application/json]}
2022-03-29T10:32:28.389Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/544584fa-2e0e-4420-b0f6-5b78743ff43c/model-vers/model-ver/d143f076-a71a-4947-b7dc-189b96da96e1?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-29T10:32:28.390Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/544584fa-2e0e-4420-b0f6-5b78743ff43c/model-vers/model-ver/d143f076-a71a-4947-b7dc-189b96da96e1?depth=0|INFO|500||InvokeReturn
2022-03-29T10:32:28.396Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-29T10:32:28.397Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-29T10:32:28.404Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-29T10:32:28.406Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 86fab6d7-a9ec-4f83-9bc7-9227101e155e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-29T10:32:28.407Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-29T10:32:28.408Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:32:28.411Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:32:28.411Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648549948406,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-29T10:32:28.511Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:32:28.512Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:32:28.512Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:32:28.525Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:32:28.525Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-29T10:32:29.432Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:32:29.433Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:32:29.433Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:32:33.807Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:32:33.808Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-29T10:32:33.809Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"53a0c21d-04be-427a-b1c4-207a32e7abfc","serviceName":"vFW 2022-03-29 10-28-16","serviceVersion":"1.0","serviceUUID":"e26a3d72-ab7d-42f0-b594-cc01fab9055f","serviceDescription":"catalog service description","serviceInvariantUUID":"daeb18b4-4633-4749-a95b-753a9f4112f8","resources":[{"resourceInstanceName":"vFW b50ed7c0-9c78 0","resourceName":"vFW b50ed7c0-9c78","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ddbf96bc-9222-4efc-be2f-45d9bdb5a645","resourceInvariantUUID":"036b730e-fdc5-41b5-8e66-d7b924d06924","resourceCustomizationUUID":"51f15124-8d23-4f16-9020-5b0263f02e8b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vf-license-model.xml","artifactChecksum":"ZWNkMjFjZjczYTBiMWU5ZThkYzlhNTQ4ZjhiNTcwYjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5d40cf41-9991-414c-a3af-ee78acdde34f","artifactVersion":"1"},{"artifactName":"vfwb50ed7c09c780_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vfwb50ed7c09c780_modules.json","artifactChecksum":"OGQ2NDY3MjY4MTk2MmIyMzk4ODVmMzM2NzEwYTc2OWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0918216a-6ec2-4d74-a7bd-ef92d7765ea4","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fbd2b33d-b1d9-4de8-ad7e-e0b012b283f9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vendor-license-model.xml","artifactChecksum":"NGViMjAxZjJkY2U3NDYxNDZhZWExMTI3Mzg0NDdlZjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"417cf1a1-7936-4208-93d1-3863fb10d314","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f4405cbf-ad88-450f-a288-c0a28b77d5d3","artifactVersion":"2","generatedFromUUID":"fbd2b33d-b1d9-4de8-ad7e-e0b012b283f9"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220329102816-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-template.yml","artifactChecksum":"ZWJlOTJjYjI2MzljMWM4ZTU0NGM3YTc4YWUxNjZhMzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ced2d42e-2d7e-4f6c-acc1-ec9b90dbebea","artifactVersion":"1"},{"artifactName":"service-Vfw20220329102816-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-csar.csar","artifactChecksum":"NTNmYjZkOTA2MzEzNDY1M2U4MmVjYWNkODY3OTczYjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fc44e572-926a-4bf7-a4e9-8b4b16f56b34","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-29T10:32:33.811Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:32:33.811Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:32:33.813Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:32:33.814Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648549949432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:32:33.914Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:32:33.915Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:32:33.915Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:32:33.934Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:32:33.935Z||pool-19-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-03-29T10:32:34.814Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:32:34.815Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:32:34.817Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:32:34.817Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648549949432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vfwb50ed7c09c780_modules.json",
  "status": "NOTIFIED"
}
2022-03-29T10:32:34.918Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:32:34.919Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:32:34.919Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:32:34.932Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:32:34.933Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:32:35.818Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:32:35.819Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:32:35.821Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:32:35.822Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648549949432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-29T10:32:35.922Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:32:35.923Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:32:35.924Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:32:35.939Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:32:35.940Z||pool-21-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:32:36.822Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:32:36.823Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:32:36.826Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:32:36.826Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648549949432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:32:36.927Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-29T10:32:36.928Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:32:36.928Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:32:36.943Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:32:36.944Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:32:37.827Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:32:37.829Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:32:37.831Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:32:37.831Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648549949432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-29T10:32:37.932Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-29T10:32:37.933Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:32:37.933Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:32:37.951Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:32:37.955Z||pool-23-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:32:38.832Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:32:38.833Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:32:38.835Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:32:38.836Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648549949432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:32:38.936Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:32:38.938Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:32:38.938Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:32:38.953Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:32:38.954Z||pool-24-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:32:39.836Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:32:39.837Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:32:39.840Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:32:39.840Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648549949432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:32:39.940Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:32:39.941Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:32:39.941Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:32:39.963Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:32:39.964Z||pool-25-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:32:40.842Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "serviceName": "vFW 2022-03-29 10-28-16",
  "serviceVersion": "1.0",
  "serviceUUID": "e26a3d72-ab7d-42f0-b594-cc01fab9055f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "daeb18b4-4633-4749-a95b-753a9f4112f8",
  "resources": [
    {
      "resourceInstanceName": "vFW b50ed7c0-9c78 0",
      "resourceCustomizationUUID": "51f15124-8d23-4f16-9020-5b0263f02e8b",
      "resourceName": "vFW b50ed7c0-9c78",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ddbf96bc-9222-4efc-be2f-45d9bdb5a645",
      "resourceInvariantUUID": "036b730e-fdc5-41b5-8e66-d7b924d06924",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb50ed7c09c780_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vfwb50ed7c09c780_modules.json",
          "artifactChecksum": "OGQ2NDY3MjY4MTk2MmIyMzk4ODVmMzM2NzEwYTc2OWU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0918216a-6ec2-4d74-a7bd-ef92d7765ea4",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "fbd2b33d-b1d9-4de8-ad7e-e0b012b283f9",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f4405cbf-ad88-450f-a288-c0a28b77d5d3",
            "generatedFromUUID": "fbd2b33d-b1d9-4de8-ad7e-e0b012b283f9"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f4405cbf-ad88-450f-a288-c0a28b77d5d3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220329102816-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-csar.csar",
      "artifactChecksum": "NTNmYjZkOTA2MzEzNDY1M2U4MmVjYWNkODY3OTczYjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fc44e572-926a-4bf7-a4e9-8b4b16f56b34"
    }
  ],
  "workloadContext": "Production"
}
2022-03-29T10:32:40.843Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-29T10:32:40.843Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e26a3d72-ab7d-42f0-b594-cc01fab9055f ASDC
2022-03-29T10:32:40.843Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:53a0c21d-04be-427a-b1c4-207a32e7abfc
ServiceName:vFW 2022-03-29 10-28-16
ServiceVersion:1.0
ServiceUUID:e26a3d72-ab7d-42f0-b594-cc01fab9055f
ServiceInvariantUUID:daeb18b4-4633-4749-a95b-753a9f4112f8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220329102816-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-csar.csar
ArtifactUUID:fc44e572-926a-4bf7-a4e9-8b4b16f56b34
ArtifactChecksum:NTNmYjZkOTA2MzEzNDY1M2U4MmVjYWNkODY3OTczYjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b50ed7c0-9c78 0
ResourceCustomizationUUID:51f15124-8d23-4f16-9020-5b0263f02e8b
ResourceInvariantUUID:036b730e-fdc5-41b5-8e66-d7b924d06924
ResourceName:vFW b50ed7c0-9c78
ResourceType:VF
ResourceUUID:ddbf96bc-9222-4efc-be2f-45d9bdb5a645
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb50ed7c09c780_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vfwb50ed7c09c780_modules.json
ArtifactUUID:0918216a-6ec2-4d74-a7bd-ef92d7765ea4
ArtifactChecksum:OGQ2NDY3MjY4MTk2MmIyMzk4ODVmMzM2NzEwYTc2OWU=
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/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.yaml
ArtifactUUID:fbd2b33d-b1d9-4de8-ad7e-e0b012b283f9
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/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.env
ArtifactUUID:f4405cbf-ad88-450f-a288-c0a28b77d5d3
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/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.env
ArtifactUUID:f4405cbf-ad88-450f-a288-c0a28b77d5d3
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-29T10:32:40.844Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e26a3d72-ab7d-42f0-b594-cc01fab9055f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-29T10:32:40.879Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-29T10:32:40.880Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-29T10:32:40.880Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-29T10:32:40.881Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: fc44e572-926a-4bf7-a4e9-8b4b16f56b34 from URL: /sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-csar.csar
2022-03-29T10:32:40.881Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-29T10:32:40.881Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-csar.csar
2022-03-29T10:32:41.460Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-29T10:32:41.467Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-csar.csar fc44e572-926a-4bf7-a4e9-8b4b16f56b34 98961
2022-03-29T10:32:41.468Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-csar.csar ASDC sendASDCNotification
2022-03-29T10:32:41.468Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-csar.csar
2022-03-29T10:32:41.468Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-29T10:32:41.469Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:32:41.471Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:32:41.471Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648549961468,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:32:41.571Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-29T10:32:41.573Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:32:41.573Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:32:41.584Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:32:41.585Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-29T10:32:42.472Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-29T10:32:42.473Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-29T10:32:42.474Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: fc44e572-926a-4bf7-a4e9-8b4b16f56b34, URL: /sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-csar.csar to file: /app/ASDC/1/service-Vfw20220329102816-csar.csar
2022-03-29T10:32:42.474Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220329102816-csar.csar
2022-03-29T10:32:42.474Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220329102816-csar.csar
2022-03-29T10:32:42.475Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220329102816-csar.csar
2022-03-29T10:32:42.754Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1362704350707910240/Definitions/service-Vfw20220329102816-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-03-29T10:32:45.441Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-29T10:32:45.441Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-29T10:32:45.442Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220329102816-csar.csar
2022-03-29T10:32:45.442Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-29T10:32:45.442Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220329102816-csar.csar
2022-03-29T10:32:45.442Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220329102816-csar.csar
2022-03-29T10:32:45.442Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220329102816-csar.csar
2022-03-29T10:32:45.442Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220329102816-csar.csar
2022-03-29T10:32:45.442Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220329102816-csar.csar
2022-03-29T10:32:45.442Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220329102816-csar.csar
2022-03-29T10:32:45.442Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220329102816-csar.csar
2022-03-29T10:32:45.442Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220329102816-csar.csar
2022-03-29T10:32:45.443Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b50ed7c0-9c78 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-Vfw20220329102816-csar.csar
2022-03-29T10:32:45.443Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220329102816-csar.csar
2022-03-29T10:32:45.443Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220329102816-csar.csar
2022-03-29T10:32:45.443Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220329102816-csar.csar
2022-03-29T10:32:45.443Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220329102816-csar.csar
2022-03-29T10:32:45.443Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-29T10:32:45.443Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:32:45.443Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-29 10-28-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:32:45.443Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vFW b50ed7c0-9c78 0 is matching search criteria
2022-03-29T10:32:45.444Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-29T10:32:45.444Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b50ed7c0-9c78 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-29T10:32:45.444Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:32:45.444Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-29 10-28-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:32:45.444Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vFW b50ed7c0-9c78 0 is matching search criteria
2022-03-29T10:32:45.444Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-29T10:32:45.445Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b50ed7c0-9c78 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-29T10:32:45.445Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:32:45.445Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-29 10-28-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:32:45.445Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:32:45.445Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vFW b50ed7c0-9c78 0 is not matching search criteria
2022-03-29T10:32:45.445Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-29T10:32:45.446Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-29T10:32:45.446Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-29T10:32:45.446Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-29T10:32:45.446Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-29T10:32:45.446Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-29T10:32:45.446Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-29T10:32:45.446Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-29T10:32:45.448Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-29T10:32:45.448Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-29T10:32:45.448Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-29T10:32:45.449Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-29T10:32:45.449Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-29T10:32:45.449Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-29T10:32:45.449Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-29T10:32:45.449Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-29T10:32:45.450Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:32:45.450Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-29 10-28-16 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-29T10:32:45.450Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:32:45.451Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vFW b50ed7c0-9c78 0 is matching search criteria
2022-03-29T10:32:45.451Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b50ed7c0-9c78 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-29T10:32:45.452Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:32:45.452Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vFW b50ed7c0-9c78 0 is matching search criteria
2022-03-29T10:32:45.452Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b50ed7c0-9c78 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-29T10:32:45.453Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:32:45.453Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vFW b50ed7c0-9c78 0 is matching search criteria
2022-03-29T10:32:45.453Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b50ed7c0-9c78 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-29T10:32:45.453Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:32:45.454Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vFW b50ed7c0-9c78 0 is not matching search criteria
2022-03-29T10:32:45.454Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-29T10:32:45.454Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-29T10:32:45.454Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-29T10:32:45.455Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-29T10:32:45.455Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-29T10:32:45.455Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-29T10:32:45.455Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-29T10:32:45.455Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-29T10:32:45.456Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-29T10:32:45.456Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-29T10:32:45.456Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-29T10:32:45.456Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=85702345-e3b8-4cfd-b529-9acc493a9054
2022-03-29T10:32:45.457Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:32:45.457Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vFW b50ed7c0-9c78 0 is not matching search criteria
2022-03-29T10:32:45.457Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-29T10:32:45.457Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-29T10:32:45.458Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-29T10:32:45.458Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-29T10:32:45.458Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-29T10:32:45.458Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-29T10:32:45.458Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-29T10:32:45.458Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-29T10:32:45.459Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-29T10:32:45.459Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-29T10:32:45.459Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-29T10:32:45.459Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-29T10:32:45.460Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ea1a439f-d56d-4e71-95f9-2428271ff8d9
2022-03-29T10:32:45.460Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:32:45.460Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vFW b50ed7c0-9c78 0 is not matching search criteria
2022-03-29T10:32:45.460Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-29T10:32:45.461Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-29T10:32:45.461Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-29T10:32:45.461Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-29T10:32:45.461Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-29T10:32:45.461Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-29T10:32:45.462Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-29T10:32:45.462Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-29T10:32:45.462Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-29T10:32:45.462Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-29T10:32:45.463Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-29T10:32:45.463Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-29T10:32:45.463Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=58656fa7-bd5c-419f-a094-2f0a188c2f4e
2022-03-29T10:32:45.463Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:32:45.464Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-29 10-28-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:32:45.464Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:32:45.464Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-29 10-28-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:32:45.464Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:32:45.464Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-29 10-28-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:32:45.465Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:32:45.465Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-29 10-28-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:32:45.465Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-29 10-28-16
Description:catalog service description
Model UUID:e26a3d72-ab7d-42f0-b594-cc01fab9055f
Model Version:NULL
Model InvariantUuid:daeb18b4-4633-4749-a95b-753a9f4112f8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b50ed7c0-9c78
Model UUID:e856cbbf-cc20-465e-af85-465bc0c2510e
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:036b730e-fdc5-41b5-8e66-d7b924d06924
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:51f15124-8d23-4f16-9020-5b0263f02e8b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d06f5402-020f-4c1f-a1ad-728fcd472eeb
ModelName:VfwB50ed7c09c78..base_vfw..module-0
ModelUuid:6b153a77-1535-4371-995c-d5e4b0096c35
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:85702345-e3b8-4cfd-b529-9acc493a9054
ModelInvariantUuid:8b139a09-97de-4662-b05c-d2328ddf772b
ModelName:vFW b50ed7c0-9c78-nodes.vfwCvfc
ModelUuid:aa75aef6-c9f2-462f-afdb-c96e903dca37
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:ff7fabd6-96b5-4500-ab9d-1e3b1b6d74e8
ModelInvariantUuid:3f0923d9-c3d9-435b-8a39-baec026efb79
ModelName:VfwB50ed7c09c78.compute.nodes.heat.vfw
ModelUuid:4c92e71f-e77f-4fac-aa86-1c0bc104761d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ea1a439f-d56d-4e71-95f9-2428271ff8d9
ModelInvariantUuid:b634a012-c4be-4b73-a461-8313f0e7ed10
ModelName:vFW b50ed7c0-9c78-nodes.vsnCvfc
ModelUuid:41044657-f3a8-4146-8e83-f36cddb9af99
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:18563ef3-cc15-4847-b0f8-42c99996042a
ModelInvariantUuid:dcd78bc3-df6a-4272-85a3-e0fc92462086
ModelName:VfwB50ed7c09c78.compute.nodes.heat.vsn
ModelUuid:88d0a742-9445-42be-8f8a-2e8f034b894e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:58656fa7-bd5c-419f-a094-2f0a188c2f4e
ModelInvariantUuid:35f30a80-834b-4be5-b624-24c239eb9d8c
ModelName:vFW b50ed7c0-9c78-nodes.vpgCvfc
ModelUuid:e2a8a2c8-eba6-44f5-aa56-2e6fc24965c1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:2d232bbd-7775-4482-b531-2be70aae533b
ModelInvariantUuid:66c68bec-987b-4b42-bfe0-f451585932d0
ModelName:VfwB50ed7c09c78.compute.nodes.heat.vpg
ModelUuid:929693f1-0b94-4ce5-b16c-cf1d5340f6f9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-29T10:32:45.473Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: ddbf96bc-9222-4efc-be2f-45d9bdb5a645
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-29T10:32:45.478Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||vFW b50ed7c0-9c78 0
2022-03-29T10:32:45.478Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ddbf96bc-9222-4efc-be2f-45d9bdb5a645
2022-03-29T10:32:45.479Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0918216a-6ec2-4d74-a7bd-ef92d7765ea4 from URL: /sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vfwb50ed7c09c780_modules.json
2022-03-29T10:32:45.479Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-29T10:32:45.479Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vfwb50ed7c09c780_modules.json
2022-03-29T10:32:45.660Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-29T10:32:45.660Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vfwb50ed7c09c780_modules.json 0918216a-6ec2-4d74-a7bd-ef92d7765ea4 785
2022-03-29T10:32:45.661Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vfwb50ed7c09c780_modules.json ASDC sendASDCNotification
2022-03-29T10:32:45.661Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vfwb50ed7c09c780_modules.json
2022-03-29T10:32:45.661Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-29T10:32:45.662Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:32:45.664Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:32:45.664Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648549965661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vfwb50ed7c09c780_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:32:45.764Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:32:45.765Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:32:45.766Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:32:45.788Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:32:45.790Z||pool-27-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:32:46.665Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwB50ed7c09c78..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "d06f5402-020f-4c1f-a1ad-728fcd472eeb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6b153a77-1535-4371-995c-d5e4b0096c35",
    "vfModuleModelCustomizationUUID": "95df9bda-1d6d-43e5-977d-c5829cd45ac8",
    "isBase": true,
    "artifacts": [
      "fbd2b33d-b1d9-4de8-ad7e-e0b012b283f9",
      "f4405cbf-ad88-450f-a288-c0a28b77d5d3"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-29T10:32:46.672Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB50ed7c09c78..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6b153a77-1535-4371-995c-d5e4b0096c35
VfModuleModelInvariantUUID:d06f5402-020f-4c1f-a1ad-728fcd472eeb
VfModuleModelDescription:NULL
Artifacts UUID List:{
fbd2b33d-b1d9-4de8-ad7e-e0b012b283f9
,
f4405cbf-ad88-450f-a288-c0a28b77d5d3

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

isBase:true


}

2022-03-29T10:32:46.677Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwB50ed7c09c78..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "d06f5402-020f-4c1f-a1ad-728fcd472eeb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6b153a77-1535-4371-995c-d5e4b0096c35",
    "vfModuleModelCustomizationUUID": "95df9bda-1d6d-43e5-977d-c5829cd45ac8",
    "isBase": true,
    "artifacts": [
      "fbd2b33d-b1d9-4de8-ad7e-e0b012b283f9",
      "f4405cbf-ad88-450f-a288-c0a28b77d5d3"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-29T10:32:46.677Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB50ed7c09c78..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6b153a77-1535-4371-995c-d5e4b0096c35
VfModuleModelInvariantUUID:d06f5402-020f-4c1f-a1ad-728fcd472eeb
VfModuleModelDescription:NULL
Artifacts UUID List:{
fbd2b33d-b1d9-4de8-ad7e-e0b012b283f9
,
f4405cbf-ad88-450f-a288-c0a28b77d5d3

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

isBase:true


}

2022-03-29T10:32:46.678Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: fbd2b33d-b1d9-4de8-ad7e-e0b012b283f9 from URL: /sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.yaml
2022-03-29T10:32:46.678Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-29T10:32:46.678Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.yaml
2022-03-29T10:32:47.269Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-29T10:32:47.270Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.yaml fbd2b33d-b1d9-4de8-ad7e-e0b012b283f9 20368
2022-03-29T10:32:47.271Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-29T10:32:47.271Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.yaml
2022-03-29T10:32:47.271Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-29T10:32:47.272Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:32:47.274Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:32:47.275Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648549967271,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:32:47.375Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:32:47.376Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:32:47.376Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:32:47.390Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:32:47.390Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:32:48.276Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f4405cbf-ad88-450f-a288-c0a28b77d5d3 from URL: /sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.env
2022-03-29T10:32:48.277Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-29T10:32:48.278Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.env
2022-03-29T10:32:48.569Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-29T10:32:48.570Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.env f4405cbf-ad88-450f-a288-c0a28b77d5d3 2098
2022-03-29T10:32:48.570Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-29T10:32:48.571Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.env
2022-03-29T10:32:48.571Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-29T10:32:48.571Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:32:48.574Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:32:48.574Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648549968570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:32:48.674Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:32:48.676Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:32:48.676Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:32:48.692Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:32:48.693Z||pool-29-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:32:49.575Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: e26a3d72-ab7d-42f0-b594-cc01fab9055f
2022-03-29T10:32:49.576Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b50ed7c0-9c78 0 ddbf96bc-9222-4efc-be2f-45d9bdb5a645 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-29T10:32:49.596Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@53eb9964, org.onap.sdc.toscaparser.api.parameters.Input@7101ce84, org.onap.sdc.toscaparser.api.parameters.Input@12533b8, org.onap.sdc.toscaparser.api.parameters.Input@262f7bcd, org.onap.sdc.toscaparser.api.parameters.Input@2900f6d5]
2022-03-29T10:32:49.598Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:32:49.598Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-29 10-28-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:32:49.599Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-03-29T10:32:49.599Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 51f15124-8d23-4f16-9020-5b0263f02e8b
2022-03-29T10:32:49.599Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 51f15124-8d23-4f16-9020-5b0263f02e8b matches Tosca VF Customization UUID: 51f15124-8d23-4f16-9020-5b0263f02e8b
2022-03-29T10:32:49.599Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 51f15124-8d23-4f16-9020-5b0263f02e8b  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-29T10:32:49.602Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:32:49.602Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-29 10-28-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:32:49.603Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 51f15124-8d23-4f16-9020-5b0263f02e8b: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-29T10:32:49.604Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2336c408
2022-03-29T10:32:49.604Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:32:49.604Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-29 10-28-16 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-29T10:32:49.604Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 95df9bda-1d6d-43e5-977d-c5829cd45ac8
2022-03-29T10:32:49.604Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 95df9bda-1d6d-43e5-977d-c5829cd45ac8
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-29T10:32:49.607Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:32:49.607Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vFW b50ed7c0-9c78 0 is matching search criteria
2022-03-29T10:32:49.607Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b50ed7c0-9c78 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-29T10:32:49.608Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:32:49.608Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vFW b50ed7c0-9c78 0 is matching search criteria
2022-03-29T10:32:49.608Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b50ed7c0-9c78 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-29T10:32:49.608Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:32:49.608Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vFW b50ed7c0-9c78 0 is not matching search criteria
2022-03-29T10:32:49.609Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-29T10:32:49.609Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-29T10:32:49.609Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-29T10:32:49.609Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-29T10:32:49.609Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-29T10:32:49.609Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-29T10:32:49.609Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-29T10:32:49.610Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-29T10:32:49.610Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-29T10:32:49.610Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-29T10:32:49.610Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-29T10:32:49.610Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=85702345-e3b8-4cfd-b529-9acc493a9054
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-29T10:32:49.612Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:32:49.613Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vFW b50ed7c0-9c78 0 is matching search criteria
2022-03-29T10:32:49.613Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b50ed7c0-9c78 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-29T10:32:49.613Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:32:49.613Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vFW b50ed7c0-9c78 0 is not matching search criteria
2022-03-29T10:32:49.614Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-29T10:32:49.614Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-29T10:32:49.614Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-29T10:32:49.614Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-29T10:32:49.614Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-29T10:32:49.614Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-29T10:32:49.614Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-29T10:32:49.615Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-29T10:32:49.615Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-29T10:32:49.615Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-29T10:32:49.615Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-29T10:32:49.615Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-29T10:32:49.615Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ea1a439f-d56d-4e71-95f9-2428271ff8d9
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-29T10:32:49.618Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:32:49.618Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vFW b50ed7c0-9c78 0 is matching search criteria
2022-03-29T10:32:49.618Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b50ed7c0-9c78 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-29T10:32:49.621Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:32:49.622Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vFW b50ed7c0-9c78 0 is not matching search criteria
2022-03-29T10:32:49.622Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-29T10:32:49.622Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-29T10:32:49.622Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-29T10:32:49.622Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-29T10:32:49.623Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-29T10:32:49.623Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-29T10:32:49.623Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-29T10:32:49.623Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-29T10:32:49.623Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-29T10:32:49.624Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-29T10:32:49.624Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-29T10:32:49.624Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-29T10:32:49.624Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=58656fa7-bd5c-419f-a094-2f0a188c2f4e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-29T10:32:49.627Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:32:49.628Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vFW b50ed7c0-9c78 0 is matching search criteria
2022-03-29T10:32:49.628Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b50ed7c0-9c78 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-29T10:32:49.628Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:32:49.628Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vFW b50ed7c0-9c78 0 is matching search criteria
2022-03-29T10:32:49.628Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b50ed7c0-9c78 0] matching following query criteria: sdcType=VF, customizationUUID=51f15124-8d23-4f16-9020-5b0263f02e8b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-29T10:32:49.631Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:32:49.631Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-29 10-28-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:32:49.632Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid e26a3d72-ab7d-42f0-b594-cc01fab9055f: vFW b50ed7c0-9c78
2022-03-29T10:32:49.632Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:32:49.632Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-29 10-28-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:32:49.632Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:32:49.632Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-29 10-28-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:32:49.632Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:32:49.633Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-29 10-28-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:32:49.633Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:32:49.633Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-29 10-28-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:32:49.633Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:32:49.633Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-29 10-28-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:32:49.633Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-03-29 10-28-16 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-29T10:32:49.812Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b50ed7c0-9c78 ddbf96bc-9222-4efc-be2f-45d9bdb5a645 1 ASDC deployResourceStructure
2022-03-29T10:32:49.813Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vfwb50ed7c09c780_modules.json ASDC sendASDCNotification
2022-03-29T10:32:49.814Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vfwb50ed7c09c780_modules.json
2022-03-29T10:32:49.814Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-29T10:32:49.815Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:32:49.817Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:32:49.817Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648549969813,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vfwb50ed7c09c780_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-29T10:32:49.917Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-29T10:32:49.919Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:32:49.919Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:32:49.934Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:32:49.934Z||pool-30-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:32:50.818Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-29T10:32:50.819Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.yaml
2022-03-29T10:32:50.819Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-29T10:32:50.820Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:32:50.822Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:32:50.822Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648549970818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-29T10:32:50.922Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:32:50.923Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:32:50.923Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:32:50.934Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:32:50.934Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:32:51.823Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-29T10:32:51.824Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.env
2022-03-29T10:32:51.824Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-29T10:32:51.825Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:32:51.827Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:32:51.827Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648549971823,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-29T10:32:51.927Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:32:51.928Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:32:51.928Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:32:51.941Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:32:51.942Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:32:52.828Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-csar.csar ASDC sendASDCNotification
2022-03-29T10:32:52.828Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-csar.csar
2022-03-29T10:32:52.828Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-29T10:32:52.829Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:32:52.831Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:32:52.831Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648549972827,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-29T10:32:52.931Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:32:52.932Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:32:52.932Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:32:52.944Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:32:52.945Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:32:53.839Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53a0c21d-04be-427a-b1c4-207a32e7abfc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-29T10:32:53.850Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53a0c21d-04be-427a-b1c4-207a32e7abfc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-29T10:32:53.858Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-29T10:32:53.858Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-29T10:32:53.858Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-29T10:32:53.859Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-29T10:32:53.859Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-29T10:32:53.859Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-29T10:32:53.859Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-29T10:32:53.860Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-29T10:32:53.860Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-29T10:32:53.860Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-29T10:32:53.860Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-29T10:32:53.868Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-29T10:33:19.274Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:33:19.275Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:33:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:33:19.913Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:33:19.914Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:33:19.914Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648549948406,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-29T10:33:19.915Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:33:19.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:33:19.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648549949432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:33:19.916Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:33:19.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:33:19.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648549949432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vfwb50ed7c09c780_modules.json",
  "status": "NOTIFIED"
}
2022-03-29T10:33:19.917Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:33:19.917Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:33:19.917Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648549949432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-29T10:33:19.917Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:33:19.917Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:33:19.917Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648549949432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:33:19.917Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:33:19.917Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:33:19.917Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648549949432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-29T10:33:19.917Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:33:19.917Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:33:19.917Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648549949432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:33:19.918Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:33:19.918Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:33:19.918Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648549949432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:33:19.918Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:33:19.918Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:33:19.918Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648549961468,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:33:19.918Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:33:19.918Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:33:19.918Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648549965661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vfwb50ed7c09c780_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:33:19.919Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:33:19.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:33:19.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648549967271,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:33:19.919Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:33:19.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:33:19.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648549968570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:33:19.919Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:33:19.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:33:19.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648549969813,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vfwb50ed7c09c780_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-29T10:33:19.920Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:33:19.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:33:19.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648549970818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-29T10:33:19.920Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:33:19.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:33:19.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648549971823,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-29T10:33:19.920Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:33:19.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:33:19.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648549972827,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-29T10:33:19.921Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:33:23.868Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 53a0c21d-04be-427a-b1c4-207a32e7abfc and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-29T10:33:23.875Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 53a0c21d-04be-427a-b1c4-207a32e7abfc and serviceModelVersionId: e26a3d72-ab7d-42f0-b594-cc01fab9055f
2022-03-29T10:33:23.876Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : daeb18b4-4633-4749-a95b-753a9f4112f8
2022-03-29T10:33:23.877Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/daeb18b4-4633-4749-a95b-753a9f4112f8/model-vers/model-ver/e26a3d72-ab7d-42f0-b594-cc01fab9055f?depth=0
2022-03-29T10:33:23.883Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-03-29T10:33:23.946Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/daeb18b4-4633-4749-a95b-753a9f4112f8/model-vers/model-ver/e26a3d72-ab7d-42f0-b594-cc01fab9055f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-29T10:33:23.947Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/daeb18b4-4633-4749-a95b-753a9f4112f8/model-vers/model-ver/e26a3d72-ab7d-42f0-b594-cc01fab9055f?depth=0|INFO|500||Invoke
2022-03-29T10:33:23.974Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/daeb18b4-4633-4749-a95b-753a9f4112f8/model-vers/model-ver/e26a3d72-ab7d-42f0-b594-cc01fab9055f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-29T10:33:24.471Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/daeb18b4-4633-4749-a95b-753a9f4112f8/model-vers/model-ver/e26a3d72-ab7d-42f0-b594-cc01fab9055f?depth=0|INFO|500||InvokeReturn
2022-03-29T10:33:24.471Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/daeb18b4-4633-4749-a95b-753a9f4112f8/model-vers/model-ver/e26a3d72-ab7d-42f0-b594-cc01fab9055f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220329-10:33:25:104-21523], vertex-id=[393328], Content-Length=[0], Date=[Tue, 29 Mar 2022 10:33:25 GMT], Content-Type=[application/json]}
2022-03-29T10:33:24.472Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-03-29T10:33:24.472Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-29T10:33:24.472Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-29T10:33:24.477Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-29T10:33:24.477Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 53a0c21d-04be-427a-b1c4-207a32e7abfc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-29T10:33:24.478Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-29T10:33:24.478Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:33:24.481Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:33:24.481Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550004478,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-29T10:33:24.581Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:33:24.582Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:33:24.582Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:33:24.606Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:33:24.606Z||pool-34-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-29T10:33:25.494Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:33:25.495Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:33:25.495Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:33:27.828Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:33:27.828Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-29T10:33:27.829Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"79b9e64b-e916-4485-8d69-1f401d7a17ab","serviceName":"vFW 2022-03-29 10-30-40","serviceVersion":"1.0","serviceUUID":"8a336d15-0bb7-4814-9244-f9339b811516","serviceDescription":"catalog service description","serviceInvariantUUID":"db934d03-c756-4ddb-aef3-9c4a95afe356","resources":[{"resourceInstanceName":"vFW f0f95bfc-1e5d 0","resourceName":"vFW f0f95bfc-1e5d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e3f34cdd-7d2e-452a-b748-35df7aa44d13","resourceInvariantUUID":"3f7a9506-57a1-4c01-b9d2-051476f51346","resourceCustomizationUUID":"40412373-c2ff-4d25-b1b0-01bdd23526c8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/vf-license-model.xml","artifactChecksum":"M2RlNWE2ZjYxZDBlMjlkOWRmNDk3NzZlOGU0MzhjOWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f9897834-aa89-4c4e-83a2-cbf9f70f9322","artifactVersion":"1"},{"artifactName":"vfwf0f95bfc1e5d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/vfwf0f95bfc1e5d0_modules.json","artifactChecksum":"NjFhNjJmMjk2NDNkN2RmOWQ2NTMxNmY4NmIyYjAyYmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e833ce7d-96ac-4853-bf95-4b20eb47471e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b1e5addb-5e78-40f2-9c63-ca7f972902a6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/vendor-license-model.xml","artifactChecksum":"MTY4Y2EzZWIyOWQ5N2RhMWYzOTcxMjRiMjJmYWQwMTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"37bfff39-569d-4943-b0ff-a1e25b2314d6","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2e7bb03e-12a3-473e-8233-99e051e69009","artifactVersion":"2","generatedFromUUID":"b1e5addb-5e78-40f2-9c63-ca7f972902a6"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220329103040-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220329103040/1.0/artifacts/service-Vfw20220329103040-template.yml","artifactChecksum":"NjQ1ZWVjZTQ1MDVlNzFkMTA3Mjk3ZDFmN2I5NjZjZjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b2b52d47-89d1-4343-9d61-91256629200b","artifactVersion":"1"},{"artifactName":"service-Vfw20220329103040-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220329103040/1.0/artifacts/service-Vfw20220329103040-csar.csar","artifactChecksum":"OGJlYzc4ZWZmMzRlZDJmZWRmYWNhZjA4OTAyMWY5NmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ef7a6772-e130-43c1-9532-957420198643","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-29T10:33:27.832Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:33:27.832Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:33:27.834Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:33:27.834Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550005494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:33:27.934Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:33:27.935Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:33:27.935Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:33:27.948Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:33:27.949Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-29T10:33:28.834Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:33:28.837Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:33:28.840Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:33:28.840Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550005494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/vfwf0f95bfc1e5d0_modules.json",
  "status": "NOTIFIED"
}
2022-03-29T10:33:28.940Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:33:28.941Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:33:28.942Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:33:28.965Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:33:28.966Z||pool-36-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:33:29.841Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:33:29.842Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:33:29.844Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:33:29.844Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550005494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-29T10:33:29.944Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:33:29.946Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:33:29.946Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:33:29.970Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:33:29.971Z||pool-37-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-03-29T10:33:30.845Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:33:30.846Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:33:30.849Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:33:30.849Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550005494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:33:30.950Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-29T10:33:30.956Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:33:30.956Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:33:30.973Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:33:30.974Z||pool-38-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:33:31.856Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:33:31.857Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:33:31.863Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:33:31.863Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550005494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-29T10:33:31.963Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:33:31.964Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:33:31.964Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:33:31.987Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:33:31.987Z||pool-39-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-03-29T10:33:32.864Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:33:32.865Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:33:32.867Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:33:32.867Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550005494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/artifacts/service-Vfw20220329103040-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:33:32.967Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:33:32.969Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:33:32.969Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:33:32.981Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:33:32.982Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:33:33.867Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:33:33.868Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:33:33.870Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:33:33.870Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550005494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/artifacts/service-Vfw20220329103040-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:33:33.970Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:33:33.971Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:33:33.971Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:33:34.005Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:33:34.006Z||pool-41-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:33:34.872Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "serviceName": "vFW 2022-03-29 10-30-40",
  "serviceVersion": "1.0",
  "serviceUUID": "8a336d15-0bb7-4814-9244-f9339b811516",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "db934d03-c756-4ddb-aef3-9c4a95afe356",
  "resources": [
    {
      "resourceInstanceName": "vFW f0f95bfc-1e5d 0",
      "resourceCustomizationUUID": "40412373-c2ff-4d25-b1b0-01bdd23526c8",
      "resourceName": "vFW f0f95bfc-1e5d",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e3f34cdd-7d2e-452a-b748-35df7aa44d13",
      "resourceInvariantUUID": "3f7a9506-57a1-4c01-b9d2-051476f51346",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwf0f95bfc1e5d0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/vfwf0f95bfc1e5d0_modules.json",
          "artifactChecksum": "NjFhNjJmMjk2NDNkN2RmOWQ2NTMxNmY4NmIyYjAyYmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e833ce7d-96ac-4853-bf95-4b20eb47471e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "b1e5addb-5e78-40f2-9c63-ca7f972902a6",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2e7bb03e-12a3-473e-8233-99e051e69009",
            "generatedFromUUID": "b1e5addb-5e78-40f2-9c63-ca7f972902a6"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2e7bb03e-12a3-473e-8233-99e051e69009",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220329103040-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/artifacts/service-Vfw20220329103040-csar.csar",
      "artifactChecksum": "OGJlYzc4ZWZmMzRlZDJmZWRmYWNhZjA4OTAyMWY5NmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ef7a6772-e130-43c1-9532-957420198643"
    }
  ],
  "workloadContext": "Production"
}
2022-03-29T10:33:34.872Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-29T10:33:34.872Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8a336d15-0bb7-4814-9244-f9339b811516 ASDC
2022-03-29T10:33:34.873Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:79b9e64b-e916-4485-8d69-1f401d7a17ab
ServiceName:vFW 2022-03-29 10-30-40
ServiceVersion:1.0
ServiceUUID:8a336d15-0bb7-4814-9244-f9339b811516
ServiceInvariantUUID:db934d03-c756-4ddb-aef3-9c4a95afe356
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220329103040-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220329103040/1.0/artifacts/service-Vfw20220329103040-csar.csar
ArtifactUUID:ef7a6772-e130-43c1-9532-957420198643
ArtifactChecksum:OGJlYzc4ZWZmMzRlZDJmZWRmYWNhZjA4OTAyMWY5NmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW f0f95bfc-1e5d 0
ResourceCustomizationUUID:40412373-c2ff-4d25-b1b0-01bdd23526c8
ResourceInvariantUUID:3f7a9506-57a1-4c01-b9d2-051476f51346
ResourceName:vFW f0f95bfc-1e5d
ResourceType:VF
ResourceUUID:e3f34cdd-7d2e-452a-b748-35df7aa44d13
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwf0f95bfc1e5d0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/vfwf0f95bfc1e5d0_modules.json
ArtifactUUID:e833ce7d-96ac-4853-bf95-4b20eb47471e
ArtifactChecksum:NjFhNjJmMjk2NDNkN2RmOWQ2NTMxNmY4NmIyYjAyYmI=
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/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.yaml
ArtifactUUID:b1e5addb-5e78-40f2-9c63-ca7f972902a6
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/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.env
ArtifactUUID:2e7bb03e-12a3-473e-8233-99e051e69009
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/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.env
ArtifactUUID:2e7bb03e-12a3-473e-8233-99e051e69009
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-29T10:33:34.873Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8a336d15-0bb7-4814-9244-f9339b811516 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-29T10:33:34.903Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-29T10:33:34.904Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-29T10:33:34.904Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-29T10:33:34.904Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ef7a6772-e130-43c1-9532-957420198643 from URL: /sdc/v1/catalog/services/Vfw20220329103040/1.0/artifacts/service-Vfw20220329103040-csar.csar
2022-03-29T10:33:34.904Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-29T10:33:34.904Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220329103040/1.0/artifacts/service-Vfw20220329103040-csar.csar
2022-03-29T10:33:35.366Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-29T10:33:35.371Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220329103040/1.0/artifacts/service-Vfw20220329103040-csar.csar ef7a6772-e130-43c1-9532-957420198643 98953
2022-03-29T10:33:35.372Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220329103040/1.0/artifacts/service-Vfw20220329103040-csar.csar ASDC sendASDCNotification
2022-03-29T10:33:35.372Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220329103040/1.0/artifacts/service-Vfw20220329103040-csar.csar
2022-03-29T10:33:35.372Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-29T10:33:35.372Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:33:35.374Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:33:35.375Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550015372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/artifacts/service-Vfw20220329103040-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:33:35.475Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:33:35.476Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:33:35.476Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:33:35.496Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:33:35.496Z||pool-42-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:33:36.375Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-29T10:33:36.376Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-29T10:33:36.377Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ef7a6772-e130-43c1-9532-957420198643, URL: /sdc/v1/catalog/services/Vfw20220329103040/1.0/artifacts/service-Vfw20220329103040-csar.csar to file: /app/ASDC/1/service-Vfw20220329103040-csar.csar
2022-03-29T10:33:36.377Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220329103040-csar.csar
2022-03-29T10:33:36.377Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220329103040-csar.csar
2022-03-29T10:33:36.377Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220329103040-csar.csar
2022-03-29T10:33:36.537Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8571433874840664077/Definitions/service-Vfw20220329103040-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-03-29T10:33:38.799Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-29T10:33:38.800Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-29T10:33:38.800Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220329103040-csar.csar
2022-03-29T10:33:38.800Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-29T10:33:38.800Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220329103040-csar.csar
2022-03-29T10:33:38.801Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220329103040-csar.csar
2022-03-29T10:33:38.801Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220329103040-csar.csar
2022-03-29T10:33:38.801Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220329103040-csar.csar
2022-03-29T10:33:38.801Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220329103040-csar.csar
2022-03-29T10:33:38.801Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220329103040-csar.csar
2022-03-29T10:33:38.801Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220329103040-csar.csar
2022-03-29T10:33:38.801Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220329103040-csar.csar
2022-03-29T10:33:38.801Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220329103040-csar.csar
2022-03-29T10:33:38.802Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220329103040-csar.csar
2022-03-29T10:33:38.802Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f0f95bfc-1e5d 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-Vfw20220329103040-csar.csar
2022-03-29T10:33:38.802Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220329103040-csar.csar
2022-03-29T10:33:38.802Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220329103040-csar.csar
2022-03-29T10:33:38.802Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-29T10:33:38.802Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:33:38.802Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-29 10-30-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:33:38.803Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vFW f0f95bfc-1e5d 0 is matching search criteria
2022-03-29T10:33:38.803Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-29T10:33:38.803Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f0f95bfc-1e5d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-29T10:33:38.803Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:33:38.804Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-29 10-30-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:33:38.804Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vFW f0f95bfc-1e5d 0 is matching search criteria
2022-03-29T10:33:38.804Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-29T10:33:38.804Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f0f95bfc-1e5d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-29T10:33:38.805Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:33:38.805Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-29 10-30-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:33:38.805Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:33:38.805Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vFW f0f95bfc-1e5d 0 is not matching search criteria
2022-03-29T10:33:38.805Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-29T10:33:38.806Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-29T10:33:38.806Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-29T10:33:38.806Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-29T10:33:38.806Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-29T10:33:38.806Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-29T10:33:38.807Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-29T10:33:38.807Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-29T10:33:38.807Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-29T10:33:38.807Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-29T10:33:38.807Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-29T10:33:38.808Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-29T10:33:38.808Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-29T10:33:38.808Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-29T10:33:38.808Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-29T10:33:38.808Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-29T10:33:38.809Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:33:38.809Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-29 10-30-40 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-29T10:33:38.809Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:33:38.809Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vFW f0f95bfc-1e5d 0 is matching search criteria
2022-03-29T10:33:38.810Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f0f95bfc-1e5d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-29T10:33:38.810Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:33:38.810Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vFW f0f95bfc-1e5d 0 is matching search criteria
2022-03-29T10:33:38.810Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f0f95bfc-1e5d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-29T10:33:38.811Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:33:38.811Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vFW f0f95bfc-1e5d 0 is matching search criteria
2022-03-29T10:33:38.811Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f0f95bfc-1e5d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-29T10:33:38.811Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:33:38.812Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vFW f0f95bfc-1e5d 0 is not matching search criteria
2022-03-29T10:33:38.812Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-29T10:33:38.812Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-29T10:33:38.812Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-29T10:33:38.812Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-29T10:33:38.813Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-29T10:33:38.813Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-29T10:33:38.813Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-29T10:33:38.813Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-29T10:33:38.814Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-29T10:33:38.814Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-29T10:33:38.814Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-29T10:33:38.814Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=64bef210-a181-4f89-909b-eaddb1b49d3c
2022-03-29T10:33:38.815Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:33:38.815Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vFW f0f95bfc-1e5d 0 is not matching search criteria
2022-03-29T10:33:38.815Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-29T10:33:38.815Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-29T10:33:38.815Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-29T10:33:38.816Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-29T10:33:38.816Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-29T10:33:38.816Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-29T10:33:38.816Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-29T10:33:38.816Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-29T10:33:38.817Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-29T10:33:38.817Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-29T10:33:38.817Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-29T10:33:38.817Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-29T10:33:38.817Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c026633d-daab-43e5-9985-e58e3bebe5b4
2022-03-29T10:33:38.818Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:33:38.818Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vFW f0f95bfc-1e5d 0 is not matching search criteria
2022-03-29T10:33:38.818Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-29T10:33:38.818Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-29T10:33:38.819Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-29T10:33:38.819Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-29T10:33:38.819Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-29T10:33:38.819Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-29T10:33:38.819Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-29T10:33:38.820Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-29T10:33:38.820Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-29T10:33:38.820Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-29T10:33:38.820Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-29T10:33:38.820Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-29T10:33:38.821Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=79548e85-b2ae-46fc-bd2d-9ad16902c613
2022-03-29T10:33:38.821Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:33:38.821Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-29 10-30-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:33:38.821Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:33:38.821Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-29 10-30-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:33:38.822Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:33:38.822Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-29 10-30-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:33:38.822Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:33:38.822Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-29 10-30-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:33:38.822Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-29 10-30-40
Description:catalog service description
Model UUID:8a336d15-0bb7-4814-9244-f9339b811516
Model Version:NULL
Model InvariantUuid:db934d03-c756-4ddb-aef3-9c4a95afe356
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW f0f95bfc-1e5d
Model UUID:0521d414-bfb8-47b0-aeaf-3c36e987cbba
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3f7a9506-57a1-4c01-b9d2-051476f51346
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:40412373-c2ff-4d25-b1b0-01bdd23526c8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e3beae7b-1d88-44ba-9d81-9afda428a48e
ModelName:VfwF0f95bfc1e5d..base_vfw..module-0
ModelUuid:8d823c70-4b97-4140-b7b1-e7c10694209a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:64bef210-a181-4f89-909b-eaddb1b49d3c
ModelInvariantUuid:60d67d05-7f43-41a2-bf02-63c2e20b75de
ModelName:vFW f0f95bfc-1e5d-nodes.vfwCvfc
ModelUuid:d162a982-3e31-4d2a-a673-0d80d7c78543
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:bbb65de1-0d11-4429-b5bb-89759c49b002
ModelInvariantUuid:9012c3e5-0880-493f-a02a-a175e127fba2
ModelName:VfwF0f95bfc1e5d.compute.nodes.heat.vfw
ModelUuid:cbff77f5-07ae-436c-bda8-8b537940e4fb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c026633d-daab-43e5-9985-e58e3bebe5b4
ModelInvariantUuid:d4d90016-79f6-44e1-86ed-18403daeb410
ModelName:vFW f0f95bfc-1e5d-nodes.vsnCvfc
ModelUuid:0ec63dd2-6484-4972-801c-f53555ccf195
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:13a93f24-3f31-49d8-a169-dddf390e053e
ModelInvariantUuid:d0117204-9ead-4436-bddc-072d16931d25
ModelName:VfwF0f95bfc1e5d.compute.nodes.heat.vsn
ModelUuid:e8a6e4ab-3b10-4e03-a853-74b0e881b02b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:79548e85-b2ae-46fc-bd2d-9ad16902c613
ModelInvariantUuid:3bc0901e-1d5b-4b62-a270-d92f085e93bc
ModelName:vFW f0f95bfc-1e5d-nodes.vpgCvfc
ModelUuid:181a9de3-6b2c-4322-b1f0-29dd9ff3e19d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:ba387cd0-bc04-485e-9acc-5996cc6d0d46
ModelInvariantUuid:f87294dd-36ff-400d-a402-98a5bb9b48c5
ModelName:VfwF0f95bfc1e5d.compute.nodes.heat.vpg
ModelUuid:b55749ce-f49a-4e45-9408-b39395783480
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-29T10:33:38.830Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: e3f34cdd-7d2e-452a-b748-35df7aa44d13
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-29T10:33:38.834Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||vFW f0f95bfc-1e5d 0
2022-03-29T10:33:38.834Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e3f34cdd-7d2e-452a-b748-35df7aa44d13
2022-03-29T10:33:38.834Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e833ce7d-96ac-4853-bf95-4b20eb47471e from URL: /sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/vfwf0f95bfc1e5d0_modules.json
2022-03-29T10:33:38.834Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-29T10:33:38.834Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/vfwf0f95bfc1e5d0_modules.json
2022-03-29T10:33:39.146Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-29T10:33:39.147Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/vfwf0f95bfc1e5d0_modules.json e833ce7d-96ac-4853-bf95-4b20eb47471e 785
2022-03-29T10:33:39.148Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/vfwf0f95bfc1e5d0_modules.json ASDC sendASDCNotification
2022-03-29T10:33:39.148Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/vfwf0f95bfc1e5d0_modules.json
2022-03-29T10:33:39.148Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-29T10:33:39.149Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:33:39.152Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:33:39.153Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550019148,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/vfwf0f95bfc1e5d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:33:39.252Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-29T10:33:39.253Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:33:39.254Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:33:39.277Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:33:39.278Z||pool-43-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:33:40.156Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwF0f95bfc1e5d..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "e3beae7b-1d88-44ba-9d81-9afda428a48e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8d823c70-4b97-4140-b7b1-e7c10694209a",
    "vfModuleModelCustomizationUUID": "3be16753-9a9f-460b-a536-589c8ce25042",
    "isBase": true,
    "artifacts": [
      "b1e5addb-5e78-40f2-9c63-ca7f972902a6",
      "2e7bb03e-12a3-473e-8233-99e051e69009"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-29T10:33:40.163Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF0f95bfc1e5d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8d823c70-4b97-4140-b7b1-e7c10694209a
VfModuleModelInvariantUUID:e3beae7b-1d88-44ba-9d81-9afda428a48e
VfModuleModelDescription:NULL
Artifacts UUID List:{
b1e5addb-5e78-40f2-9c63-ca7f972902a6
,
2e7bb03e-12a3-473e-8233-99e051e69009

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

isBase:true


}

2022-03-29T10:33:40.167Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwF0f95bfc1e5d..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "e3beae7b-1d88-44ba-9d81-9afda428a48e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8d823c70-4b97-4140-b7b1-e7c10694209a",
    "vfModuleModelCustomizationUUID": "3be16753-9a9f-460b-a536-589c8ce25042",
    "isBase": true,
    "artifacts": [
      "b1e5addb-5e78-40f2-9c63-ca7f972902a6",
      "2e7bb03e-12a3-473e-8233-99e051e69009"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-29T10:33:40.168Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF0f95bfc1e5d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8d823c70-4b97-4140-b7b1-e7c10694209a
VfModuleModelInvariantUUID:e3beae7b-1d88-44ba-9d81-9afda428a48e
VfModuleModelDescription:NULL
Artifacts UUID List:{
b1e5addb-5e78-40f2-9c63-ca7f972902a6
,
2e7bb03e-12a3-473e-8233-99e051e69009

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

isBase:true


}

2022-03-29T10:33:40.169Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b1e5addb-5e78-40f2-9c63-ca7f972902a6 from URL: /sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.yaml
2022-03-29T10:33:40.169Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-29T10:33:40.169Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.yaml
2022-03-29T10:33:40.748Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-29T10:33:40.749Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.yaml b1e5addb-5e78-40f2-9c63-ca7f972902a6 20368
2022-03-29T10:33:40.750Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-29T10:33:40.750Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.yaml
2022-03-29T10:33:40.750Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-29T10:33:40.750Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:33:40.754Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:33:40.755Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550020750,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:33:40.861Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-03-29T10:33:40.866Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:33:40.866Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:33:40.889Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:33:40.890Z||pool-44-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:33:41.763Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2e7bb03e-12a3-473e-8233-99e051e69009 from URL: /sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.env
2022-03-29T10:33:41.765Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-29T10:33:41.765Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.env
2022-03-29T10:33:41.976Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-29T10:33:41.977Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.env 2e7bb03e-12a3-473e-8233-99e051e69009 2098
2022-03-29T10:33:41.977Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-29T10:33:41.978Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.env
2022-03-29T10:33:41.982Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-29T10:33:41.982Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:33:41.984Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:33:41.985Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550021977,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:33:42.085Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:33:42.086Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:33:42.086Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:33:42.101Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:33:42.103Z||pool-45-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:33:42.985Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 8a336d15-0bb7-4814-9244-f9339b811516
2022-03-29T10:33:42.986Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW f0f95bfc-1e5d 0 e3f34cdd-7d2e-452a-b748-35df7aa44d13 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-29T10:33:43.001Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7b2df08b, org.onap.sdc.toscaparser.api.parameters.Input@30e5ba0b, org.onap.sdc.toscaparser.api.parameters.Input@101523e2, org.onap.sdc.toscaparser.api.parameters.Input@4dc4374b, org.onap.sdc.toscaparser.api.parameters.Input@59f93fd0]
2022-03-29T10:33:43.002Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:33:43.002Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-29 10-30-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:33:43.002Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-03-29T10:33:43.003Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 40412373-c2ff-4d25-b1b0-01bdd23526c8
2022-03-29T10:33:43.003Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 40412373-c2ff-4d25-b1b0-01bdd23526c8 matches Tosca VF Customization UUID: 40412373-c2ff-4d25-b1b0-01bdd23526c8
2022-03-29T10:33:43.003Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 40412373-c2ff-4d25-b1b0-01bdd23526c8  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-29T10:33:43.004Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:33:43.005Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-29 10-30-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:33:43.005Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 40412373-c2ff-4d25-b1b0-01bdd23526c8: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-29T10:33:43.005Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1170ccc5
2022-03-29T10:33:43.006Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:33:43.006Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-29 10-30-40 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-29T10:33:43.006Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3be16753-9a9f-460b-a536-589c8ce25042
2022-03-29T10:33:43.006Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3be16753-9a9f-460b-a536-589c8ce25042
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-29T10:33:43.008Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:33:43.008Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vFW f0f95bfc-1e5d 0 is matching search criteria
2022-03-29T10:33:43.008Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f0f95bfc-1e5d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-29T10:33:43.009Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:33:43.009Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vFW f0f95bfc-1e5d 0 is matching search criteria
2022-03-29T10:33:43.009Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f0f95bfc-1e5d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-29T10:33:43.009Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:33:43.009Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vFW f0f95bfc-1e5d 0 is not matching search criteria
2022-03-29T10:33:43.009Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-29T10:33:43.009Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-29T10:33:43.010Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-29T10:33:43.010Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-29T10:33:43.010Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-29T10:33:43.010Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-29T10:33:43.010Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-29T10:33:43.010Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-29T10:33:43.010Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-29T10:33:43.011Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-29T10:33:43.011Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-29T10:33:43.011Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=64bef210-a181-4f89-909b-eaddb1b49d3c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-29T10:33:43.013Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:33:43.014Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vFW f0f95bfc-1e5d 0 is matching search criteria
2022-03-29T10:33:43.014Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f0f95bfc-1e5d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-29T10:33:43.014Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:33:43.014Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vFW f0f95bfc-1e5d 0 is not matching search criteria
2022-03-29T10:33:43.014Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-29T10:33:43.015Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-29T10:33:43.015Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-29T10:33:43.015Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-29T10:33:43.015Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-29T10:33:43.015Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-29T10:33:43.016Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-29T10:33:43.016Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-29T10:33:43.016Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-29T10:33:43.016Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-29T10:33:43.016Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-29T10:33:43.017Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-29T10:33:43.017Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c026633d-daab-43e5-9985-e58e3bebe5b4
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-29T10:33:43.019Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:33:43.019Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vFW f0f95bfc-1e5d 0 is matching search criteria
2022-03-29T10:33:43.019Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f0f95bfc-1e5d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-29T10:33:43.019Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:33:43.020Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vFW f0f95bfc-1e5d 0 is not matching search criteria
2022-03-29T10:33:43.020Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-29T10:33:43.020Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-29T10:33:43.020Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-29T10:33:43.020Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-29T10:33:43.020Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-29T10:33:43.020Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-29T10:33:43.021Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-29T10:33:43.021Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-29T10:33:43.021Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-29T10:33:43.021Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-29T10:33:43.021Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-29T10:33:43.021Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-29T10:33:43.022Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=79548e85-b2ae-46fc-bd2d-9ad16902c613
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-29T10:33:43.024Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:33:43.024Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vFW f0f95bfc-1e5d 0 is matching search criteria
2022-03-29T10:33:43.024Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f0f95bfc-1e5d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-29T10:33:43.024Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:33:43.024Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vFW f0f95bfc-1e5d 0 is matching search criteria
2022-03-29T10:33:43.025Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f0f95bfc-1e5d 0] matching following query criteria: sdcType=VF, customizationUUID=40412373-c2ff-4d25-b1b0-01bdd23526c8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-29T10:33:43.026Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:33:43.026Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-29 10-30-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:33:43.027Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 8a336d15-0bb7-4814-9244-f9339b811516: vFW f0f95bfc-1e5d
2022-03-29T10:33:43.027Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:33:43.027Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-29 10-30-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:33:43.027Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:33:43.027Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-29 10-30-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:33:43.027Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:33:43.027Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-29 10-30-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:33:43.028Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:33:43.028Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-29 10-30-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:33:43.028Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:33:43.028Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-29 10-30-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:33:43.028Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-03-29 10-30-40 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-29T10:33:43.207Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW f0f95bfc-1e5d e3f34cdd-7d2e-452a-b748-35df7aa44d13 1 ASDC deployResourceStructure
2022-03-29T10:33:43.208Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/vfwf0f95bfc1e5d0_modules.json ASDC sendASDCNotification
2022-03-29T10:33:43.208Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/vfwf0f95bfc1e5d0_modules.json
2022-03-29T10:33:43.208Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-29T10:33:43.208Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:33:43.210Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:33:43.210Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550023208,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/vfwf0f95bfc1e5d0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-29T10:33:43.310Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:33:43.312Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:33:43.312Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:33:43.325Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:33:43.326Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:33:44.211Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-29T10:33:44.212Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.yaml
2022-03-29T10:33:44.212Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-29T10:33:44.212Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:33:44.215Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:33:44.215Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550024211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-29T10:33:44.315Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:33:44.316Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:33:44.317Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:33:44.329Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:33:44.330Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:33:45.216Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-29T10:33:45.216Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.env
2022-03-29T10:33:45.216Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-29T10:33:45.217Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:33:45.218Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:33:45.219Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550025215,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-29T10:33:45.319Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:33:45.320Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:33:45.321Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:33:45.332Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:33:45.333Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:33:46.219Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220329103040/1.0/artifacts/service-Vfw20220329103040-csar.csar ASDC sendASDCNotification
2022-03-29T10:33:46.220Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220329103040/1.0/artifacts/service-Vfw20220329103040-csar.csar
2022-03-29T10:33:46.220Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-29T10:33:46.220Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:33:46.222Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:33:46.222Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550026219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/artifacts/service-Vfw20220329103040-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-29T10:33:46.323Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:33:46.324Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:33:46.324Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:33:46.336Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:33:46.337Z||pool-49-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:33:47.223Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 79b9e64b-e916-4485-8d69-1f401d7a17ab
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-29T10:33:47.234Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 79b9e64b-e916-4485-8d69-1f401d7a17ab
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-29T10:33:47.236Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-29T10:33:47.236Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-29T10:33:47.236Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-29T10:34:17.237Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 79b9e64b-e916-4485-8d69-1f401d7a17ab
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-29T10:34:17.248Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 79b9e64b-e916-4485-8d69-1f401d7a17ab
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-29T10:34:17.250Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-29T10:34:17.251Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-29T10:34:17.251Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-29T10:34:19.274Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:34:19.275Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:34:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:34:19.918Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:34:19.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:19.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550004478,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-29T10:34:19.921Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:34:19.921Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:19.921Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550005494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:34:19.921Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:34:19.921Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:19.921Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648549998972,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:34:19.921Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:34:19.921Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:19.921Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "cds",
  "timestamp": 1648549999626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:34:19.921Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:34:19.922Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:19.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550005494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/vfwf0f95bfc1e5d0_modules.json",
  "status": "NOTIFIED"
}
2022-03-29T10:34:19.922Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:34:19.922Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:19.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648549998972,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/vfwf0f95bfc1e5d0_modules.json",
  "status": "NOTIFIED"
}
2022-03-29T10:34:19.922Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:34:19.922Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:19.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "cds",
  "timestamp": 1648549999626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/vfwf0f95bfc1e5d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:34:19.922Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:34:19.922Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:19.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550005494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-29T10:34:19.923Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:34:19.923Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:19.923Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648549998972,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-29T10:34:19.923Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:34:19.923Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:19.923Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "cds",
  "timestamp": 1648549999626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:34:19.923Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:34:19.924Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:19.924Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "aai-ml",
  "timestamp": 1648550010652,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:34:19.924Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:34:19.924Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:19.924Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "policy-id",
  "timestamp": 1648550009842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:34:19.924Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:34:19.924Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:19.924Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550005494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:34:19.925Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:34:19.925Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:19.925Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648549998972,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:34:19.925Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:34:19.925Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:19.925Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "cds",
  "timestamp": 1648549999626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:34:19.925Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:34:19.925Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:19.926Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "aai-ml",
  "timestamp": 1648550010652,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/vfwf0f95bfc1e5d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:34:19.926Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:34:19.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:19.926Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "policy-id",
  "timestamp": 1648550009842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/vfwf0f95bfc1e5d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:34:19.926Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:34:19.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:19.926Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550010962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:34:19.926Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:34:19.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:19.926Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550005494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-29T10:34:19.926Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:34:19.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:19.927Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648549998972,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-29T10:34:19.927Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:34:19.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:19.927Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "cds",
  "timestamp": 1648549999626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:34:19.927Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:34:19.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:19.927Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "aai-ml",
  "timestamp": 1648550010652,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:34:19.927Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:34:19.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:19.927Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "policy-id",
  "timestamp": 1648550009842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-29T10:34:19.927Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:34:19.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:19.928Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550010962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/vfwf0f95bfc1e5d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:34:19.928Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:34:19.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:19.928Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550005494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/artifacts/service-Vfw20220329103040-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:34:19.928Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:34:19.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:19.928Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648549998972,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/artifacts/service-Vfw20220329103040-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:34:19.928Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:34:19.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:19.928Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "cds",
  "timestamp": 1648549999626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/artifacts/service-Vfw20220329103040-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:34:19.929Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:34:19.929Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:19.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "aai-ml",
  "timestamp": 1648550010652,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:34:19.929Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:34:19.929Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:19.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648550012719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:34:19.929Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:34:19.929Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:19.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "policy-id",
  "timestamp": 1648550009842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:34:19.929Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:34:19.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:19.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550010962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:34:19.930Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:34:19.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:19.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550005494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/artifacts/service-Vfw20220329103040-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:34:19.930Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:34:19.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:19.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648549998972,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/artifacts/service-Vfw20220329103040-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:34:19.930Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:34:19.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:19.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "cds",
  "timestamp": 1648549999626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/artifacts/service-Vfw20220329103040-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:34:19.931Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:34:19.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:19.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "aai-ml",
  "timestamp": 1648550010652,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:34:19.931Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:34:19.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:19.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648550012719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/vfwf0f95bfc1e5d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:34:19.931Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:34:19.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:19.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "policy-id",
  "timestamp": 1648550009842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:34:19.931Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:34:19.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:19.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550010962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:34:19.932Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:34:19.932Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:19.932Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "aai-ml",
  "timestamp": 1648550010652,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/artifacts/service-Vfw20220329103040-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:34:19.932Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:34:19.932Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:19.932Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648550012719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:34:19.932Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:34:19.932Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:19.932Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648550015258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/vfwf0f95bfc1e5d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:34:19.932Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:34:19.932Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:19.933Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550015372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/artifacts/service-Vfw20220329103040-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:34:19.933Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:34:19.933Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:19.933Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "policy-id",
  "timestamp": 1648550009842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/artifacts/service-Vfw20220329103040-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:34:19.933Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:34:19.933Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:19.933Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "cds",
  "timestamp": 1648550015578,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/artifacts/service-Vfw20220329103040-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:34:19.933Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:34:19.934Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:19.934Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550010962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:34:19.934Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:34:19.934Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:19.934Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "aai-ml",
  "timestamp": 1648550010652,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/artifacts/service-Vfw20220329103040-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:34:19.934Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:34:19.934Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:19.934Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648550012719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:34:19.935Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:34:19.935Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:19.935Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "policy-id",
  "timestamp": 1648550009842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/artifacts/service-Vfw20220329103040-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:34:19.935Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:34:19.935Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:19.935Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "cds",
  "timestamp": 1648550016586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/artifacts/service-Vfw20220329103040-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-29T10:34:19.942Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 79b9e64b-e916-4485-8d69-1f401d7a17ab
2022-03-29T10:34:19.942Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 79b9e64b-e916-4485-8d69-1f401d7a17ab and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-29T10:34:19.953Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:19.954Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550010962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/artifacts/service-Vfw20220329103040-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:34:19.954Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:34:19.954Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:19.954Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648550016664,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:34:19.954Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:34:19.955Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:19.955Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648550012719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:34:19.955Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:34:19.955Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:19.955Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550010962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/artifacts/service-Vfw20220329103040-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:34:19.955Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:34:19.955Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:19.955Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "aai-ml",
  "timestamp": 1648550018892,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/artifacts/service-Vfw20220329103040-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:34:19.956Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:34:19.956Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:19.956Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648550017976,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:34:19.956Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:34:19.956Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:19.956Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "policy-id",
  "timestamp": 1648550018125,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/artifacts/service-Vfw20220329103040-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:34:19.956Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:34:19.956Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:19.956Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648550012719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/artifacts/service-Vfw20220329103040-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:34:19.957Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:34:19.957Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:19.957Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550018960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/artifacts/service-Vfw20220329103040-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:34:19.957Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:34:19.957Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:19.957Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "policy-id",
  "timestamp": 1648550019130,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/artifacts/service-Vfw20220329103040-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-29T10:34:19.957Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:34:19.958Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:19.958Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648550019029,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-29T10:34:19.964Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 79b9e64b-e916-4485-8d69-1f401d7a17ab
2022-03-29T10:34:19.964Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 79b9e64b-e916-4485-8d69-1f401d7a17ab and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-29T10:34:19.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:19.983Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550019148,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/vfwf0f95bfc1e5d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:34:19.984Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:34:19.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:19.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648550012719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/artifacts/service-Vfw20220329103040-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:34:19.985Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:34:19.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:19.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "policy-id",
  "timestamp": 1648550020132,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-29T10:34:19.991Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 79b9e64b-e916-4485-8d69-1f401d7a17ab
2022-03-29T10:34:19.991Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 79b9e64b-e916-4485-8d69-1f401d7a17ab and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-29T10:34:19.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:19.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648550020041,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/vfwf0f95bfc1e5d0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-29T10:34:19.999Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:34:19.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:20.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550020750,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:34:20.000Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:34:20.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:20.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550021977,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:34:20.001Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:34:20.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:20.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "clamp",
  "timestamp": 1648550021686,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:34:20.001Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:34:20.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:20.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550022654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/artifacts/service-Vfw20220329103040-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-29T10:34:20.002Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:34:20.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:20.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550023208,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/vfwf0f95bfc1e5d0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-29T10:34:20.003Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:34:20.003Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:20.003Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "clamp",
  "timestamp": 1648550021686,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/vfwf0f95bfc1e5d0_modules.json",
  "status": "NOTIFIED"
}
2022-03-29T10:34:20.003Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:34:20.003Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:20.003Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550023661,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-29T10:34:20.008Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 79b9e64b-e916-4485-8d69-1f401d7a17ab
2022-03-29T10:34:20.009Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 79b9e64b-e916-4485-8d69-1f401d7a17ab and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-29T10:34:20.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:20.018Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550024211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-29T10:34:20.018Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:34:20.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:20.018Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "clamp",
  "timestamp": 1648550021686,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:34:20.019Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:34:20.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:20.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550025215,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-29T10:34:20.019Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:34:20.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:20.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "clamp",
  "timestamp": 1648550021686,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:34:20.019Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:34:20.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:20.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550026219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/artifacts/service-Vfw20220329103040-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-29T10:34:20.020Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:34:20.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:20.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "clamp",
  "timestamp": 1648550021686,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:34:20.020Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:34:20.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:20.021Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "clamp",
  "timestamp": 1648550021686,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/artifacts/service-Vfw20220329103040-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:34:20.021Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:34:20.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:20.021Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "clamp",
  "timestamp": 1648550021686,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/artifacts/service-Vfw20220329103040-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:34:20.021Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:34:20.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:20.021Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "aai-ml",
  "timestamp": 1648550031886,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/artifacts/service-Vfw20220329103040-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-29T10:34:20.022Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:34:20.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:20.022Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "aai-ml",
  "timestamp": 1648550032890,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-29T10:34:20.027Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 79b9e64b-e916-4485-8d69-1f401d7a17ab
2022-03-29T10:34:20.027Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 79b9e64b-e916-4485-8d69-1f401d7a17ab and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-29T10:34:20.035Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:20.035Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "clamp",
  "timestamp": 1648550039103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/artifacts/service-Vfw20220329103040-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:34:20.035Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:34:20.035Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:20.035Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "clamp",
  "timestamp": 1648550041114,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/artifacts/service-Vfw20220329103040-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-29T10:34:20.036Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:34:20.036Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:34:20.036Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "clamp",
  "timestamp": 1648550042118,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-29T10:34:20.040Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 79b9e64b-e916-4485-8d69-1f401d7a17ab
2022-03-29T10:34:20.040Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 79b9e64b-e916-4485-8d69-1f401d7a17ab and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-29T10:34:47.251Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 79b9e64b-e916-4485-8d69-1f401d7a17ab
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-29T10:34:47.273Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 79b9e64b-e916-4485-8d69-1f401d7a17ab
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-29T10:34:47.282Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-29T10:34:47.283Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-29T10:34:47.283Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-29T10:34:47.283Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-29T10:34:47.283Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-29T10:34:47.284Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-29T10:34:47.284Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-29T10:34:47.284Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-29T10:34:47.284Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-29T10:34:47.285Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-29T10:34:47.285Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-29T10:34:47.290Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-29T10:35:17.291Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 79b9e64b-e916-4485-8d69-1f401d7a17ab and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-29T10:35:17.301Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 79b9e64b-e916-4485-8d69-1f401d7a17ab and serviceModelVersionId: 8a336d15-0bb7-4814-9244-f9339b811516
2022-03-29T10:35:17.301Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : db934d03-c756-4ddb-aef3-9c4a95afe356
2022-03-29T10:35:17.303Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/db934d03-c756-4ddb-aef3-9c4a95afe356/model-vers/model-ver/8a336d15-0bb7-4814-9244-f9339b811516?depth=0
2022-03-29T10:35:17.312Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-03-29T10:35:17.384Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/db934d03-c756-4ddb-aef3-9c4a95afe356/model-vers/model-ver/8a336d15-0bb7-4814-9244-f9339b811516?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-29T10:35:17.386Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/db934d03-c756-4ddb-aef3-9c4a95afe356/model-vers/model-ver/8a336d15-0bb7-4814-9244-f9339b811516?depth=0|INFO|500||Invoke
2022-03-29T10:35:17.416Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/db934d03-c756-4ddb-aef3-9c4a95afe356/model-vers/model-ver/8a336d15-0bb7-4814-9244-f9339b811516?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-29T10:35:17.563Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/db934d03-c756-4ddb-aef3-9c4a95afe356/model-vers/model-ver/8a336d15-0bb7-4814-9244-f9339b811516?depth=0|INFO|500||InvokeReturn
2022-03-29T10:35:17.565Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/db934d03-c756-4ddb-aef3-9c4a95afe356/model-vers/model-ver/8a336d15-0bb7-4814-9244-f9339b811516?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220329-10:35:18:547-4973], vertex-id=[200824], Content-Length=[0], Date=[Tue, 29 Mar 2022 10:35:18 GMT], Content-Type=[application/json]}
2022-03-29T10:35:17.566Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-03-29T10:35:17.567Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-29T10:35:17.567Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-29T10:35:17.574Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-29T10:35:17.575Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 79b9e64b-e916-4485-8d69-1f401d7a17ab and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-29T10:35:17.575Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-29T10:35:17.576Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:35:17.581Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:35:17.581Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550117575,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-29T10:35:17.681Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-29T10:35:17.682Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:35:17.682Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:35:17.699Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:35:17.699Z||pool-50-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-29T10:35:18.595Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:35:18.595Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:35:18.595Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:35:19.274Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:35:19.275Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:35:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:35:19.903Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:35:19.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:35:19.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550117575,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-29T10:35:19.905Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:35:28.143Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:35:28.145Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:35:28.146Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:35:28.146Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:35:37.716Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:35:37.717Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:35:37.718Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:35:37.718Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:35:47.276Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:35:47.277Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:35:47.278Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:35:47.278Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:35:56.823Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:35:56.824Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:35:56.824Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:35:56.825Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:36:06.378Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:36:19.271Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:36:19.272Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:36:19.273Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:36:19.274Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:36:19.275Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:36:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:36:28.826Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:36:28.827Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:37:19.271Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:37:19.272Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:37:19.272Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:37:19.274Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:37:19.275Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:37:19.275Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:37:28.825Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:37:28.828Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:38:19.271Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:38:19.272Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:38:19.272Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:38:19.274Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:38:19.274Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:38:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:38:28.822Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:38:28.823Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:39:19.271Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:39:19.272Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:39:19.272Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:39:19.275Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:39:19.275Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:39:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:39:28.824Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:39:28.824Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:40:19.271Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:40:19.272Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:40:19.272Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:40:19.274Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:40:19.274Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:40:19.274Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:40:28.826Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:40:28.826Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:41:19.271Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:41:19.272Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:41:19.272Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:41:19.274Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:41:19.274Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:41:19.274Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:41:28.852Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:41:28.856Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:42:19.271Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:42:19.272Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:42:19.272Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:42:19.274Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:42:19.275Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:42:19.276Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:42:28.856Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:42:28.871Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:43:19.271Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:43:19.273Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:43:19.273Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:43:19.274Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:43:19.275Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:43:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:43:19.909Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:43:19.910Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-29T10:43:19.910Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"3ab39dba-2a99-44cf-a508-7e576466e1b6","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"ea37669b-04c2-4490-81e0-452a26601fc2","serviceDescription":"service","serviceInvariantUUID":"70fd344d-fb91-4358-8aa4-a0d8fa079989","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"cc442303-db80-4fb9-acdf-2739aa56c7e9","resourceInvariantUUID":"04d400bc-8702-4efe-8e9e-6972f9c429dd","resourceCustomizationUUID":"bde128a9-d88b-408a-bf1b-9b1a6628b6ba","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":"OGYzYzA3ODEzZWY0MjBkNGU3OTVjNjg5YWZjMThhNDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6afbd405-a0cf-46ce-9b72-5212eadf51cd","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZjEyN2RiYWY4NTA5MTc4NWUwYjVkZDE5YWU2NGQxOGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"169dbc83-0043-4bf3-a64c-d9e8a3fec5a7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-29T10:43:19.914Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:43:19.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-29T10:43:19.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ab39dba-2a99-44cf-a508-7e576466e1b6",
  "consumerID": "cds",
  "timestamp": 1648550554626,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:43:19.916Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:43:19.917Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:43:19.917Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:43:19.917Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-29T10:43:19.917Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ab39dba-2a99-44cf-a508-7e576466e1b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550550963,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:43:19.918Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:43:19.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-29T10:43:19.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ab39dba-2a99-44cf-a508-7e576466e1b6",
  "consumerID": "policy-id",
  "timestamp": 1648550549842,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:43:19.918Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:43:19.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-29T10:43:19.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ab39dba-2a99-44cf-a508-7e576466e1b6",
  "consumerID": "aai-ml",
  "timestamp": 1648550550652,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:43:19.918Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:43:19.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-29T10:43:19.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ab39dba-2a99-44cf-a508-7e576466e1b6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648550552719,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:43:19.919Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:43:19.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-29T10:43:19.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ab39dba-2a99-44cf-a508-7e576466e1b6",
  "consumerID": "cds",
  "timestamp": 1648550554626,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:43:19.919Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:43:19.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-29T10:43:19.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ab39dba-2a99-44cf-a508-7e576466e1b6",
  "consumerID": "policy-id",
  "timestamp": 1648550549842,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:43:19.919Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:43:19.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-29T10:43:19.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ab39dba-2a99-44cf-a508-7e576466e1b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550550963,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:43:19.920Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:43:19.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-29T10:43:19.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ab39dba-2a99-44cf-a508-7e576466e1b6",
  "consumerID": "aai-ml",
  "timestamp": 1648550550652,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:43:19.921Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:43:19.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-29T10:43:19.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ab39dba-2a99-44cf-a508-7e576466e1b6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648550552719,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:43:19.921Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:43:19.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-29T10:43:19.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ab39dba-2a99-44cf-a508-7e576466e1b6",
  "consumerID": "cds",
  "timestamp": 1648550559256,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:43:19.922Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:43:19.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-29T10:43:19.922Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ab39dba-2a99-44cf-a508-7e576466e1b6",
  "consumerID": "policy-id",
  "timestamp": 1648550559335,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:43:19.923Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:43:19.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-29T10:43:19.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ab39dba-2a99-44cf-a508-7e576466e1b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550559269,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:43:19.923Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:43:19.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-29T10:43:19.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ab39dba-2a99-44cf-a508-7e576466e1b6",
  "consumerID": "aai-ml",
  "timestamp": 1648550560476,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:43:19.924Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:43:19.924Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:43:19.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-29T10:43:19.924Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3ab39dba-2a99-44cf-a508-7e576466e1b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550599271,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:43:19.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ab39dba-2a99-44cf-a508-7e576466e1b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648550558969,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:43:19.924Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:43:19.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-29T10:43:19.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ab39dba-2a99-44cf-a508-7e576466e1b6",
  "consumerID": "cds",
  "timestamp": 1648550560265,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-29T10:43:19.946Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3ab39dba-2a99-44cf-a508-7e576466e1b6
2022-03-29T10:43:19.947Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ab39dba-2a99-44cf-a508-7e576466e1b6 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-29T10:43:19.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-29T10:43:19.958Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ab39dba-2a99-44cf-a508-7e576466e1b6",
  "consumerID": "policy-id",
  "timestamp": 1648550560343,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-29T10:43:19.958Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:43:19.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-29T10:43:19.959Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ab39dba-2a99-44cf-a508-7e576466e1b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648550558969,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:43:19.959Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:43:19.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-29T10:43:19.959Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ab39dba-2a99-44cf-a508-7e576466e1b6",
  "consumerID": "policy-id",
  "timestamp": 1648550561347,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-29T10:43:19.965Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3ab39dba-2a99-44cf-a508-7e576466e1b6
2022-03-29T10:43:19.965Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ab39dba-2a99-44cf-a508-7e576466e1b6 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-29T10:43:19.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-29T10:43:19.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ab39dba-2a99-44cf-a508-7e576466e1b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550561287,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-29T10:43:19.973Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:43:19.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-29T10:43:19.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ab39dba-2a99-44cf-a508-7e576466e1b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550562299,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-29T10:43:19.978Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3ab39dba-2a99-44cf-a508-7e576466e1b6
2022-03-29T10:43:19.978Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ab39dba-2a99-44cf-a508-7e576466e1b6 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-29T10:43:19.986Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-29T10:43:19.986Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ab39dba-2a99-44cf-a508-7e576466e1b6",
  "consumerID": "clamp",
  "timestamp": 1648550561687,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:43:19.986Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:43:19.986Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-29T10:43:19.987Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ab39dba-2a99-44cf-a508-7e576466e1b6",
  "consumerID": "clamp",
  "timestamp": 1648550561687,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:43:19.987Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:43:19.987Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-29T10:43:19.987Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ab39dba-2a99-44cf-a508-7e576466e1b6",
  "consumerID": "aai-ml",
  "timestamp": 1648550566373,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-29T10:43:19.987Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:43:19.987Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-29T10:43:19.988Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ab39dba-2a99-44cf-a508-7e576466e1b6",
  "consumerID": "aai-ml",
  "timestamp": 1648550567377,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-29T10:43:19.993Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3ab39dba-2a99-44cf-a508-7e576466e1b6
2022-03-29T10:43:19.993Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ab39dba-2a99-44cf-a508-7e576466e1b6 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-29T10:43:20.000Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-29T10:43:20.000Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ab39dba-2a99-44cf-a508-7e576466e1b6",
  "consumerID": "clamp",
  "timestamp": 1648550576198,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:43:20.001Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:43:20.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-29T10:43:20.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ab39dba-2a99-44cf-a508-7e576466e1b6",
  "consumerID": "clamp",
  "timestamp": 1648550578204,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-29T10:43:20.001Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:43:20.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-29T10:43:20.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ab39dba-2a99-44cf-a508-7e576466e1b6",
  "consumerID": "clamp",
  "timestamp": 1648550579208,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-29T10:43:20.006Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3ab39dba-2a99-44cf-a508-7e576466e1b6
2022-03-29T10:43:20.007Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ab39dba-2a99-44cf-a508-7e576466e1b6 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-29T10:43:20.024Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:43:20.025Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:43:20.025Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:43:20.037Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:43:20.038Z||pool-51-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:43:20.925Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:43:20.926Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:43:20.928Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:43:20.928Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3ab39dba-2a99-44cf-a508-7e576466e1b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550599271,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:43:21.028Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:43:21.029Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:43:21.030Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:43:21.045Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:43:21.046Z||pool-52-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-29T10:43:21.929Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "3ab39dba-2a99-44cf-a508-7e576466e1b6",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "ea37669b-04c2-4490-81e0-452a26601fc2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "70fd344d-fb91-4358-8aa4-a0d8fa079989",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "bde128a9-d88b-408a-bf1b-9b1a6628b6ba",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "cc442303-db80-4fb9-acdf-2739aa56c7e9",
      "resourceInvariantUUID": "04d400bc-8702-4efe-8e9e-6972f9c429dd",
      "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": "ZjEyN2RiYWY4NTA5MTc4NWUwYjVkZDE5YWU2NGQxOGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "169dbc83-0043-4bf3-a64c-d9e8a3fec5a7"
    }
  ],
  "workloadContext": "Production"
}
2022-03-29T10:43:21.930Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-29T10:43:21.931Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ea37669b-04c2-4490-81e0-452a26601fc2 ASDC
2022-03-29T10:43:21.932Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:3ab39dba-2a99-44cf-a508-7e576466e1b6
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:ea37669b-04c2-4490-81e0-452a26601fc2
ServiceInvariantUUID:70fd344d-fb91-4358-8aa4-a0d8fa079989
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:169dbc83-0043-4bf3-a64c-d9e8a3fec5a7
ArtifactChecksum:ZjEyN2RiYWY4NTA5MTc4NWUwYjVkZDE5YWU2NGQxOGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:bde128a9-d88b-408a-bf1b-9b1a6628b6ba
ResourceInvariantUUID:04d400bc-8702-4efe-8e9e-6972f9c429dd
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:cc442303-db80-4fb9-acdf-2739aa56c7e9
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-03-29T10:43:21.932Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ea37669b-04c2-4490-81e0-452a26601fc2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-29T10:43:21.969Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-29T10:43:21.971Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-29T10:43:21.971Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-29T10:43:21.971Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 169dbc83-0043-4bf3-a64c-d9e8a3fec5a7 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-29T10:43:21.971Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-29T10:43:21.972Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-29T10:43:22.321Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-29T10:43:22.325Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 169dbc83-0043-4bf3-a64c-d9e8a3fec5a7 52509
2022-03-29T10:43:22.326Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-29T10:43:22.326Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-29T10:43:22.327Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-29T10:43:22.327Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:43:22.331Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:43:22.332Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3ab39dba-2a99-44cf-a508-7e576466e1b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550602326,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:43:22.433Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-29T10:43:22.434Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:43:22.434Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:43:22.451Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:43:22.452Z||pool-53-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-03-29T10:43:23.333Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-29T10:43:23.334Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-29T10:43:23.334Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 169dbc83-0043-4bf3-a64c-d9e8a3fec5a7, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-29T10:43:23.334Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-03-29T10:43:23.335Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-29T10:43:23.335Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-29T10:43:23.576Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP111719719811649633/Definitions/service-BasicNetwork-template.yml
2022-03-29T10:43:24.344Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-29T10:43:24.344Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-29T10:43:24.345Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-29T10:43:24.345Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-03-29T10:43:24.345Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-29T10:43:24.345Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-29T10:43:24.345Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-29T10:43:24.345Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-29T10:43:24.346Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-29T10:43:24.346Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-29T10:43:24.346Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-29T10:43:24.346Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-29T10:43:24.346Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-29T10:43:24.347Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:43:24.347Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:43:24.347Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-29T10:43:24.348Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-29T10:43:24.348Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-29T10:43:24.348Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:43:24.349Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:43:24.349Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-29T10:43:24.349Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-29T10:43:24.349Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-29T10:43:24.350Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:43:24.350Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:43:24.350Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:43:24.351Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:43:24.351Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:43:24.351Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:43:24.352Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:43:24.352Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:43:24.352Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:43:24.352Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:43:24.353Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:ea37669b-04c2-4490-81e0-452a26601fc2
Model Version:NULL
Model InvariantUuid:70fd344d-fb91-4358-8aa4-a0d8fa079989
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:04d400bc-8702-4efe-8e9e-6972f9c429dd
Model UUID:fe452259-6a66-4339-9751-9c4da94f4a1f
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:bde128a9-d88b-408a-bf1b-9b1a6628b6ba
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

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

2022-03-29T10:43:56.419Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/70fd344d-fb91-4358-8aa4-a0d8fa079989/model-vers/model-ver/ea37669b-04c2-4490-81e0-452a26601fc2?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/70fd344d-fb91-4358-8aa4-a0d8fa079989/model-vers/model-ver/ea37669b-04c2-4490-81e0-452a26601fc2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220329-10:43:56:794-70792], vertex-id=[159944], Content-Length=[0], Date=[Tue, 29 Mar 2022 10:43:56 GMT], Content-Type=[application/json]}
2022-03-29T10:43:56.419Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/70fd344d-fb91-4358-8aa4-a0d8fa079989/model-vers/model-ver/ea37669b-04c2-4490-81e0-452a26601fc2?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-29T10:43:56.420Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/70fd344d-fb91-4358-8aa4-a0d8fa079989/model-vers/model-ver/ea37669b-04c2-4490-81e0-452a26601fc2?depth=0|INFO|500||InvokeReturn
2022-03-29T10:43:56.420Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-29T10:43:56.428Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-29T10:43:56.433Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-29T10:43:56.433Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3ab39dba-2a99-44cf-a508-7e576466e1b6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-29T10:43:56.433Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-29T10:43:56.433Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:43:56.435Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:43:56.435Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3ab39dba-2a99-44cf-a508-7e576466e1b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550636433,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-29T10:43:56.536Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:43:56.537Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:43:56.537Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:43:56.560Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:43:56.560Z||pool-55-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-29T10:44:19.271Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:44:19.272Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:44:19.273Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:44:19.274Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:44:19.274Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:44:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:44:19.422Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:44:19.423Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:44:19.423Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ab39dba-2a99-44cf-a508-7e576466e1b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550599271,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:44:19.424Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:44:19.971Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:44:19.972Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-29T10:44:19.972Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"405ca134-5b97-4738-8d13-1ea04b9e932e","serviceName":"Demo_pNF_EjcMIPALo36Fl9SzGeYe","serviceVersion":"1.0","serviceUUID":"e8318885-ce32-455c-889f-3ed0c3d462fb","serviceDescription":"catalog service description","serviceInvariantUUID":"32346622-6ba5-4c9f-ba68-d968e47c146e","resources":[{"resourceInstanceName":"pNF da1ce42c-c987 0","resourceName":"pNF da1ce42c-c987","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5e98a5df-51ae-4b9e-9221-bd2373fa6c93","resourceInvariantUUID":"f0b86ba0-f92f-4c32-a067-1f219f355921","resourceCustomizationUUID":"48bc3e61-27c3-41f7-85c0-6a31f4ae9df4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/resourceInstances/pnfda1ce42cc9870/artifacts/vf-license-model.xml","artifactChecksum":"MWFhMmJhN2Q1YTRmOWFkMDYwMWE5N2I1YjY3M2U2ZWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"99b25edb-17dc-46ec-abea-ea115af4fea7","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/resourceInstances/pnfda1ce42cc9870/artifacts/pNF.csar","artifactChecksum":"OWYyNThmODJhY2I4NWNhOGQyOGE3OWYyZTQwMzhhMGE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"751dc03e-3854-4819-8966-03efe67d01ff","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/resourceInstances/pnfda1ce42cc9870/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dda8039e-deb2-4a3c-8b14-9dbf5721e8f0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/resourceInstances/pnfda1ce42cc9870/artifacts/vendor-license-model.xml","artifactChecksum":"YWM1NzhiNzUwYTQ1MGJlYjRmMTFhMTIzNjZkNDQ1ZDg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8c6ce4ea-a516-4536-b3ca-4912a6a32459","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/resourceInstances/pnfda1ce42cc9870/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"920be44a-8968-4c9f-9796-6c7481ff6c4e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/resourceInstances/pnfda1ce42cc9870/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b6ba9707-21a9-49f7-9124-f6c68533d294","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfEjcmipalo36fl9szgeye-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/artifacts/service-DemoPnfEjcmipalo36fl9szgeye-template.yml","artifactChecksum":"YTNmNDFmNTNlYWJiNzI3ZWY1MmI5OTQ1M2YzYjBlNmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f93a01dc-f64c-4b38-9029-660c6be85083","artifactVersion":"1"},{"artifactName":"service-DemoPnfEjcmipalo36fl9szgeye-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/artifacts/service-DemoPnfEjcmipalo36fl9szgeye-csar.csar","artifactChecksum":"Y2MzODQ1NWQ0YWQ3MTE1MmQ3YWY0OWY0MjA2NjM3M2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"49aea1e6-f242-40b1-b998-6aec1ae97f4c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-29T10:44:19.976Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:44:19.976Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:44:19.979Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:44:19.979Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550659271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/resourceInstances/pnfda1ce42cc9870/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:44:20.079Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-29T10:44:20.080Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:44:20.081Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:44:20.094Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:44:20.094Z||pool-56-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:44:20.980Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:44:20.981Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:44:20.983Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:44:20.983Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550659271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/resourceInstances/pnfda1ce42cc9870/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:44:21.084Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:44:21.085Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:44:21.085Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:44:21.098Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:44:21.098Z||pool-57-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-29T10:44:21.984Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:44:21.985Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:44:21.987Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:44:21.987Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550659271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/resourceInstances/pnfda1ce42cc9870/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:44:22.087Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:44:22.089Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:44:22.089Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:44:22.102Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:44:22.103Z||pool-58-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:44:22.988Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:44:22.989Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:44:22.991Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:44:22.991Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550659271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/resourceInstances/pnfda1ce42cc9870/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:44:23.092Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:44:23.093Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:44:23.093Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:44:23.110Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:44:23.111Z||pool-59-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-03-29T10:44:23.992Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:44:23.993Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:44:23.995Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:44:23.996Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550659271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/resourceInstances/pnfda1ce42cc9870/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:44:24.096Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:44:24.097Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:44:24.097Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:44:24.111Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:44:24.111Z||pool-60-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:44:24.996Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:44:24.997Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:44:25.000Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:44:25.000Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550659271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/resourceInstances/pnfda1ce42cc9870/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:44:25.100Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:44:25.102Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:44:25.102Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:44:25.117Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:44:25.122Z||pool-61-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:44:26.001Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:44:26.001Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:44:26.004Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:44:26.004Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550659271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/artifacts/service-DemoPnfEjcmipalo36fl9szgeye-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:44:26.105Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-29T10:44:26.106Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:44:26.106Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:44:26.124Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:44:26.125Z||pool-62-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:44:27.005Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:44:27.006Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:44:27.009Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:44:27.009Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550659271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/artifacts/service-DemoPnfEjcmipalo36fl9szgeye-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:44:27.108Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-29T10:44:27.109Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:44:27.109Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:44:27.134Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:44:27.135Z||pool-63-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-03-29T10:44:28.011Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "serviceName": "Demo_pNF_EjcMIPALo36Fl9SzGeYe",
  "serviceVersion": "1.0",
  "serviceUUID": "e8318885-ce32-455c-889f-3ed0c3d462fb",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "32346622-6ba5-4c9f-ba68-d968e47c146e",
  "resources": [
    {
      "resourceInstanceName": "pNF da1ce42c-c987 0",
      "resourceCustomizationUUID": "48bc3e61-27c3-41f7-85c0-6a31f4ae9df4",
      "resourceName": "pNF da1ce42c-c987",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5e98a5df-51ae-4b9e-9221-bd2373fa6c93",
      "resourceInvariantUUID": "f0b86ba0-f92f-4c32-a067-1f219f355921",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfEjcmipalo36fl9szgeye-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/artifacts/service-DemoPnfEjcmipalo36fl9szgeye-csar.csar",
      "artifactChecksum": "Y2MzODQ1NWQ0YWQ3MTE1MmQ3YWY0OWY0MjA2NjM3M2I\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "49aea1e6-f242-40b1-b998-6aec1ae97f4c"
    }
  ],
  "workloadContext": "Production"
}
2022-03-29T10:44:28.011Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-29T10:44:28.011Z|3ab39dba-2a99-44cf-a508-7e576466e1b6|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e8318885-ce32-455c-889f-3ed0c3d462fb ASDC
2022-03-29T10:44:28.012Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:405ca134-5b97-4738-8d13-1ea04b9e932e
ServiceName:Demo_pNF_EjcMIPALo36Fl9SzGeYe
ServiceVersion:1.0
ServiceUUID:e8318885-ce32-455c-889f-3ed0c3d462fb
ServiceInvariantUUID:32346622-6ba5-4c9f-ba68-d968e47c146e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfEjcmipalo36fl9szgeye-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/artifacts/service-DemoPnfEjcmipalo36fl9szgeye-csar.csar
ArtifactUUID:49aea1e6-f242-40b1-b998-6aec1ae97f4c
ArtifactChecksum:Y2MzODQ1NWQ0YWQ3MTE1MmQ3YWY0OWY0MjA2NjM3M2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF da1ce42c-c987 0
ResourceCustomizationUUID:48bc3e61-27c3-41f7-85c0-6a31f4ae9df4
ResourceInvariantUUID:f0b86ba0-f92f-4c32-a067-1f219f355921
ResourceName:pNF da1ce42c-c987
ResourceType:PNF
ResourceUUID:5e98a5df-51ae-4b9e-9221-bd2373fa6c93
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-29T10:44:28.012Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e8318885-ce32-455c-889f-3ed0c3d462fb ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-29T10:44:28.041Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-29T10:44:28.041Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-29T10:44:28.041Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-29T10:44:28.041Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 49aea1e6-f242-40b1-b998-6aec1ae97f4c from URL: /sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/artifacts/service-DemoPnfEjcmipalo36fl9szgeye-csar.csar
2022-03-29T10:44:28.042Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-29T10:44:28.042Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/artifacts/service-DemoPnfEjcmipalo36fl9szgeye-csar.csar
2022-03-29T10:44:28.614Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-29T10:44:28.617Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/artifacts/service-DemoPnfEjcmipalo36fl9szgeye-csar.csar 49aea1e6-f242-40b1-b998-6aec1ae97f4c 82654
2022-03-29T10:44:28.618Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/artifacts/service-DemoPnfEjcmipalo36fl9szgeye-csar.csar ASDC sendASDCNotification
2022-03-29T10:44:28.618Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/artifacts/service-DemoPnfEjcmipalo36fl9szgeye-csar.csar
2022-03-29T10:44:28.618Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-29T10:44:28.618Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:44:28.620Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:44:28.620Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550668618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/artifacts/service-DemoPnfEjcmipalo36fl9szgeye-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:44:28.720Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:44:28.721Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:44:28.722Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:44:28.734Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:44:28.735Z||pool-64-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-29T10:44:29.620Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-29T10:44:29.621Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-29T10:44:29.622Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 49aea1e6-f242-40b1-b998-6aec1ae97f4c, URL: /sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/artifacts/service-DemoPnfEjcmipalo36fl9szgeye-csar.csar to file: /app/ASDC/1/service-DemoPnfEjcmipalo36fl9szgeye-csar.csar
2022-03-29T10:44:29.622Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfEjcmipalo36fl9szgeye-csar.csar
2022-03-29T10:44:29.622Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfEjcmipalo36fl9szgeye-csar.csar
2022-03-29T10:44:29.623Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfEjcmipalo36fl9szgeye-csar.csar
2022-03-29T10:44:29.796Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14548561549519511185/Definitions/service-DemoPnfEjcmipalo36fl9szgeye-template.yml
2022-03-29T10:44:30.698Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-29T10:44:30.699Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-29T10:44:30.699Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfEjcmipalo36fl9szgeye-csar.csar
2022-03-29T10:44:30.699Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-29T10:44:30.699Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||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-DemoPnfEjcmipalo36fl9szgeye-csar.csar
2022-03-29T10:44:30.699Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfEjcmipalo36fl9szgeye-csar.csar
2022-03-29T10:44:30.699Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||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-DemoPnfEjcmipalo36fl9szgeye-csar.csar
2022-03-29T10:44:30.699Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||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-DemoPnfEjcmipalo36fl9szgeye-csar.csar
2022-03-29T10:44:30.699Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||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-DemoPnfEjcmipalo36fl9szgeye-csar.csar
2022-03-29T10:44:30.699Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF da1ce42c-c987 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-DemoPnfEjcmipalo36fl9szgeye-csar.csar
2022-03-29T10:44:30.699Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||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-DemoPnfEjcmipalo36fl9szgeye-csar.csar
2022-03-29T10:44:30.699Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-29T10:44:30.700Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:44:30.700Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_EjcMIPALo36Fl9SzGeYe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:44:30.700Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||Node template pNF da1ce42c-c987 0 is matching search criteria
2022-03-29T10:44:30.700Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-29T10:44:30.700Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF da1ce42c-c987 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-29T10:44:30.700Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:44:30.701Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_EjcMIPALo36Fl9SzGeYe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:44:30.701Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||Node template pNF da1ce42c-c987 0 is matching search criteria
2022-03-29T10:44:30.701Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-29T10:44:30.701Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF da1ce42c-c987 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-29T10:44:30.701Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:44:30.701Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_EjcMIPALo36Fl9SzGeYe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:44:30.701Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:44:30.701Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_EjcMIPALo36Fl9SzGeYe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:44:30.702Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:44:30.702Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_EjcMIPALo36Fl9SzGeYe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:44:30.702Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:44:30.702Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_EjcMIPALo36Fl9SzGeYe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:44:30.702Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:44:30.703Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_EjcMIPALo36Fl9SzGeYe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:44:30.703Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_EjcMIPALo36Fl9SzGeYe
Description:catalog service description
Model UUID:e8318885-ce32-455c-889f-3ed0c3d462fb
Model Version:NULL
Model InvariantUuid:32346622-6ba5-4c9f-ba68-d968e47c146e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-29T10:44:30.710Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5e98a5df-51ae-4b9e-9221-bd2373fa6c93
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-29T10:44:30.713Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||INFO|500||pNF da1ce42c-c987 0
2022-03-29T10:44:30.713Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5e98a5df-51ae-4b9e-9221-bd2373fa6c93
2022-03-29T10:44:30.713Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||No resources found for Service: e8318885-ce32-455c-889f-3ed0c3d462fb
2022-03-29T10:44:30.714Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: e8318885-ce32-455c-889f-3ed0c3d462fb
2022-03-29T10:44:30.714Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF da1ce42c-c987 0 5e98a5df-51ae-4b9e-9221-bd2373fa6c93 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-29T10:44:30.718Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@309a63ae, org.onap.sdc.toscaparser.api.parameters.Input@41d1f933, org.onap.sdc.toscaparser.api.parameters.Input@1b09ce9c, org.onap.sdc.toscaparser.api.parameters.Input@2dd346cd, org.onap.sdc.toscaparser.api.parameters.Input@4eb7d7ca]
2022-03-29T10:44:30.718Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:44:30.719Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_EjcMIPALo36Fl9SzGeYe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:44:30.719Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid e8318885-ce32-455c-889f-3ed0c3d462fb: pNF da1ce42c-c987
2022-03-29T10:44:30.719Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||INFO|500||Processing PNF resource: 5e98a5df-51ae-4b9e-9221-bd2373fa6c93
2022-03-29T10:44:30.719Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:44:30.719Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_EjcMIPALo36Fl9SzGeYe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:44:30.720Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||INFO|500||Resource customization UUID: 48bc3e61-27c3-41f7-85c0-6a31f4ae9df4 is the same as notified resource customizationUUID: 48bc3e61-27c3-41f7-85c0-6a31f4ae9df4
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-03-29T10:44:30.765Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF da1ce42c-c987 5e98a5df-51ae-4b9e-9221-bd2373fa6c93 0 ASDC deployResourceStructure
2022-03-29T10:44:30.765Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/artifacts/service-DemoPnfEjcmipalo36fl9szgeye-csar.csar ASDC sendASDCNotification
2022-03-29T10:44:30.766Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/artifacts/service-DemoPnfEjcmipalo36fl9szgeye-csar.csar
2022-03-29T10:44:30.766Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-29T10:44:30.766Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:44:30.768Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:44:30.768Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550670765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/artifacts/service-DemoPnfEjcmipalo36fl9szgeye-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-29T10:44:30.872Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-03-29T10:44:30.873Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:44:30.874Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:44:30.887Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:44:30.888Z||pool-65-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:44:31.769Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 405ca134-5b97-4738-8d13-1ea04b9e932e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-29T10:44:31.780Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 405ca134-5b97-4738-8d13-1ea04b9e932e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-29T10:44:31.782Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-29T10:44:31.782Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-29T10:44:31.782Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-29T10:45:01.783Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 405ca134-5b97-4738-8d13-1ea04b9e932e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-29T10:45:01.794Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 405ca134-5b97-4738-8d13-1ea04b9e932e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-29T10:45:01.797Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-29T10:45:01.797Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-29T10:45:01.797Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-29T10:45:19.274Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:45:19.275Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:45:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:45:19.310Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:45:19.311Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:45:19.311Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ab39dba-2a99-44cf-a508-7e576466e1b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550599271,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:45:19.312Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:45:19.313Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:45:19.313Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ab39dba-2a99-44cf-a508-7e576466e1b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550602326,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:45:19.313Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:45:19.313Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:45:19.313Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ab39dba-2a99-44cf-a508-7e576466e1b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550604498,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-29T10:45:19.313Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:45:19.313Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:45:19.313Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ab39dba-2a99-44cf-a508-7e576466e1b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550636433,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-29T10:45:19.313Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:45:19.313Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:45:19.314Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "aai-ml",
  "timestamp": 1648550640652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/resourceInstances/pnfda1ce42cc9870/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:45:19.314Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:45:19.314Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:45:19.314Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648550638969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/resourceInstances/pnfda1ce42cc9870/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:45:19.314Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:45:19.314Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:45:19.314Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550640962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/resourceInstances/pnfda1ce42cc9870/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:45:19.314Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:45:19.314Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:45:19.314Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "cds",
  "timestamp": 1648550644626,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/resourceInstances/pnfda1ce42cc9870/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:45:19.315Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:45:19.315Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:45:19.315Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "aai-ml",
  "timestamp": 1648550640652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/resourceInstances/pnfda1ce42cc9870/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:45:19.315Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:45:19.315Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:45:19.315Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648550638969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/resourceInstances/pnfda1ce42cc9870/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:45:19.315Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:45:19.315Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:45:19.315Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550640962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/resourceInstances/pnfda1ce42cc9870/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:45:19.315Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:45:19.315Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:45:19.315Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "cds",
  "timestamp": 1648550644626,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/resourceInstances/pnfda1ce42cc9870/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:45:19.316Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:45:19.316Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:45:19.316Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "aai-ml",
  "timestamp": 1648550640652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/resourceInstances/pnfda1ce42cc9870/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:45:19.316Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:45:19.316Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:45:19.316Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550640962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/resourceInstances/pnfda1ce42cc9870/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:45:19.316Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:45:19.316Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:45:19.316Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648550638969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/resourceInstances/pnfda1ce42cc9870/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:45:19.316Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:45:19.317Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:45:19.317Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "cds",
  "timestamp": 1648550644626,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/resourceInstances/pnfda1ce42cc9870/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:45:19.317Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:45:19.317Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:45:19.317Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "aai-ml",
  "timestamp": 1648550640652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/resourceInstances/pnfda1ce42cc9870/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:45:19.317Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:45:19.317Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:45:19.317Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648550638969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/resourceInstances/pnfda1ce42cc9870/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:45:19.317Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:45:19.317Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:45:19.317Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550640962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/resourceInstances/pnfda1ce42cc9870/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:45:19.318Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:45:19.318Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:45:19.318Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "cds",
  "timestamp": 1648550644626,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/resourceInstances/pnfda1ce42cc9870/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:45:19.318Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:45:19.318Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:45:19.318Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "aai-ml",
  "timestamp": 1648550640652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/resourceInstances/pnfda1ce42cc9870/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:45:19.318Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:45:19.318Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:45:19.318Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648550638969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/resourceInstances/pnfda1ce42cc9870/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:45:19.318Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:45:19.319Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:45:19.319Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550640962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/resourceInstances/pnfda1ce42cc9870/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:45:19.319Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:45:19.319Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:45:19.319Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "cds",
  "timestamp": 1648550644626,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/resourceInstances/pnfda1ce42cc9870/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:45:19.319Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:45:19.319Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:45:19.319Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "aai-ml",
  "timestamp": 1648550640652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/resourceInstances/pnfda1ce42cc9870/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:45:19.319Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:45:19.319Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:45:19.319Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648550638969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/resourceInstances/pnfda1ce42cc9870/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:45:19.319Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:45:19.320Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:45:19.320Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550640962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/resourceInstances/pnfda1ce42cc9870/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:45:19.320Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:45:19.320Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:45:19.320Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "cds",
  "timestamp": 1648550644626,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/resourceInstances/pnfda1ce42cc9870/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:45:19.320Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:45:19.320Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:45:19.320Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "policy-id",
  "timestamp": 1648550649842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/resourceInstances/pnfda1ce42cc9870/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:45:19.321Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:45:19.321Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:45:19.321Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "aai-ml",
  "timestamp": 1648550640652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/artifacts/service-DemoPnfEjcmipalo36fl9szgeye-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:45:19.321Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:45:19.321Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:45:19.321Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648550638969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/artifacts/service-DemoPnfEjcmipalo36fl9szgeye-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:45:19.321Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:45:19.321Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:45:19.321Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550640962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/artifacts/service-DemoPnfEjcmipalo36fl9szgeye-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:45:19.321Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:45:19.321Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:45:19.321Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "cds",
  "timestamp": 1648550644626,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/artifacts/service-DemoPnfEjcmipalo36fl9szgeye-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:45:19.322Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:45:19.322Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:45:19.322Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "policy-id",
  "timestamp": 1648550649842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/resourceInstances/pnfda1ce42cc9870/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:45:19.322Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:45:19.322Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:45:19.322Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "aai-ml",
  "timestamp": 1648550640652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/artifacts/service-DemoPnfEjcmipalo36fl9szgeye-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:45:19.322Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:45:19.322Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:45:19.322Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648550638969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/artifacts/service-DemoPnfEjcmipalo36fl9szgeye-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:45:19.322Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:45:19.323Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:45:19.323Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550640962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/artifacts/service-DemoPnfEjcmipalo36fl9szgeye-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:45:19.323Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:45:19.323Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:45:19.323Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "cds",
  "timestamp": 1648550644626,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/artifacts/service-DemoPnfEjcmipalo36fl9szgeye-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:45:19.323Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:45:19.323Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:45:19.323Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "clamp",
  "timestamp": 1648550651686,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/resourceInstances/pnfda1ce42cc9870/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:45:19.323Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:45:19.323Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:45:19.323Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "policy-id",
  "timestamp": 1648550649842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/resourceInstances/pnfda1ce42cc9870/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:45:19.324Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:45:19.324Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:45:19.324Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "aai-ml",
  "timestamp": 1648550654284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/artifacts/service-DemoPnfEjcmipalo36fl9szgeye-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:45:19.324Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:45:19.324Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:45:19.324Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648550652719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/resourceInstances/pnfda1ce42cc9870/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:45:19.324Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:45:19.324Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:45:19.324Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550653280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/artifacts/service-DemoPnfEjcmipalo36fl9szgeye-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:45:19.324Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:45:19.325Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:45:19.325Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "clamp",
  "timestamp": 1648550651686,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/resourceInstances/pnfda1ce42cc9870/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:45:19.325Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:45:19.325Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:45:19.325Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "policy-id",
  "timestamp": 1648550649842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/resourceInstances/pnfda1ce42cc9870/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:45:19.325Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:45:19.325Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:45:19.325Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "cds",
  "timestamp": 1648550653943,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/artifacts/service-DemoPnfEjcmipalo36fl9szgeye-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:45:19.325Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:45:19.326Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:45:19.326Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648550652719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/resourceInstances/pnfda1ce42cc9870/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:45:19.326Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:45:19.326Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:45:19.326Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "clamp",
  "timestamp": 1648550651686,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/resourceInstances/pnfda1ce42cc9870/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:45:19.326Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:45:19.326Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:45:19.326Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "policy-id",
  "timestamp": 1648550649842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/resourceInstances/pnfda1ce42cc9870/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:45:19.326Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:45:19.327Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:45:19.327Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "cds",
  "timestamp": 1648550654948,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/artifacts/service-DemoPnfEjcmipalo36fl9szgeye-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-29T10:45:19.335Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 405ca134-5b97-4738-8d13-1ea04b9e932e
2022-03-29T10:45:19.336Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 405ca134-5b97-4738-8d13-1ea04b9e932e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-29T10:45:19.345Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:45:19.346Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648550652719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/resourceInstances/pnfda1ce42cc9870/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:45:19.346Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:45:19.346Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:45:19.346Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "clamp",
  "timestamp": 1648550651686,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/resourceInstances/pnfda1ce42cc9870/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:45:19.346Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:45:19.346Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:45:19.346Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "policy-id",
  "timestamp": 1648550649842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/resourceInstances/pnfda1ce42cc9870/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:45:19.347Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:45:19.347Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:45:19.347Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550655766,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/artifacts/service-DemoPnfEjcmipalo36fl9szgeye-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-29T10:45:19.347Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:45:19.347Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:45:19.347Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648550652719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/resourceInstances/pnfda1ce42cc9870/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:45:19.347Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:45:19.347Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:45:19.348Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "policy-id",
  "timestamp": 1648550649842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/artifacts/service-DemoPnfEjcmipalo36fl9szgeye-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:45:19.348Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:45:19.348Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:45:19.348Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "clamp",
  "timestamp": 1648550651686,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/resourceInstances/pnfda1ce42cc9870/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:45:19.348Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:45:19.348Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:45:19.348Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550656773,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-29T10:45:19.353Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 405ca134-5b97-4738-8d13-1ea04b9e932e
2022-03-29T10:45:19.354Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 405ca134-5b97-4738-8d13-1ea04b9e932e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-29T10:45:19.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:45:19.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648550652719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/resourceInstances/pnfda1ce42cc9870/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:45:19.363Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:45:19.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:45:19.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "policy-id",
  "timestamp": 1648550649842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/artifacts/service-DemoPnfEjcmipalo36fl9szgeye-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:45:19.363Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:45:19.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:45:19.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "clamp",
  "timestamp": 1648550651686,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/resourceInstances/pnfda1ce42cc9870/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:45:19.364Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:45:19.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:45:19.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648550652719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/resourceInstances/pnfda1ce42cc9870/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-29T10:45:19.364Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:45:19.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:45:19.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "clamp",
  "timestamp": 1648550651686,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/artifacts/service-DemoPnfEjcmipalo36fl9szgeye-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:45:19.365Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:45:19.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:45:19.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "policy-id",
  "timestamp": 1648550658995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/artifacts/service-DemoPnfEjcmipalo36fl9szgeye-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:45:19.365Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:45:31.798Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 405ca134-5b97-4738-8d13-1ea04b9e932e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-29T10:45:31.809Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 405ca134-5b97-4738-8d13-1ea04b9e932e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-29T10:45:31.811Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-29T10:45:31.812Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-29T10:45:31.812Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-29T10:46:01.812Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 405ca134-5b97-4738-8d13-1ea04b9e932e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-29T10:46:01.822Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 405ca134-5b97-4738-8d13-1ea04b9e932e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-29T10:46:01.825Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-29T10:46:01.825Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-29T10:46:01.825Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-29T10:46:19.276Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:46:19.277Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:46:19.277Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:46:19.305Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:46:19.305Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:46:19.305Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648550652719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/artifacts/service-DemoPnfEjcmipalo36fl9szgeye-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:46:19.306Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:46:31.827Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 405ca134-5b97-4738-8d13-1ea04b9e932e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-29T10:46:31.837Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 405ca134-5b97-4738-8d13-1ea04b9e932e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-29T10:46:31.840Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-29T10:46:31.840Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-29T10:46:31.840Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-29T10:47:01.840Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 405ca134-5b97-4738-8d13-1ea04b9e932e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-29T10:47:01.869Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 405ca134-5b97-4738-8d13-1ea04b9e932e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-29T10:47:01.872Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-29T10:47:01.873Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-29T10:47:01.873Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-29T10:47:19.274Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:47:19.275Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:47:19.276Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:47:19.320Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:47:19.322Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.322Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "clamp",
  "timestamp": 1648550651686,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/artifacts/service-DemoPnfEjcmipalo36fl9szgeye-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:47:19.323Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:47:19.323Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.323Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "policy-id",
  "timestamp": 1648550659999,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/artifacts/service-DemoPnfEjcmipalo36fl9szgeye-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-29T10:47:19.323Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:47:19.323Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.324Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550659271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/resourceInstances/pnfda1ce42cc9870/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:47:19.324Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:47:19.324Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.324Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648550652719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/artifacts/service-DemoPnfEjcmipalo36fl9szgeye-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:47:19.324Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:47:19.324Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.325Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "policy-id",
  "timestamp": 1648550661002,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-29T10:47:19.334Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 405ca134-5b97-4738-8d13-1ea04b9e932e
2022-03-29T10:47:19.334Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 405ca134-5b97-4738-8d13-1ea04b9e932e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-29T10:47:19.347Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.347Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550659271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/resourceInstances/pnfda1ce42cc9870/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:47:19.348Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:47:19.348Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.348Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "aai-ml",
  "timestamp": 1648550662241,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/artifacts/service-DemoPnfEjcmipalo36fl9szgeye-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-29T10:47:19.348Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:47:19.352Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.352Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648550661729,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/resourceInstances/pnfda1ce42cc9870/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:47:19.352Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:47:19.352Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.352Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550659271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/resourceInstances/pnfda1ce42cc9870/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:47:19.353Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:47:19.353Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.353Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "aai-ml",
  "timestamp": 1648550663245,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-29T10:47:19.361Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 405ca134-5b97-4738-8d13-1ea04b9e932e
2022-03-29T10:47:19.361Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 405ca134-5b97-4738-8d13-1ea04b9e932e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-29T10:47:19.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648550662899,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/resourceInstances/pnfda1ce42cc9870/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-29T10:47:19.372Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:47:19.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550659271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/resourceInstances/pnfda1ce42cc9870/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:47:19.372Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:47:19.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648550663904,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-29T10:47:19.379Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 405ca134-5b97-4738-8d13-1ea04b9e932e
2022-03-29T10:47:19.379Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 405ca134-5b97-4738-8d13-1ea04b9e932e and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-29T10:47:19.389Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.390Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550659271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/resourceInstances/pnfda1ce42cc9870/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:47:19.390Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:47:19.390Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.390Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "clamp",
  "timestamp": 1648550664207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/artifacts/service-DemoPnfEjcmipalo36fl9szgeye-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:47:19.390Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:47:19.391Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.391Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550659271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/resourceInstances/pnfda1ce42cc9870/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:47:19.391Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:47:19.391Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.391Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550659271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/artifacts/service-DemoPnfEjcmipalo36fl9szgeye-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:47:19.391Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:47:19.392Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.392Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "clamp",
  "timestamp": 1648550666217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/artifacts/service-DemoPnfEjcmipalo36fl9szgeye-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-29T10:47:19.392Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:47:19.392Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.392Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550659271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/artifacts/service-DemoPnfEjcmipalo36fl9szgeye-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:47:19.392Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:47:19.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "clamp",
  "timestamp": 1648550667223,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-29T10:47:19.401Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 405ca134-5b97-4738-8d13-1ea04b9e932e
2022-03-29T10:47:19.401Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 405ca134-5b97-4738-8d13-1ea04b9e932e and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-29T10:47:19.411Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.411Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550668618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/artifacts/service-DemoPnfEjcmipalo36fl9szgeye-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:47:19.412Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:47:19.412Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.412Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550670765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjcmipalo36fl9szgeye/1.0/artifacts/service-DemoPnfEjcmipalo36fl9szgeye-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-29T10:47:19.413Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:47:19.413Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.413Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "aai-ml",
  "timestamp": 1648550700652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:47:19.413Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:47:19.413Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.414Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648550698969,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:47:19.414Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:47:19.414Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.414Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550700967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:47:19.414Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:47:19.415Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.415Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "aai-ml",
  "timestamp": 1648550700652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:47:19.415Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:47:19.415Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.415Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550700967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:47:19.415Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:47:19.416Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.416Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648550698969,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-29T10:47:19.416Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:47:19.416Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.416Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "cds",
  "timestamp": 1648550704626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:47:19.416Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:47:19.416Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.416Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "aai-ml",
  "timestamp": 1648550700652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:47:19.417Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:47:19.417Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.417Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550700967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:47:19.417Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:47:19.417Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648550698969,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-29T10:47:19.418Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:47:19.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "cds",
  "timestamp": 1648550704626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:47:19.418Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:47:19.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "aai-ml",
  "timestamp": 1648550700652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:47:19.419Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:47:19.419Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.419Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550700967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:47:19.419Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:47:19.419Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.419Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648550698969,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:47:19.420Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:47:19.420Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.420Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "cds",
  "timestamp": 1648550704626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:47:19.421Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:47:19.421Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.421Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "aai-ml",
  "timestamp": 1648550700652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:47:19.421Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:47:19.421Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.421Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550700967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:47:19.422Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:47:19.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.422Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648550698969,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-29T10:47:19.422Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:47:19.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.422Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "cds",
  "timestamp": 1648550704626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:47:19.422Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:47:19.423Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.423Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "aai-ml",
  "timestamp": 1648550700652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:47:19.423Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:47:19.423Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.423Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550700967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:47:19.423Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:47:19.424Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.424Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648550698969,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:47:19.424Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:47:19.424Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.424Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "cds",
  "timestamp": 1648550704626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:47:19.425Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:47:19.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.425Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "aai-ml",
  "timestamp": 1648550700652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:47:19.425Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:47:19.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.426Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550700967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:47:19.426Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:47:19.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.426Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648550698969,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:47:19.427Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:47:19.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.427Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "cds",
  "timestamp": 1648550704626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:47:19.428Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:47:19.428Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.428Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "policy-id",
  "timestamp": 1648550709842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:47:19.428Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:47:19.429Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.429Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "cds",
  "timestamp": 1648550704626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:47:19.429Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:47:19.429Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.430Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "policy-id",
  "timestamp": 1648550709842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:47:19.430Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:47:19.430Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.430Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550711770,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:47:19.431Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:47:19.431Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.431Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "aai-ml",
  "timestamp": 1648550713085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:47:19.431Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:47:19.432Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.432Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648550712061,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:47:19.432Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:47:19.432Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.433Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "policy-id",
  "timestamp": 1648550709842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-29T10:47:19.433Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:47:19.433Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.433Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "clamp",
  "timestamp": 1648550711687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:47:19.434Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:47:19.434Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.434Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "cds",
  "timestamp": 1648550712842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:47:19.434Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:47:19.434Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.435Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648550712719,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:47:19.435Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:47:19.435Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.435Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648550713285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:47:19.436Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:47:19.436Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.436Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "policy-id",
  "timestamp": 1648550709842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:47:19.436Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:47:19.437Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.437Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "clamp",
  "timestamp": 1648550711687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-29T10:47:19.437Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:47:19.437Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.438Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "cds",
  "timestamp": 1648550713848,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-29T10:47:19.455Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9e4bc854-83e7-41e7-86f8-30847721fa96
2022-03-29T10:47:19.455Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e4bc854-83e7-41e7-86f8-30847721fa96 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-29T10:47:19.465Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.466Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648550712719,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:47:19.466Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:47:19.467Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.467Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "policy-id",
  "timestamp": 1648550709842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:47:19.467Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:47:19.467Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.467Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550714413,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-29T10:47:19.468Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:47:19.468Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.469Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "clamp",
  "timestamp": 1648550711687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:47:19.469Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:47:19.469Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.470Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648550714601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:47:19.470Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:47:19.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.470Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648550712719,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:47:19.471Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:47:19.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.471Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "policy-id",
  "timestamp": 1648550709842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:47:19.472Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:47:19.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.472Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "clamp",
  "timestamp": 1648550711687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:47:19.472Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:47:19.473Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.473Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550715422,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-29T10:47:19.479Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9e4bc854-83e7-41e7-86f8-30847721fa96
2022-03-29T10:47:19.479Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e4bc854-83e7-41e7-86f8-30847721fa96 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-29T10:47:19.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648550715632,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-29T10:47:19.495Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9e4bc854-83e7-41e7-86f8-30847721fa96
2022-03-29T10:47:19.496Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e4bc854-83e7-41e7-86f8-30847721fa96 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-29T10:47:19.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.505Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648550712719,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:47:19.505Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:47:19.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.505Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "policy-id",
  "timestamp": 1648550709842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:47:19.506Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:47:19.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "clamp",
  "timestamp": 1648550711687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:47:19.506Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:47:19.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648550716641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-29T10:47:19.506Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:47:19.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648550712719,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:47:19.507Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:47:19.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.507Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "clamp",
  "timestamp": 1648550711687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:47:19.507Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:47:19.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.507Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "policy-id",
  "timestamp": 1648550718096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:47:19.507Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:47:19.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648550712719,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:47:19.508Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:47:19.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "clamp",
  "timestamp": 1648550711687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:47:19.508Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:47:19.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:47:19.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "policy-id",
  "timestamp": 1648550719100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-29T10:47:19.509Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:47:31.873Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 405ca134-5b97-4738-8d13-1ea04b9e932e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-29T10:47:31.884Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 405ca134-5b97-4738-8d13-1ea04b9e932e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-29T10:47:31.887Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-29T10:47:31.887Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-29T10:47:31.888Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-29T10:47:31.888Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-29T10:47:31.888Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-29T10:47:31.888Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-29T10:47:31.888Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-29T10:47:31.888Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-29T10:47:31.889Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-29T10:47:31.889Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-29T10:47:31.889Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-29T10:47:31.889Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-29T10:47:31.895Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-29T10:48:01.896Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 405ca134-5b97-4738-8d13-1ea04b9e932e and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-29T10:48:01.903Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 405ca134-5b97-4738-8d13-1ea04b9e932e and serviceModelVersionId: e8318885-ce32-455c-889f-3ed0c3d462fb
2022-03-29T10:48:01.903Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 32346622-6ba5-4c9f-ba68-d968e47c146e
2022-03-29T10:48:01.903Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/32346622-6ba5-4c9f-ba68-d968e47c146e/model-vers/model-ver/e8318885-ce32-455c-889f-3ed0c3d462fb?depth=0
2022-03-29T10:48:01.909Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-03-29T10:48:01.966Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/32346622-6ba5-4c9f-ba68-d968e47c146e/model-vers/model-ver/e8318885-ce32-455c-889f-3ed0c3d462fb?depth=0|INFO|500||Invoke
2022-03-29T10:48:01.967Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/32346622-6ba5-4c9f-ba68-d968e47c146e/model-vers/model-ver/e8318885-ce32-455c-889f-3ed0c3d462fb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/32346622-6ba5-4c9f-ba68-d968e47c146e/model-vers/model-ver/e8318885-ce32-455c-889f-3ed0c3d462fb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[405ca134-5b97-4738-8d13-1ea04b9e932e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ce3fca09-4d63-45c6-84b2-f76839799529], X-ECOMP-RequestID=[405ca134-5b97-4738-8d13-1ea04b9e932e], X-TransactionId=[], X-ONAP-RequestID=[405ca134-5b97-4738-8d13-1ea04b9e932e], Content-Type=[application/merge-patch+json]}
2022-03-29T10:48:01.992Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/32346622-6ba5-4c9f-ba68-d968e47c146e/model-vers/model-ver/e8318885-ce32-455c-889f-3ed0c3d462fb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-29T10:48:02.294Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/32346622-6ba5-4c9f-ba68-d968e47c146e/model-vers/model-ver/e8318885-ce32-455c-889f-3ed0c3d462fb?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/32346622-6ba5-4c9f-ba68-d968e47c146e/model-vers/model-ver/e8318885-ce32-455c-889f-3ed0c3d462fb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220329-10:48:03:120-67613], vertex-id=[417928], Content-Length=[0], Date=[Tue, 29 Mar 2022 10:48:03 GMT], Content-Type=[application/json]}
2022-03-29T10:48:02.295Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/32346622-6ba5-4c9f-ba68-d968e47c146e/model-vers/model-ver/e8318885-ce32-455c-889f-3ed0c3d462fb?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-29T10:48:02.296Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/32346622-6ba5-4c9f-ba68-d968e47c146e/model-vers/model-ver/e8318885-ce32-455c-889f-3ed0c3d462fb?depth=0|INFO|500||InvokeReturn
2022-03-29T10:48:02.297Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-29T10:48:02.297Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-29T10:48:02.302Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-29T10:48:02.302Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 405ca134-5b97-4738-8d13-1ea04b9e932e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-29T10:48:02.302Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-29T10:48:02.303Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:48:02.305Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:48:02.305Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550882302,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-29T10:48:02.405Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:48:02.406Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:48:02.406Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:48:02.420Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:48:02.421Z||pool-66-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-29T10:48:03.317Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:48:03.317Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:48:03.318Z|405ca134-5b97-4738-8d13-1ea04b9e932e|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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:48:07.708Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:48:07.709Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-29T10:48:07.709Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"9e4bc854-83e7-41e7-86f8-30847721fa96","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"9e93c1d8-77da-44aa-9443-976655152709","serviceDescription":"service","serviceInvariantUUID":"c1046dad-a86c-446b-9704-98170ddfb72b","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e046f17a-3058-49aa-b04c-789ed86ca4c9","resourceInvariantUUID":"1eee992a-d3d3-4e90-85ac-294e667e0d89","resourceCustomizationUUID":"31d872c0-d903-4cc3-995b-e8e76914a731","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":"ZTdlM2RiYjljMWMyYjg2NGViNmQxNzY1M2Y4ZTQxNjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6e678f09-c61f-40da-bbbe-5c9b0d32ffce","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":"NWIwZWQ3Njc2ZGY3NjcwMjJiZTI1YTI0NjAwZWU1MmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1d927ebd-6917-4728-9775-5fc70596f056","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":"6d2a0942-df81-4dea-8fef-d9f3e07b2848","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":"0c3cf930-956e-45a2-8557-ffa3ae099494","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":"b7db222a-1649-4760-962d-d28eb0cc7c3d","artifactVersion":"2","generatedFromUUID":"6d2a0942-df81-4dea-8fef-d9f3e07b2848"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NWI3ODA2MDU1ZDdkMjk2NWEzYjAwZGY2MWE0NWMzYWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3baeefde-b525-4a27-b40c-5699edc65da4","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZDM5N2RiY2MzOTYxNTdiNDMwMjk5ODMwMDZmZTA0OWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3805efad-9c84-469c-8896-598a789141a0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-29T10:48:07.711Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:48:07.711Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:48:07.713Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:48:07.713Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550883317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:07.813Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:48:07.815Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:48:07.815Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:48:07.830Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:48:07.831Z||pool-67-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:48:08.714Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:48:08.714Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:48:08.716Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:48:08.717Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550883317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-29T10:48:08.817Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:48:08.818Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:48:08.818Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:48:08.832Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:48:08.832Z||pool-68-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:48:09.717Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:48:09.718Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:48:09.721Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:48:09.721Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550883317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-29T10:48:09.821Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:48:09.823Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:48:09.823Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:48:09.866Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:48:09.867Z||pool-69-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:48:10.722Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:48:10.722Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:48:10.724Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:48:10.724Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550883317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:10.824Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:48:10.825Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:48:10.826Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:48:10.845Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:48:10.845Z||pool-70-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-03-29T10:48:11.725Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:48:11.725Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:48:11.728Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:48:11.728Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550883317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-29T10:48:11.828Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:48:11.829Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:48:11.829Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:48:11.844Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:48:11.845Z||pool-71-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:48:12.729Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:48:12.730Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:48:12.732Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:48:12.753Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550883317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:12.833Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 80 ms
2022-03-29T10:48:12.834Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:48:12.834Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:48:12.864Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:48:12.865Z||pool-72-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-03-29T10:48:13.754Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:48:13.755Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:48:13.757Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:48:13.757Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550883317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:48:13.867Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms
2022-03-29T10:48:13.868Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:48:13.868Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:48:13.883Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:48:13.884Z||pool-73-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:48:14.759Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "9e93c1d8-77da-44aa-9443-976655152709",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c1046dad-a86c-446b-9704-98170ddfb72b",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "31d872c0-d903-4cc3-995b-e8e76914a731",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e046f17a-3058-49aa-b04c-789ed86ca4c9",
      "resourceInvariantUUID": "1eee992a-d3d3-4e90-85ac-294e667e0d89",
      "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": "NWIwZWQ3Njc2ZGY3NjcwMjJiZTI1YTI0NjAwZWU1MmU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1d927ebd-6917-4728-9775-5fc70596f056",
          "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": "6d2a0942-df81-4dea-8fef-d9f3e07b2848",
          "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": "b7db222a-1649-4760-962d-d28eb0cc7c3d",
            "generatedFromUUID": "6d2a0942-df81-4dea-8fef-d9f3e07b2848"
          },
          "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": "b7db222a-1649-4760-962d-d28eb0cc7c3d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZDM5N2RiY2MzOTYxNTdiNDMwMjk5ODMwMDZmZTA0OWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3805efad-9c84-469c-8896-598a789141a0"
    }
  ],
  "workloadContext": "Production"
}
2022-03-29T10:48:14.763Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-29T10:48:14.764Z|405ca134-5b97-4738-8d13-1ea04b9e932e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9e93c1d8-77da-44aa-9443-976655152709 ASDC
2022-03-29T10:48:14.766Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:9e4bc854-83e7-41e7-86f8-30847721fa96
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:9e93c1d8-77da-44aa-9443-976655152709
ServiceInvariantUUID:c1046dad-a86c-446b-9704-98170ddfb72b
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:3805efad-9c84-469c-8896-598a789141a0
ArtifactChecksum:ZDM5N2RiY2MzOTYxNTdiNDMwMjk5ODMwMDZmZTA0OWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:31d872c0-d903-4cc3-995b-e8e76914a731
ResourceInvariantUUID:1eee992a-d3d3-4e90-85ac-294e667e0d89
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:e046f17a-3058-49aa-b04c-789ed86ca4c9
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:1d927ebd-6917-4728-9775-5fc70596f056
ArtifactChecksum:NWIwZWQ3Njc2ZGY3NjcwMjJiZTI1YTI0NjAwZWU1MmU=
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:6d2a0942-df81-4dea-8fef-d9f3e07b2848
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:b7db222a-1649-4760-962d-d28eb0cc7c3d
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:b7db222a-1649-4760-962d-d28eb0cc7c3d
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-29T10:48:14.767Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9e93c1d8-77da-44aa-9443-976655152709 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-29T10:48:14.805Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-29T10:48:14.806Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-29T10:48:14.806Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-29T10:48:14.807Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3805efad-9c84-469c-8896-598a789141a0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-29T10:48:14.807Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-29T10:48:14.807Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-29T10:48:15.457Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-29T10:48:15.461Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 3805efad-9c84-469c-8896-598a789141a0 71064
2022-03-29T10:48:15.462Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-03-29T10:48:15.462Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-29T10:48:15.462Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-29T10:48:15.463Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:48:15.465Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:48:15.465Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550895461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:48:15.566Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-29T10:48:15.567Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:48:15.567Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:48:15.584Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:48:15.585Z||pool-74-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:48:16.466Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-29T10:48:16.468Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-29T10:48:16.468Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 3805efad-9c84-469c-8896-598a789141a0, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-03-29T10:48:16.469Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-03-29T10:48:16.469Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-03-29T10:48:16.470Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-03-29T10:48:16.630Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8919672893325430767/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
2022-03-29T10:48:17.996Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-29T10:48:17.997Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-29T10:48:17.997Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-29T10:48:17.997Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-29T10:48:17.997Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||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
2022-03-29T10:48:17.997Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||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
2022-03-29T10:48:17.997Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-29T10:48:17.997Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||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
2022-03-29T10:48:17.997Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-29T10:48:17.997Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-29T10:48:17.998Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-29T10:48:17.998Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||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
2022-03-29T10:48:17.998Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-29T10:48:17.998Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-29T10:48:17.998Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:48:17.998Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:48:17.998Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-29T10:48:17.998Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-29T10:48:17.999Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-29T10:48:17.999Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:48:17.999Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:48:17.999Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-29T10:48:17.999Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-29T10:48:17.999Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-29T10:48:18.000Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:48:18.000Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:48:18.000Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:48:18.000Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-29T10:48:18.000Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-03-29T10:48:18.000Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-03-29T10:48:18.001Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-03-29T10:48:18.001Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-29T10:48:18.001Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-29T10:48:18.001Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:48:18.001Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-29T10:48:18.001Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:48:18.001Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-29T10:48:18.002Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-29T10:48:18.002Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:48:18.002Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-29T10:48:18.002Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-29T10:48:18.002Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:48:18.002Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-29T10:48:18.003Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-29T10:48:18.003Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:48:18.003Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-29T10:48:18.003Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-29T10:48:18.003Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-29T10:48:18.003Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7dab7f87-6d2c-4d96-a1b1-a2665c364d93
2022-03-29T10:48:18.003Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:48:18.004Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:48:18.004Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:48:18.004Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:48:18.004Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:48:18.004Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:48:18.004Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:48:18.004Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:48:18.004Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:9e93c1d8-77da-44aa-9443-976655152709
Model Version:NULL
Model InvariantUuid:c1046dad-a86c-446b-9704-98170ddfb72b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:39f4c751-8919-4795-bf7e-9a62f77a2c23
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1eee992a-d3d3-4e90-85ac-294e667e0d89
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:31d872c0-d903-4cc3-995b-e8e76914a731
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1ba67fa0-d4dd-49e5-ba00-7549571b1a32
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:17428f92-8091-47fe-8fc4-0928335b2a4b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7dab7f87-6d2c-4d96-a1b1-a2665c364d93
ModelInvariantUuid:72e9e36d-1673-4652-b443-528c92154a9c
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:be3fd930-b8f8-4cfd-bedd-e19cdffdc2d0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:d07c171d-54b1-4ba8-adec-cc4282613d69
ModelInvariantUuid:155bb630-72d7-4c12-a41d-31b6a4c23118
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:94b5d517-26bc-4e3b-91a8-ecd7f2c6f97c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-29T10:48:18.013Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: e046f17a-3058-49aa-b04c-789ed86ca4c9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-29T10:48:18.019Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||basic_vm 0
2022-03-29T10:48:18.020Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e046f17a-3058-49aa-b04c-789ed86ca4c9
2022-03-29T10:48:18.020Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1d927ebd-6917-4728-9775-5fc70596f056 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-03-29T10:48:18.020Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-29T10:48:18.020Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-03-29T10:48:18.403Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-29T10:48:18.403Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 1d927ebd-6917-4728-9775-5fc70596f056 787
2022-03-29T10:48:18.404Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-03-29T10:48:18.404Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-03-29T10:48:18.404Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-29T10:48:18.405Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:48:18.407Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:48:18.407Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550898404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:48:18.507Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-29T10:48:18.508Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:48:18.509Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:48:18.519Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:48:18.520Z||pool-75-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:48:19.274Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:48:19.275Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:48:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:48:19.294Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:48:19.312Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.312Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648550712719,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.313Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.313Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.313Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648550718969,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.313Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.313Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.313Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "policy-id",
  "timestamp": 1648550720102,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-29T10:48:19.322Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9e4bc854-83e7-41e7-86f8-30847721fa96
2022-03-29T10:48:19.322Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e4bc854-83e7-41e7-86f8-30847721fa96 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-29T10:48:19.331Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.331Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "cds",
  "timestamp": 1648550719626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.331Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.331Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.331Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648550712719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.331Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.331Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.331Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648550718969,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-29T10:48:19.331Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.331Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.331Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "policy-id",
  "timestamp": 1648550709842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.332Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.332Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "cds",
  "timestamp": 1648550719626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.332Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.332Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648550712719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.332Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.332Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648550718969,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-03-29T10:48:19.332Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.333Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.333Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "policy-id",
  "timestamp": 1648550709842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.333Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.333Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.333Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "cds",
  "timestamp": 1648550719626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.333Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.333Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.333Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648550712719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.333Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.333Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.333Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648550718969,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.334Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.334Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.334Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "policy-id",
  "timestamp": 1648550709842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-03-29T10:48:19.334Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.334Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.334Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "cds",
  "timestamp": 1648550719626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.334Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.334Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.334Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648550712719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.334Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.334Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.335Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648550718969,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-03-29T10:48:19.335Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.335Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.335Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "policy-id",
  "timestamp": 1648550709842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.335Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.335Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.335Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "aai-ml",
  "timestamp": 1648550725138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-29T10:48:19.335Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:48:19.335Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.335Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "cds",
  "timestamp": 1648550719626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.335Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.335Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.336Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648550712719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.336Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.336Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.336Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648550718969,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-03-29T10:48:19.336Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.336Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.336Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "policy-id",
  "timestamp": 1648550709842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.336Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.336Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.336Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "aai-ml",
  "timestamp": 1648550726142,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-29T10:48:19.342Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9e4bc854-83e7-41e7-86f8-30847721fa96
2022-03-29T10:48:19.343Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e4bc854-83e7-41e7-86f8-30847721fa96 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-29T10:48:19.352Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.352Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "cds",
  "timestamp": 1648550719626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.353Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.353Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.353Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648550712719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.353Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.353Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.353Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648550718969,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-03-29T10:48:19.353Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.354Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.354Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "policy-id",
  "timestamp": 1648550709842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.354Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.354Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.354Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "cds",
  "timestamp": 1648550719626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.354Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.354Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.355Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648550712719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.355Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.355Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.355Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648550718969,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.355Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.355Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.355Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "policy-id",
  "timestamp": 1648550709842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.355Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.356Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.356Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "cds",
  "timestamp": 1648550719626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.356Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.356Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.356Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648550712719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.356Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.356Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.357Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648550718969,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.357Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.357Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.357Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "policy-id",
  "timestamp": 1648550709842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.357Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.357Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.357Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "cds",
  "timestamp": 1648550719626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.357Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.358Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.358Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648550712719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.358Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.358Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.358Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648550718969,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:48:19.358Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.358Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.359Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "policy-id",
  "timestamp": 1648550709842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.359Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.359Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.359Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "cds",
  "timestamp": 1648550719626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:48:19.359Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.359Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.359Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648550712719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.359Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "policy-id",
  "timestamp": 1648550709842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:48:19.360Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "aai-ml",
  "timestamp": 1648550730652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.360Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648550730369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:48:19.361Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:48:19.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "cds",
  "timestamp": 1648550730547,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:48:19.361Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:48:19.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "aai-ml",
  "timestamp": 1648550730652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.361Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "clamp",
  "timestamp": 1648550731216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:48:19.362Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:48:19.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "policy-id",
  "timestamp": 1648550731648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:48:19.362Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:48:19.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550730964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.363Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648550731763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:48:19.363Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:48:19.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "aai-ml",
  "timestamp": 1648550730652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.364Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "policy-id",
  "timestamp": 1648550732654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-29T10:48:19.364Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:48:19.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550730964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.365Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "cds",
  "timestamp": 1648550733245,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-29T10:48:19.377Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 385d7b2a-a896-4830-b604-5a46e928ce22
2022-03-29T10:48:19.377Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 385d7b2a-a896-4830-b604-5a46e928ce22 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-29T10:48:19.384Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.385Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648550733150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:48:19.385Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:48:19.385Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.385Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "aai-ml",
  "timestamp": 1648550730652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.385Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.385Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.385Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648550732719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.385Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.385Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.385Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "policy-id",
  "timestamp": 1648550733657,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-29T10:48:19.392Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 385d7b2a-a896-4830-b604-5a46e928ce22
2022-03-29T10:48:19.392Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 385d7b2a-a896-4830-b604-5a46e928ce22 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-29T10:48:19.399Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.400Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550730964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.400Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.400Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.400Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "cds",
  "timestamp": 1648550719626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.400Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.400Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.400Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648550732719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.400Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.400Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.401Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "aai-ml",
  "timestamp": 1648550730652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.401Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.401Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.401Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "clamp",
  "timestamp": 1648550734218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-29T10:48:19.401Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:48:19.401Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.401Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648550734477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:48:19.401Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:48:19.401Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.401Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550730964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.401Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.402Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.402Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "cds",
  "timestamp": 1648550719626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.402Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.402Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.402Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "policy-id",
  "timestamp": 1648550734660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.402Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.402Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.402Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "aai-ml",
  "timestamp": 1648550730652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.402Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.402Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.403Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648550732719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.403Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.403Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.403Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "clamp",
  "timestamp": 1648550735222,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-29T10:48:19.407Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9e4bc854-83e7-41e7-86f8-30847721fa96
2022-03-29T10:48:19.408Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e4bc854-83e7-41e7-86f8-30847721fa96 and ComponentName clamp
2022-03-29T10:48:19.408Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "1ba67fa0-d4dd-49e5-ba00-7549571b1a32",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "17428f92-8091-47fe-8fc4-0928335b2a4b",
    "vfModuleModelCustomizationUUID": "25a4615e-fbb3-4bdf-b05e-1fa28f9056d2",
    "isBase": true,
    "artifacts": [
      "6d2a0942-df81-4dea-8fef-d9f3e07b2848",
      "b7db222a-1649-4760-962d-d28eb0cc7c3d"
    ],
    "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": ""
    }
  }
]
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
2022-03-29T10:48:19.412Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:17428f92-8091-47fe-8fc4-0928335b2a4b
VfModuleModelInvariantUUID:1ba67fa0-d4dd-49e5-ba00-7549571b1a32
VfModuleModelDescription:NULL
Artifacts UUID List:{
6d2a0942-df81-4dea-8fef-d9f3e07b2848
,
b7db222a-1649-4760-962d-d28eb0cc7c3d

}
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


}

Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-29T10:48:19.414Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "1ba67fa0-d4dd-49e5-ba00-7549571b1a32",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "17428f92-8091-47fe-8fc4-0928335b2a4b",
    "vfModuleModelCustomizationUUID": "25a4615e-fbb3-4bdf-b05e-1fa28f9056d2",
    "isBase": true,
    "artifacts": [
      "6d2a0942-df81-4dea-8fef-d9f3e07b2848",
      "b7db222a-1649-4760-962d-d28eb0cc7c3d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-29T10:48:19.414Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:17428f92-8091-47fe-8fc4-0928335b2a4b
VfModuleModelInvariantUUID:1ba67fa0-d4dd-49e5-ba00-7549571b1a32
VfModuleModelDescription:NULL
Artifacts UUID List:{
6d2a0942-df81-4dea-8fef-d9f3e07b2848
,
b7db222a-1649-4760-962d-d28eb0cc7c3d

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

isBase:true


}

2022-03-29T10:48:19.414Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6d2a0942-df81-4dea-8fef-d9f3e07b2848 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-03-29T10:48:19.414Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-29T10:48:19.415Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-03-29T10:48:19.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.419Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550730964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.419Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.419Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.419Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648550735680,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-29T10:48:19.425Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 385d7b2a-a896-4830-b604-5a46e928ce22
2022-03-29T10:48:19.425Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 385d7b2a-a896-4830-b604-5a46e928ce22 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-29T10:48:19.435Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.435Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "cds",
  "timestamp": 1648550719626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.436Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.436Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.436Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "policy-id",
  "timestamp": 1648550734660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.437Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.437Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.437Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "aai-ml",
  "timestamp": 1648550730652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.438Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.438Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.438Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648550732719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.438Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.439Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.439Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "clamp",
  "timestamp": 1648550711687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.439Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.440Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.440Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550730964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.440Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.441Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.441Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648550736686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-29T10:48:19.441Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:48:19.441Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.441Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "cds",
  "timestamp": 1648550719626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.441Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.441Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.441Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "policy-id",
  "timestamp": 1648550734660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.441Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.441Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.442Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "aai-ml",
  "timestamp": 1648550730652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.442Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.442Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.442Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648550732719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.442Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.442Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.442Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "clamp",
  "timestamp": 1648550711687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-29T10:48:19.442Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.442Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.442Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550730964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.443Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.443Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.443Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648550718969,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.443Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.443Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.443Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "cds",
  "timestamp": 1648550719626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.443Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.443Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.443Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "policy-id",
  "timestamp": 1648550734660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.444Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.444Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.444Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "aai-ml",
  "timestamp": 1648550730652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.444Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.444Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.444Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648550732719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.444Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.444Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.444Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "clamp",
  "timestamp": 1648550711687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.444Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.445Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.445Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550730964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.445Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.445Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.445Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648550718969,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-29T10:48:19.445Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.445Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.445Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "cds",
  "timestamp": 1648550719626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.445Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.446Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.446Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "policy-id",
  "timestamp": 1648550734660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-29T10:48:19.446Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.446Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.446Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "aai-ml",
  "timestamp": 1648550730652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:48:19.446Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.446Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.446Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648550732719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.447Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.447Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.447Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "clamp",
  "timestamp": 1648550711687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.447Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.447Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.447Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550730964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.447Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.447Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.447Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648550718969,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-29T10:48:19.447Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.447Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.447Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "cds",
  "timestamp": 1648550719626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.448Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.448Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.448Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "policy-id",
  "timestamp": 1648550734660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.448Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.448Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.448Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648550732719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.448Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.448Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.448Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "clamp",
  "timestamp": 1648550711687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.449Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.449Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.449Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "aai-ml",
  "timestamp": 1648550741780,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:48:19.449Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:48:19.449Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.449Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550730964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:48:19.449Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.449Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.449Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648550718969,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-29T10:48:19.449Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.449Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.449Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "cds",
  "timestamp": 1648550719626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.450Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.450Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.450Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "policy-id",
  "timestamp": 1648550734660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.450Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.450Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.450Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648550732719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.450Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.450Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.450Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "clamp",
  "timestamp": 1648550711687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.450Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.450Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.451Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648550718969,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-29T10:48:19.451Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.451Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.451Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550741886,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:48:19.451Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:48:19.451Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.451Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "cds",
  "timestamp": 1648550719626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:48:19.451Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.451Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.451Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "policy-id",
  "timestamp": 1648550734660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.452Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.452Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.452Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "clamp",
  "timestamp": 1648550711687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.452Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.452Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.452Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648550718969,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.452Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.452Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.452Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "policy-id",
  "timestamp": 1648550734660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:48:19.452Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.452Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.452Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "clamp",
  "timestamp": 1648550711687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.453Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.453Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.453Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648550718969,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-29T10:48:19.453Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.453Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.453Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "cds",
  "timestamp": 1648550744234,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:48:19.453Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:48:19.453Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.453Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "clamp",
  "timestamp": 1648550711687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.453Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.453Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.454Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550744542,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-29T10:48:19.454Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:48:19.454Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.454Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "policy-id",
  "timestamp": 1648550744736,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:48:19.454Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:48:19.454Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.454Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648550718969,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.454Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.454Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.454Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "cds",
  "timestamp": 1648550745240,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-29T10:48:19.468Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 06a85643-775e-43ff-b144-af0f10097b3a
2022-03-29T10:48:19.469Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06a85643-775e-43ff-b144-af0f10097b3a and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-29T10:48:19.476Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.476Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "clamp",
  "timestamp": 1648550711687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:48:19.476Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.476Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.476Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550745547,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-29T10:48:19.480Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 385d7b2a-a896-4830-b604-5a46e928ce22
2022-03-29T10:48:19.480Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 385d7b2a-a896-4830-b604-5a46e928ce22 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-29T10:48:19.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "policy-id",
  "timestamp": 1648550745740,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-29T10:48:19.487Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:48:19.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648550718969,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:48:19.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550730964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "policy-id",
  "timestamp": 1648550746744,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-29T10:48:19.493Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 06a85643-775e-43ff-b144-af0f10097b3a
2022-03-29T10:48:19.493Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06a85643-775e-43ff-b144-af0f10097b3a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-29T10:48:19.501Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.502Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648550747405,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:48:19.502Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:48:19.502Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.502Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550730964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.502Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.502Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.502Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550730964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.502Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.503Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.503Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648550748809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:48:19.503Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:48:19.503Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.503Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550730964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.503Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.504Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648550750220,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:48:19.504Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:48:19.504Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550730964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.504Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.504Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648550751508,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:48:19.504Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:48:19.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.505Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550730964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.505Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.505Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648550752566,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-29T10:48:19.512Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 06a85643-775e-43ff-b144-af0f10097b3a
2022-03-29T10:48:19.513Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06a85643-775e-43ff-b144-af0f10097b3a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-29T10:48:19.520Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.520Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550730964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.520Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.520Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.520Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "aai-ml",
  "timestamp": 1648550754029,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-29T10:48:19.521Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:48:19.521Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.521Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648550753570,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-29T10:48:19.521Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:48:19.521Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.521Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550730964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.521Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.521Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.521Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "aai-ml",
  "timestamp": 1648550755033,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-29T10:48:19.526Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 385d7b2a-a896-4830-b604-5a46e928ce22
2022-03-29T10:48:19.527Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 385d7b2a-a896-4830-b604-5a46e928ce22 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-29T10:48:19.535Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.535Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550730964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:48:19.536Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.536Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.536Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "aai-ml",
  "timestamp": 1648550730652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.536Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.536Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.536Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "clamp",
  "timestamp": 1648550755223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:48:19.536Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:48:19.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.537Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "aai-ml",
  "timestamp": 1648550730652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.537Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.537Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550755920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:48:19.537Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:48:19.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.537Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "aai-ml",
  "timestamp": 1648550730652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.537Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.537Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "aai-ml",
  "timestamp": 1648550730652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.537Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.538Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550758636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-29T10:48:19.538Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:48:19.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.538Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "aai-ml",
  "timestamp": 1648550730652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.538Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.538Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550759641,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-29T10:48:19.543Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 06a85643-775e-43ff-b144-af0f10097b3a
2022-03-29T10:48:19.544Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06a85643-775e-43ff-b144-af0f10097b3a and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-29T10:48:19.552Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.552Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "aai-ml",
  "timestamp": 1648550730652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.552Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.552Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.552Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "clamp",
  "timestamp": 1648550760226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-29T10:48:19.552Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:48:19.552Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.553Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "aai-ml",
  "timestamp": 1648550730652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.553Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.553Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.553Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "clamp",
  "timestamp": 1648550761230,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-29T10:48:19.557Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 385d7b2a-a896-4830-b604-5a46e928ce22
2022-03-29T10:48:19.558Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 385d7b2a-a896-4830-b604-5a46e928ce22 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-29T10:48:19.565Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.565Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "aai-ml",
  "timestamp": 1648550730652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.565Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.566Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.566Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "clamp",
  "timestamp": 1648550762234,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.566Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.566Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.566Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "aai-ml",
  "timestamp": 1648550730652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:48:19.566Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.566Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.566Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "clamp",
  "timestamp": 1648550762234,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.566Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.566Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.566Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "aai-ml",
  "timestamp": 1648550765403,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:48:19.566Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:48:19.567Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.567Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "clamp",
  "timestamp": 1648550762234,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.567Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.567Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.567Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "clamp",
  "timestamp": 1648550762234,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-29T10:48:19.567Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.567Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.567Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "clamp",
  "timestamp": 1648550762234,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.567Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.567Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.567Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "clamp",
  "timestamp": 1648550762234,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.567Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.568Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.568Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "clamp",
  "timestamp": 1648550762234,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.568Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.568Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.568Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "clamp",
  "timestamp": 1648550762234,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:19.568Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.568Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.568Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "clamp",
  "timestamp": 1648550762234,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:48:19.568Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:48:19.568Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.568Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "aai-ml",
  "timestamp": 1648550774972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-29T10:48:19.568Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:48:19.569Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:48:19.569Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "aai-ml",
  "timestamp": 1648550775975,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-29T10:48:19.573Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 06a85643-775e-43ff-b144-af0f10097b3a
2022-03-29T10:48:19.574Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06a85643-775e-43ff-b144-af0f10097b3a and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-29T10:48:19.700Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-29T10:48:19.701Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 6d2a0942-df81-4dea-8fef-d9f3e07b2848 5033
2022-03-29T10:48:19.702Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-03-29T10:48:19.702Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-03-29T10:48:19.702Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-29T10:48:19.703Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:48:19.707Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:48:19.707Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550899702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:48:19.806Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-29T10:48:19.808Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:48:19.808Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:48:19.821Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:48:19.823Z||pool-76-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:48:20.708Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b7db222a-1649-4760-962d-d28eb0cc7c3d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-03-29T10:48:20.709Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-29T10:48:20.709Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-03-29T10:48:21.021Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-29T10:48:21.022Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env b7db222a-1649-4760-962d-d28eb0cc7c3d 903
2022-03-29T10:48:21.022Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-03-29T10:48:21.022Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-03-29T10:48:21.023Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-29T10:48:21.023Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:48:21.025Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:48:21.026Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550901022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:48:21.125Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-29T10:48:21.127Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:48:21.127Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:48:21.165Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:48:21.166Z||pool-77-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-03-29T10:48:22.026Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 9e93c1d8-77da-44aa-9443-976655152709
2022-03-29T10:48:22.028Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 e046f17a-3058-49aa-b04c-789ed86ca4c9 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-29T10:48:22.044Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7b93f733, org.onap.sdc.toscaparser.api.parameters.Input@1747cd07, org.onap.sdc.toscaparser.api.parameters.Input@1fb51622, org.onap.sdc.toscaparser.api.parameters.Input@66bdeded, org.onap.sdc.toscaparser.api.parameters.Input@2f3a466]
2022-03-29T10:48:22.046Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:48:22.046Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:48:22.047Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-03-29T10:48:22.047Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 31d872c0-d903-4cc3-995b-e8e76914a731
2022-03-29T10:48:22.047Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 31d872c0-d903-4cc3-995b-e8e76914a731 matches Tosca VF Customization UUID: 31d872c0-d903-4cc3-995b-e8e76914a731
2022-03-29T10:48:22.047Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 31d872c0-d903-4cc3-995b-e8e76914a731  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-29T10:48:22.050Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:48:22.050Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:48:22.051Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 31d872c0-d903-4cc3-995b-e8e76914a731: {\"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\"}
2022-03-29T10:48:22.051Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@159d2d60
2022-03-29T10:48:22.051Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:48:22.052Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-29T10:48:22.052Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 25a4615e-fbb3-4bdf-b05e-1fa28f9056d2
2022-03-29T10:48:22.052Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 25a4615e-fbb3-4bdf-b05e-1fa28f9056d2
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-29T10:48:22.055Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:48:22.055Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-29T10:48:22.055Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-29T10:48:22.056Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:48:22.056Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-29T10:48:22.056Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-29T10:48:22.057Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:48:22.057Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-29T10:48:22.057Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-29T10:48:22.057Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-29T10:48:22.057Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7dab7f87-6d2c-4d96-a1b1-a2665c364d93
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-29T10:48:22.065Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:48:22.066Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-29T10:48:22.066Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-29T10:48:22.066Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:48:22.067Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-29T10:48:22.067Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=31d872c0-d903-4cc3-995b-e8e76914a731
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-29T10:48:22.070Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:48:22.070Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:48:22.071Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 9e93c1d8-77da-44aa-9443-976655152709: basic_vm
2022-03-29T10:48:22.071Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:48:22.071Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:48:22.071Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:48:22.071Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:48:22.072Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:48:22.072Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:48:22.072Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:48:22.072Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:48:22.073Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:48:22.073Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:48:22.073Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-29T10:48:22.150Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm e046f17a-3058-49aa-b04c-789ed86ca4c9 1 ASDC deployResourceStructure
2022-03-29T10:48:22.150Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-03-29T10:48:22.150Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-03-29T10:48:22.150Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-29T10:48:22.151Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:48:22.153Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:48:22.153Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550902150,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-29T10:48:22.253Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:48:22.254Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:48:22.255Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:48:22.272Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:48:22.273Z||pool-78-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:48:23.154Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-03-29T10:48:23.154Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-03-29T10:48:23.154Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-29T10:48:23.155Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:48:23.157Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:48:23.157Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550903154,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-29T10:48:23.257Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:48:23.258Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:48:23.258Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:48:23.273Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:48:23.274Z||pool-79-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-29T10:48:24.158Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-03-29T10:48:24.158Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-03-29T10:48:24.159Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-29T10:48:24.159Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:48:24.161Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:48:24.161Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550904158,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-29T10:48:24.262Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:48:24.263Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:48:24.263Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:48:24.276Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:48:24.276Z||pool-80-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:48:25.162Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-03-29T10:48:25.162Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-29T10:48:25.163Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-29T10:48:25.163Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:48:25.165Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:48:25.166Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550905162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-29T10:48:25.266Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:48:25.267Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:48:25.267Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:48:25.278Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:48:25.279Z||pool-81-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-29T10:48:26.166Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e4bc854-83e7-41e7-86f8-30847721fa96
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-29T10:48:26.181Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e4bc854-83e7-41e7-86f8-30847721fa96
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-29T10:48:26.183Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-29T10:48:26.184Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-29T10:48:26.184Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-29T10:48:26.184Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-29T10:48:26.184Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-29T10:48:26.184Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-29T10:48:26.184Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-29T10:48:26.184Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-29T10:48:26.184Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-29T10:48:26.184Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-29T10:48:26.185Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-29T10:48:26.189Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-29T10:48:56.190Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9e4bc854-83e7-41e7-86f8-30847721fa96 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-29T10:48:56.198Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9e4bc854-83e7-41e7-86f8-30847721fa96 and serviceModelVersionId: 9e93c1d8-77da-44aa-9443-976655152709
2022-03-29T10:48:56.198Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c1046dad-a86c-446b-9704-98170ddfb72b
2022-03-29T10:48:56.199Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c1046dad-a86c-446b-9704-98170ddfb72b/model-vers/model-ver/9e93c1d8-77da-44aa-9443-976655152709?depth=0
2022-03-29T10:48:56.204Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-03-29T10:48:56.261Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1046dad-a86c-446b-9704-98170ddfb72b/model-vers/model-ver/9e93c1d8-77da-44aa-9443-976655152709?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-29T10:48:56.263Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1046dad-a86c-446b-9704-98170ddfb72b/model-vers/model-ver/9e93c1d8-77da-44aa-9443-976655152709?depth=0|INFO|500||Invoke
2022-03-29T10:48:56.292Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1046dad-a86c-446b-9704-98170ddfb72b/model-vers/model-ver/9e93c1d8-77da-44aa-9443-976655152709?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-29T10:48:56.507Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1046dad-a86c-446b-9704-98170ddfb72b/model-vers/model-ver/9e93c1d8-77da-44aa-9443-976655152709?depth=0|INFO|500||InvokeReturn
2022-03-29T10:48:56.508Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1046dad-a86c-446b-9704-98170ddfb72b/model-vers/model-ver/9e93c1d8-77da-44aa-9443-976655152709?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220329-10:48:57:420-60310], vertex-id=[446600], Content-Length=[0], Date=[Tue, 29 Mar 2022 10:48:57 GMT], Content-Type=[application/json]}
2022-03-29T10:48:56.508Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-03-29T10:48:56.508Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-29T10:48:56.509Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-29T10:48:56.513Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-29T10:48:56.513Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9e4bc854-83e7-41e7-86f8-30847721fa96 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-29T10:48:56.513Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-29T10:48:56.514Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:48:56.516Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:48:56.516Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550936513,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-29T10:48:56.616Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:48:56.617Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:48:56.617Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:48:56.634Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:48:56.634Z||pool-82-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-29T10:48:57.531Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-29T10:48:57.532Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"385d7b2a-a896-4830-b604-5a46e928ce22","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"566c0a9d-16d8-40bf-8531-df1f0c44bc27","serviceDescription":"service","serviceInvariantUUID":"6761c256-10b1-4cbc-9ae9-fdff32ff97a3","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8288bf11-07e2-42da-9d1b-f18506eaebb4","resourceInvariantUUID":"40d40662-9ac6-4e87-968c-1529fb52c9e7","resourceCustomizationUUID":"86a73c38-bb90-44ae-89fd-697993eb65b3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"MTQ4ODc4YTk3OThmZmUxZjkzMTM2NzlkMTQ2YzFlNDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9cfda194-5c82-46a3-bb70-d29d4605d996","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"YWM2ZGI0YzIwM2E1MGZjZjhmZTU5OGM5MWJkZDI0MTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"453f70f8-bb39-4f09-ac28-0397e3b8ecfd","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"93cc23b2-0dcf-4293-b797-cfcf221e63e0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2b06b10f-c1f0-451c-b6ec-ec26ac28cbaf","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"75747f9e-a272-4b2e-a8b0-909ee927b085","artifactVersion":"2","generatedFromUUID":"9c7d7abb-6d74-473a-bdab-8497184d254c"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d05c1a35-892c-45db-bf4e-80365a51ddd6","artifactVersion":"2","generatedFromUUID":"93cc23b2-0dcf-4293-b797-cfcf221e63e0"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9c7d7abb-6d74-473a-bdab-8497184d254c","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"91e30e79-1e3f-4003-af65-f8487e6fc1f2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"Nzk5YzI3M2Y4ZjhmNDY0OThiNmQ2MDM3Y2E5ZjY2NjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"02cf2b28-3317-4ec0-a8f1-7fc556f88e96","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NmZjZDI3ZTM0NzIzZGU5NWIxODg0MmUyOTE2OTJmMWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d3b856ac-345c-4c9e-84ba-10c704f2a420","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-29T10:48:57.532Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:48:57.533Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:48:57.535Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:48:57.535Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550883317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:48:57.635Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-29T10:48:57.636Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:48:57.637Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:48:57.650Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:48:57.651Z||pool-83-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:48:58.536Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:48:58.537Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:48:58.540Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:48:58.540Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550883317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-29T10:48:58.640Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:48:58.641Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:48:58.642Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:48:58.661Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:48:58.661Z||pool-84-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-03-29T10:48:59.540Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:48:59.541Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:48:59.544Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:48:59.544Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550883317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-03-29T10:48:59.644Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:48:59.648Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:48:59.648Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:48:59.662Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:48:59.663Z||pool-85-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:49:00.544Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:49:00.545Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:49:00.563Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:49:00.563Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550883317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:49:00.649Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms
2022-03-29T10:49:00.651Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:49:00.651Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:49:00.675Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:49:00.675Z||pool-86-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-03-29T10:49:01.565Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:49:01.566Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:49:01.570Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:49:01.571Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550883317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-03-29T10:49:01.671Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-29T10:49:01.672Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:49:01.672Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:49:01.687Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:49:01.688Z||pool-87-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:49:02.573Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:49:02.574Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:49:02.576Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:49:02.576Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550883317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-03-29T10:49:02.676Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:49:02.678Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:49:02.678Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:49:02.692Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:49:02.692Z||pool-88-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-29T10:49:03.581Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:49:03.582Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:49:03.584Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:49:03.585Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550883317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-03-29T10:49:03.685Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:49:03.686Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:49:03.686Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:49:03.704Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:49:03.704Z||pool-89-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-03-29T10:49:04.585Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:49:04.586Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:49:04.588Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:49:04.589Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550883317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:49:04.689Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:49:04.690Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:49:04.690Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:49:04.704Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:49:04.705Z||pool-90-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:49:05.593Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:49:05.594Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:49:05.606Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:49:05.606Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550883317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:49:05.706Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:49:05.707Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:49:05.707Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:49:05.722Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:49:05.722Z||pool-91-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-29T10:49:06.607Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:49:06.607Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:49:06.610Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:49:06.610Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550883317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:49:06.710Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-29T10:49:06.711Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:49:06.711Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:49:06.724Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:49:06.724Z||pool-92-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:49:07.612Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "566c0a9d-16d8-40bf-8531-df1f0c44bc27",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6761c256-10b1-4cbc-9ae9-fdff32ff97a3",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "86a73c38-bb90-44ae-89fd-697993eb65b3",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8288bf11-07e2-42da-9d1b-f18506eaebb4",
      "resourceInvariantUUID": "40d40662-9ac6-4e87-968c-1529fb52c9e7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_cnf_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
          "artifactChecksum": "YWM2ZGI0YzIwM2E1MGZjZjhmZTU5OGM5MWJkZDI0MTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "453f70f8-bb39-4f09-ac28-0397e3b8ecfd",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
          "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "93cc23b2-0dcf-4293-b797-cfcf221e63e0",
          "generatedArtifact": {
            "artifactName": "base_template_dummy_ignore.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
            "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "d05c1a35-892c-45db-bf4e-80365a51ddd6",
            "generatedFromUUID": "93cc23b2-0dcf-4293-b797-cfcf221e63e0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "75747f9e-a272-4b2e-a8b0-909ee927b085",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
          "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "d05c1a35-892c-45db-bf4e-80365a51ddd6",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.tgz",
          "artifactType": "HELM",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
          "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "9c7d7abb-6d74-473a-bdab-8497184d254c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "NmZjZDI3ZTM0NzIzZGU5NWIxODg0MmUyOTE2OTJmMWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d3b856ac-345c-4c9e-84ba-10c704f2a420"
    }
  ],
  "workloadContext": "Production"
}
2022-03-29T10:49:07.612Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-29T10:49:07.612Z|9e4bc854-83e7-41e7-86f8-30847721fa96|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 566c0a9d-16d8-40bf-8531-df1f0c44bc27 ASDC
2022-03-29T10:49:07.613Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:385d7b2a-a896-4830-b604-5a46e928ce22
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:566c0a9d-16d8-40bf-8531-df1f0c44bc27
ServiceInvariantUUID:6761c256-10b1-4cbc-9ae9-fdff32ff97a3
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
ArtifactUUID:d3b856ac-345c-4c9e-84ba-10c704f2a420
ArtifactChecksum:NmZjZDI3ZTM0NzIzZGU5NWIxODg0MmUyOTE2OTJmMWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:86a73c38-bb90-44ae-89fd-697993eb65b3
ResourceInvariantUUID:40d40662-9ac6-4e87-968c-1529fb52c9e7
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:8288bf11-07e2-42da-9d1b-f18506eaebb4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_cnf_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
ArtifactUUID:453f70f8-bb39-4f09-ac28-0397e3b8ecfd
ArtifactChecksum:YWM2ZGI0YzIwM2E1MGZjZjhmZTU5OGM5MWJkZDI0MTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
ArtifactUUID:93cc23b2-0dcf-4293-b797-cfcf221e63e0
ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:d05c1a35-892c-45db-bf4e-80365a51ddd6
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
ArtifactUUID:75747f9e-a272-4b2e-a8b0-909ee927b085
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:d05c1a35-892c-45db-bf4e-80365a51ddd6
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.tgz
ArtifactVersion:1
ArtifactType:HELM
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
ArtifactUUID:9c7d7abb-6d74-473a-bdab-8497184d254c
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-29T10:49:07.613Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 566c0a9d-16d8-40bf-8531-df1f0c44bc27 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-29T10:49:07.659Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-29T10:49:07.660Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-29T10:49:07.660Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-29T10:49:07.661Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d3b856ac-345c-4c9e-84ba-10c704f2a420 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-03-29T10:49:07.661Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-29T10:49:07.661Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-03-29T10:49:09.177Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-29T10:49:09.185Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar d3b856ac-345c-4c9e-84ba-10c704f2a420 158213
2022-03-29T10:49:09.186Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-03-29T10:49:09.186Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-03-29T10:49:09.186Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-29T10:49:09.186Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:49:09.189Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:49:09.189Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550949186,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:49:09.290Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-29T10:49:09.291Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:49:09.291Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:49:09.311Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:49:09.311Z||pool-93-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:49:10.190Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-29T10:49:10.192Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-29T10:49:10.192Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: d3b856ac-345c-4c9e-84ba-10c704f2a420, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-03-29T10:49:10.193Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-03-29T10:49:10.194Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-03-29T10:49:10.194Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-03-29T10:49:10.322Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8346782742334036442/Definitions/service-BasicCnfMacro-template.yml
2022-03-29T10:49:11.753Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-29T10:49:11.754Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-29T10:49:11.754Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-03-29T10:49:11.755Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-03-29T10:49:11.755Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-03-29T10:49:11.755Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-03-29T10:49:11.755Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-03-29T10:49:11.755Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-03-29T10:49:11.755Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-29T10:49:11.756Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:49:11.756Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:49:11.756Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-29T10:49:11.757Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-29T10:49:11.757Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-29T10:49:11.757Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:49:11.757Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:49:11.758Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-29T10:49:11.758Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-29T10:49:11.758Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-29T10:49:11.758Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:49:11.759Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:49:11.759Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:49:11.759Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-03-29T10:49:11.759Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-03-29T10:49:11.760Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-03-29T10:49:11.760Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-29T10:49:11.762Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:49:11.762Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-29T10:49:11.762Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:49:11.763Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-29T10:49:11.763Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-29T10:49:11.763Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:49:11.764Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-29T10:49:11.764Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-29T10:49:11.764Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:49:11.764Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-29T10:49:11.765Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-29T10:49:11.765Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:49:11.765Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-29T10:49:11.766Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-29T10:49:11.766Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:49:11.766Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-03-29T10:49:11.767Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-03-29T10:49:11.767Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=ffaa453a-fc77-4770-806c-5810751d031e
2022-03-29T10:49:11.767Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:49:11.767Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:49:11.767Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:49:11.768Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:49:11.768Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:49:11.768Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:49:11.768Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:49:11.768Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:49:11.769Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:566c0a9d-16d8-40bf-8531-df1f0c44bc27
Model Version:NULL
Model InvariantUuid:6761c256-10b1-4cbc-9ae9-fdff32ff97a3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:2c544b20-0b05-46ab-b94d-1c5fc6ecc42f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:40d40662-9ac6-4e87-968c-1529fb52c9e7
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:86a73c38-bb90-44ae-89fd-697993eb65b3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5502870a-eddb-491d-9d30-912988168c4e
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:05ad5334-10b2-455c-86af-0317982b6789
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:9f78f408-98d4-45b4-a1f8-035b47c283ac
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:b97333a5-4743-4150-9c3c-491bf54c2c5a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ffaa453a-fc77-4770-806c-5810751d031e
ModelInvariantUuid:39b3c8f6-5960-4960-8794-7073d31ab568
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:86d7dc4c-9e58-454c-9d63-a819184442ca
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:26efc550-5404-4c9f-8e32-d13fd6a23acb
ModelInvariantUuid:29ffd7c9-69ae-4469-9a98-df1757cd9d17
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:6090c1ac-a244-4a75-90fa-189de6da8bac
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-29T10:49:11.778Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 8288bf11-07e2-42da-9d1b-f18506eaebb4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-29T10:49:11.782Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||basic_cnf_macro 0
2022-03-29T10:49:11.782Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8288bf11-07e2-42da-9d1b-f18506eaebb4
2022-03-29T10:49:11.783Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 453f70f8-bb39-4f09-ac28-0397e3b8ecfd from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-03-29T10:49:11.783Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-29T10:49:11.783Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-03-29T10:49:11.955Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-29T10:49:11.955Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 453f70f8-bb39-4f09-ac28-0397e3b8ecfd 1565
2022-03-29T10:49:11.955Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-03-29T10:49:11.956Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-03-29T10:49:11.956Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-29T10:49:11.956Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:49:11.958Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:49:11.958Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550951955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:49:12.061Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-29T10:49:12.063Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:49:12.063Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:49:12.081Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:49:12.082Z||pool-94-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:49:12.960Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "9f78f408-98d4-45b4-a1f8-035b47c283ac",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b97333a5-4743-4150-9c3c-491bf54c2c5a",
    "vfModuleModelCustomizationUUID": "98fedcd3-28c5-45b0-8dc6-eb4ba71648a7",
    "isBase": true,
    "artifacts": [
      "93cc23b2-0dcf-4293-b797-cfcf221e63e0",
      "d05c1a35-892c-45db-bf4e-80365a51ddd6"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "5502870a-eddb-491d-9d30-912988168c4e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "05ad5334-10b2-455c-86af-0317982b6789",
    "vfModuleModelCustomizationUUID": "bff9446a-2a09-4cee-8706-641e7728b096",
    "isBase": false,
    "artifacts": [
      "9c7d7abb-6d74-473a-bdab-8497184d254c"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-29T10:49:12.966Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b97333a5-4743-4150-9c3c-491bf54c2c5a
VfModuleModelInvariantUUID:9f78f408-98d4-45b4-a1f8-035b47c283ac
VfModuleModelDescription:NULL
Artifacts UUID List:{
93cc23b2-0dcf-4293-b797-cfcf221e63e0
,
d05c1a35-892c-45db-bf4e-80365a51ddd6

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

isBase:true

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:05ad5334-10b2-455c-86af-0317982b6789
VfModuleModelInvariantUUID:5502870a-eddb-491d-9d30-912988168c4e
VfModuleModelDescription:NULL
Artifacts UUID List:{
9c7d7abb-6d74-473a-bdab-8497184d254c

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

isBase:false


}

2022-03-29T10:49:12.969Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "9f78f408-98d4-45b4-a1f8-035b47c283ac",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b97333a5-4743-4150-9c3c-491bf54c2c5a",
    "vfModuleModelCustomizationUUID": "98fedcd3-28c5-45b0-8dc6-eb4ba71648a7",
    "isBase": true,
    "artifacts": [
      "93cc23b2-0dcf-4293-b797-cfcf221e63e0",
      "d05c1a35-892c-45db-bf4e-80365a51ddd6"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "5502870a-eddb-491d-9d30-912988168c4e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "05ad5334-10b2-455c-86af-0317982b6789",
    "vfModuleModelCustomizationUUID": "bff9446a-2a09-4cee-8706-641e7728b096",
    "isBase": false,
    "artifacts": [
      "9c7d7abb-6d74-473a-bdab-8497184d254c"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-29T10:49:12.970Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b97333a5-4743-4150-9c3c-491bf54c2c5a
VfModuleModelInvariantUUID:9f78f408-98d4-45b4-a1f8-035b47c283ac
VfModuleModelDescription:NULL
Artifacts UUID List:{
93cc23b2-0dcf-4293-b797-cfcf221e63e0
,
d05c1a35-892c-45db-bf4e-80365a51ddd6

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

isBase:true

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:05ad5334-10b2-455c-86af-0317982b6789
VfModuleModelInvariantUUID:5502870a-eddb-491d-9d30-912988168c4e
VfModuleModelDescription:NULL
Artifacts UUID List:{
9c7d7abb-6d74-473a-bdab-8497184d254c

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

isBase:false


}

2022-03-29T10:49:12.970Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 93cc23b2-0dcf-4293-b797-cfcf221e63e0 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-03-29T10:49:12.971Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-29T10:49:12.971Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-03-29T10:49:13.450Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-29T10:49:13.450Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 93cc23b2-0dcf-4293-b797-cfcf221e63e0 914
2022-03-29T10:49:13.452Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-03-29T10:49:13.452Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-03-29T10:49:13.454Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-29T10:49:13.455Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:49:13.459Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:49:13.459Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550953452,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:49:13.559Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-29T10:49:13.560Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:49:13.560Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:49:13.576Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:49:13.577Z||pool-95-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:49:14.460Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 75747f9e-a272-4b2e-a8b0-909ee927b085 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-03-29T10:49:14.461Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-29T10:49:14.462Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-03-29T10:49:14.756Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-29T10:49:14.757Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 75747f9e-a272-4b2e-a8b0-909ee927b085 12
2022-03-29T10:49:14.757Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-03-29T10:49:14.758Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-03-29T10:49:14.758Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-29T10:49:14.759Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:49:14.762Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:49:14.762Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550954757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:49:14.862Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:49:14.863Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:49:14.864Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:49:14.884Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:49:14.885Z||pool-96-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:49:15.763Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d05c1a35-892c-45db-bf4e-80365a51ddd6 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-03-29T10:49:15.768Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-29T10:49:15.768Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-03-29T10:49:16.108Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-29T10:49:16.109Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env d05c1a35-892c-45db-bf4e-80365a51ddd6 96
2022-03-29T10:49:16.110Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-03-29T10:49:16.111Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-03-29T10:49:16.111Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-29T10:49:16.111Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:49:16.114Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:49:16.114Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550956110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:49:16.216Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-29T10:49:16.218Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:49:16.218Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:49:16.230Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:49:16.231Z||pool-97-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-29T10:49:17.115Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9c7d7abb-6d74-473a-bdab-8497184d254c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-03-29T10:49:17.115Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-29T10:49:17.116Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-03-29T10:49:17.592Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-29T10:49:17.593Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 9c7d7abb-6d74-473a-bdab-8497184d254c 20206
2022-03-29T10:49:17.594Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-03-29T10:49:17.594Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-03-29T10:49:17.594Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-29T10:49:17.594Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:49:17.597Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:49:17.597Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550957593,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:49:17.698Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-29T10:49:17.699Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:49:17.699Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:49:17.715Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:49:17.715Z||pool-98-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:49:18.606Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 566c0a9d-16d8-40bf-8531-df1f0c44bc27
2022-03-29T10:49:18.606Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 8288bf11-07e2-42da-9d1b-f18506eaebb4 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-29T10:49:18.620Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@632d087e, org.onap.sdc.toscaparser.api.parameters.Input@699390a6, org.onap.sdc.toscaparser.api.parameters.Input@552eaf56, org.onap.sdc.toscaparser.api.parameters.Input@5981e9e4, org.onap.sdc.toscaparser.api.parameters.Input@52647452]
2022-03-29T10:49:18.623Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:49:18.623Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:49:18.624Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-03-29T10:49:18.624Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 86a73c38-bb90-44ae-89fd-697993eb65b3
2022-03-29T10:49:18.624Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 86a73c38-bb90-44ae-89fd-697993eb65b3 matches Tosca VF Customization UUID: 86a73c38-bb90-44ae-89fd-697993eb65b3
2022-03-29T10:49:18.624Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 86a73c38-bb90-44ae-89fd-697993eb65b3  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-29T10:49:18.627Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:49:18.628Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:49:18.629Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 86a73c38-bb90-44ae-89fd-697993eb65b3: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"}
2022-03-29T10:49:18.629Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@51eb9072
2022-03-29T10:49:18.629Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:49:18.630Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-29T10:49:18.630Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bff9446a-2a09-4cee-8706-641e7728b096
2022-03-29T10:49:18.631Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bff9446a-2a09-4cee-8706-641e7728b096
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-29T10:49:18.634Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:49:18.634Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-29T10:49:18.634Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-29T10:49:18.635Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:49:18.635Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-29T10:49:18.635Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-29T10:49:18.636Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:49:18.636Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-29T10:49:18.636Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=86a73c38-bb90-44ae-89fd-697993eb65b3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-29T10:49:18.639Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:49:18.639Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:49:18.640Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 566c0a9d-16d8-40bf-8531-df1f0c44bc27: basic_cnf_macro
2022-03-29T10:49:18.640Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:49:18.641Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:49:18.641Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:49:18.642Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:49:18.642Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:49:18.642Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:49:18.643Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:49:18.643Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:49:18.643Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:49:18.644Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:49:18.644Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-29T10:49:18.685Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 8288bf11-07e2-42da-9d1b-f18506eaebb4 2 ASDC deployResourceStructure
2022-03-29T10:49:18.686Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-03-29T10:49:18.686Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-03-29T10:49:18.687Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-29T10:49:18.687Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:49:18.691Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:49:18.691Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550958686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-29T10:49:18.791Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:49:18.792Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:49:18.793Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:49:18.804Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:49:18.805Z||pool-99-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:49:19.274Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:49:19.275Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:49:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:49:19.301Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:49:19.302Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:49:19.302Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "clamp",
  "timestamp": 1648550779504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:49:19.303Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:49:19.303Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:49:19.303Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "clamp",
  "timestamp": 1648550781236,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-29T10:49:19.304Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:49:19.304Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:49:19.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "clamp",
  "timestamp": 1648550782240,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-29T10:49:19.311Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 06a85643-775e-43ff-b144-af0f10097b3a
2022-03-29T10:49:19.311Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06a85643-775e-43ff-b144-af0f10097b3a and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-29T10:49:19.692Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-03-29T10:49:19.693Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-03-29T10:49:19.694Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-29T10:49:19.695Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:49:19.697Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:49:19.697Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550959692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-03-29T10:49:19.797Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-29T10:49:19.799Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:49:19.799Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:49:19.816Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:49:19.817Z||pool-100-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:49:20.706Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-03-29T10:49:20.706Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-03-29T10:49:20.706Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-29T10:49:20.706Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:49:20.709Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:49:20.709Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550960699,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-03-29T10:49:20.810Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:49:20.811Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:49:20.811Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:49:20.837Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:49:20.838Z||pool-101-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-03-29T10:49:21.711Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-03-29T10:49:21.712Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-03-29T10:49:21.712Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-29T10:49:21.713Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:49:21.717Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:49:21.717Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550961711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-03-29T10:49:21.817Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-29T10:49:21.819Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:49:21.819Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:49:21.842Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:49:21.842Z||pool-102-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-03-29T10:49:22.719Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-03-29T10:49:22.719Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-03-29T10:49:22.720Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-29T10:49:22.720Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:49:22.724Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:49:22.724Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550962718,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-03-29T10:49:22.823Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-29T10:49:22.824Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:49:22.824Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:49:22.850Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:49:22.851Z||pool-103-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:49:23.725Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-03-29T10:49:23.726Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-03-29T10:49:23.726Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-29T10:49:23.726Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:49:23.728Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:49:23.729Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550963725,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-29T10:49:23.829Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:49:23.829Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:49:23.830Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:49:23.842Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:49:23.843Z||pool-104-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-29T10:49:24.729Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 385d7b2a-a896-4830-b604-5a46e928ce22
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-29T10:49:24.743Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 385d7b2a-a896-4830-b604-5a46e928ce22
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-29T10:49:24.745Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-29T10:49:24.745Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-29T10:49:24.746Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-29T10:49:24.746Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-29T10:49:24.746Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-29T10:49:24.746Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-29T10:49:24.747Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-29T10:49:24.747Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-29T10:49:24.747Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-29T10:49:24.747Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-29T10:49:24.747Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-29T10:49:24.753Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-29T10:49:54.754Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 385d7b2a-a896-4830-b604-5a46e928ce22 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-29T10:49:54.759Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 385d7b2a-a896-4830-b604-5a46e928ce22 and serviceModelVersionId: 566c0a9d-16d8-40bf-8531-df1f0c44bc27
2022-03-29T10:49:54.760Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6761c256-10b1-4cbc-9ae9-fdff32ff97a3
2022-03-29T10:49:54.761Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6761c256-10b1-4cbc-9ae9-fdff32ff97a3/model-vers/model-ver/566c0a9d-16d8-40bf-8531-df1f0c44bc27?depth=0
2022-03-29T10:49:54.766Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-03-29T10:49:54.832Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6761c256-10b1-4cbc-9ae9-fdff32ff97a3/model-vers/model-ver/566c0a9d-16d8-40bf-8531-df1f0c44bc27?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-29T10:49:54.834Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6761c256-10b1-4cbc-9ae9-fdff32ff97a3/model-vers/model-ver/566c0a9d-16d8-40bf-8531-df1f0c44bc27?depth=0|INFO|500||Invoke
2022-03-29T10:49:54.858Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6761c256-10b1-4cbc-9ae9-fdff32ff97a3/model-vers/model-ver/566c0a9d-16d8-40bf-8531-df1f0c44bc27?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-29T10:49:55.231Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6761c256-10b1-4cbc-9ae9-fdff32ff97a3/model-vers/model-ver/566c0a9d-16d8-40bf-8531-df1f0c44bc27?depth=0|INFO|500||InvokeReturn
2022-03-29T10:49:55.232Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6761c256-10b1-4cbc-9ae9-fdff32ff97a3/model-vers/model-ver/566c0a9d-16d8-40bf-8531-df1f0c44bc27?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220329-10:49:55:986-44582], vertex-id=[487536], Content-Length=[0], Date=[Tue, 29 Mar 2022 10:49:55 GMT], Content-Type=[application/json]}
2022-03-29T10:49:55.234Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-03-29T10:49:55.234Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-29T10:49:55.234Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-29T10:49:55.240Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-29T10:49:55.240Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 385d7b2a-a896-4830-b604-5a46e928ce22 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-29T10:49:55.241Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-29T10:49:55.241Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:49:55.245Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:49:55.245Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550995241,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-29T10:49:55.345Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:49:55.346Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:49:55.346Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:49:55.361Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:49:55.362Z||pool-105-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-29T10:49:56.256Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-29T10:49:56.256Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"06a85643-775e-43ff-b144-af0f10097b3a","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"0dbbfa06-80a2-4ef6-ab2a-05de38aeaf46","serviceDescription":"service","serviceInvariantUUID":"705b5a05-c360-4b7d-af4a-04ec078391e7","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e17fe7f7-d520-405a-ba7d-ef569aeb7534","resourceInvariantUUID":"48065c84-3db6-4193-b281-d15e7445f457","resourceCustomizationUUID":"510561d4-0910-4006-89d8-fbd2f7fda9b5","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":"ZDIyOTk2M2RhMDVjNmM4MGFiZTA4NDQ5ODAwMTFhMTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"82418fc8-ea41-4b32-b641-a825e9ae17fb","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":"9809d7f0-b61b-4aa2-bc17-13dfe5be5a36","artifactVersion":"2","generatedFromUUID":"b2729b55-7cb6-4cc0-80f1-5e8c166e3b01"},{"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":"b2729b55-7cb6-4cc0-80f1-5e8c166e3b01","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":"ZjM5YjYxZDk4ZGY0MWQ1NWY2YTgwZjVhOTJkMzk3ZDc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ec19948d-a89d-4517-83d5-aa3b7470ae8c","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":"ab372c6e-5425-4c2f-9add-bfab825b1d09","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":"ee0464e3-b25d-4eba-b3e8-f6eb8c70d6e0","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":"ca9c3ec0-56dc-4dcd-98d2-a21735f82b07","artifactVersion":"2","generatedFromUUID":"ab372c6e-5425-4c2f-9add-bfab825b1d09"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"OTY4NWU1Mzk0MzkzZDNmMzEwZDY3NzNkNGRlYzY0Njc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c56272bd-f856-4c41-8123-0c0af813cd7a","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MGY4MTcyZTQwOWQ4NmYzNmZiMGVhMzIzZjgzN2YxOTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c3cf2fad-9a0f-4418-ad96-fffd86e316ee","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-29T10:49:56.257Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:49:56.258Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:49:56.260Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:49:56.260Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550883317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:49:56.360Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:49:56.361Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:49:56.361Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:49:56.376Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:49:56.376Z||pool-106-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:49:57.261Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:49:57.262Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:49:57.271Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:49:57.271Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550883317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-29T10:49:57.372Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-29T10:49:57.373Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:49:57.374Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:49:57.389Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:49:57.391Z||pool-107-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:49:58.272Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:49:58.273Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:49:58.275Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:49:58.275Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550883317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-29T10:49:58.375Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:49:58.377Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:49:58.377Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:49:58.389Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:49:58.389Z||pool-108-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-29T10:49:59.276Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:49:59.277Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:49:59.279Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:49:59.279Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550883317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-29T10:49:59.379Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:49:59.380Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:49:59.380Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:49:59.392Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:49:59.393Z||pool-109-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:50:00.280Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:50:00.281Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:50:00.283Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:50:00.283Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550883317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-29T10:50:00.383Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:50:00.384Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:50:00.384Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:50:00.395Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:50:00.396Z||pool-110-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-29T10:50:01.284Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:50:01.285Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:50:01.288Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:50:01.288Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550883317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:50:01.388Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:50:01.389Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:50:01.390Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:50:01.404Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:50:01.405Z||pool-111-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:50:02.289Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:50:02.290Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:50:02.292Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:50:02.292Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550883317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-29T10:50:02.392Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:50:02.394Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:50:02.394Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:50:02.406Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:50:02.406Z||pool-112-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:50:03.293Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:50:03.295Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:50:03.298Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:50:03.298Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550883317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:50:03.398Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:50:03.399Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:50:03.399Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:50:03.413Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:50:03.414Z||pool-113-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-29T10:50:04.299Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:50:04.300Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:50:04.303Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:50:04.304Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550883317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:50:04.403Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-29T10:50:04.404Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:50:04.405Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:50:04.416Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:50:04.417Z||pool-114-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-29T10:50:05.307Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "0dbbfa06-80a2-4ef6-ab2a-05de38aeaf46",
  "serviceDescription": "service",
  "serviceInvariantUUID": "705b5a05-c360-4b7d-af4a-04ec078391e7",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "510561d4-0910-4006-89d8-fbd2f7fda9b5",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e17fe7f7-d520-405a-ba7d-ef569aeb7534",
      "resourceInvariantUUID": "48065c84-3db6-4193-b281-d15e7445f457",
      "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": "9809d7f0-b61b-4aa2-bc17-13dfe5be5a36",
          "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": "b2729b55-7cb6-4cc0-80f1-5e8c166e3b01",
          "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": "ZjM5YjYxZDk4ZGY0MWQ1NWY2YTgwZjVhOTJkMzk3ZDc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ec19948d-a89d-4517-83d5-aa3b7470ae8c",
          "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": "ab372c6e-5425-4c2f-9add-bfab825b1d09",
          "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": "ca9c3ec0-56dc-4dcd-98d2-a21735f82b07",
            "generatedFromUUID": "ab372c6e-5425-4c2f-9add-bfab825b1d09"
          },
          "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": "ca9c3ec0-56dc-4dcd-98d2-a21735f82b07",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MGY4MTcyZTQwOWQ4NmYzNmZiMGVhMzIzZjgzN2YxOTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c3cf2fad-9a0f-4418-ad96-fffd86e316ee"
    }
  ],
  "workloadContext": "Production"
}
2022-03-29T10:50:05.307Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-29T10:50:05.307Z|385d7b2a-a896-4830-b604-5a46e928ce22|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 0dbbfa06-80a2-4ef6-ab2a-05de38aeaf46 ASDC
2022-03-29T10:50:05.308Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:06a85643-775e-43ff-b144-af0f10097b3a
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:0dbbfa06-80a2-4ef6-ab2a-05de38aeaf46
ServiceInvariantUUID:705b5a05-c360-4b7d-af4a-04ec078391e7
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:c3cf2fad-9a0f-4418-ad96-fffd86e316ee
ArtifactChecksum:MGY4MTcyZTQwOWQ4NmYzNmZiMGVhMzIzZjgzN2YxOTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:510561d4-0910-4006-89d8-fbd2f7fda9b5
ResourceInvariantUUID:48065c84-3db6-4193-b281-d15e7445f457
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:e17fe7f7-d520-405a-ba7d-ef569aeb7534
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:9809d7f0-b61b-4aa2-bc17-13dfe5be5a36
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:b2729b55-7cb6-4cc0-80f1-5e8c166e3b01
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:ec19948d-a89d-4517-83d5-aa3b7470ae8c
ArtifactChecksum:ZjM5YjYxZDk4ZGY0MWQ1NWY2YTgwZjVhOTJkMzk3ZDc=
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:ab372c6e-5425-4c2f-9add-bfab825b1d09
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:ca9c3ec0-56dc-4dcd-98d2-a21735f82b07
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:ca9c3ec0-56dc-4dcd-98d2-a21735f82b07
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-29T10:50:05.308Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0dbbfa06-80a2-4ef6-ab2a-05de38aeaf46 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-29T10:50:05.344Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-29T10:50:05.345Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-29T10:50:05.345Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-29T10:50:05.345Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c3cf2fad-9a0f-4418-ad96-fffd86e316ee from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-29T10:50:05.345Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-29T10:50:05.346Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-29T10:50:06.569Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-29T10:50:06.572Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar c3cf2fad-9a0f-4418-ad96-fffd86e316ee 68961
2022-03-29T10:50:06.573Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-03-29T10:50:06.573Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-29T10:50:06.573Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-29T10:50:06.573Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:50:06.575Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:50:06.575Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648551006573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:50:06.676Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:50:06.677Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:50:06.677Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:50:06.695Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:50:06.696Z||pool-115-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-03-29T10:50:07.576Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-29T10:50:07.577Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-29T10:50:07.577Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: c3cf2fad-9a0f-4418-ad96-fffd86e316ee, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-29T10:50:07.578Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-03-29T10:50:07.578Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-29T10:50:07.578Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-29T10:50:07.737Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4106258861692149330/Definitions/service-BasicCnf-template.yml
2022-03-29T10:50:09.023Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-29T10:50:09.023Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-29T10:50:09.024Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-29T10:50:09.024Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-03-29T10:50:09.024Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-29T10:50:09.024Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-29T10:50:09.024Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-29T10:50:09.024Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-29T10:50:09.025Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-29T10:50:09.025Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:50:09.025Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:50:09.025Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-29T10:50:09.026Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-29T10:50:09.026Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-29T10:50:09.026Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:50:09.026Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:50:09.027Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-29T10:50:09.027Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-29T10:50:09.027Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-29T10:50:09.027Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:50:09.027Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:50:09.028Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:50:09.028Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-29T10:50:09.028Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-03-29T10:50:09.028Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Node template dummy is not matching search criteria
2022-03-29T10:50:09.028Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-29T10:50:09.029Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:50:09.029Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-29T10:50:09.029Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:50:09.029Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-29T10:50:09.030Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-29T10:50:09.030Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:50:09.030Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-29T10:50:09.031Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-29T10:50:09.031Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:50:09.031Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-29T10:50:09.031Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-29T10:50:09.032Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:50:09.032Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-29T10:50:09.032Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-03-29T10:50:09.033Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=532b5203-0068-4708-ab92-c70f214b7994
2022-03-29T10:50:09.033Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:50:09.033Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:50:09.033Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:50:09.034Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:50:09.034Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:50:09.034Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:50:09.034Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:50:09.034Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:50:09.035Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:0dbbfa06-80a2-4ef6-ab2a-05de38aeaf46
Model Version:NULL
Model InvariantUuid:705b5a05-c360-4b7d-af4a-04ec078391e7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:2ed9b813-b023-4046-9560-da5a9d5a9b30
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:48065c84-3db6-4193-b281-d15e7445f457
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:510561d4-0910-4006-89d8-fbd2f7fda9b5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a169a7a3-dd55-439b-9d2c-2dbabe4c97d0
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:6328cdf7-4444-4804-acb4-625d721f5984
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:532b5203-0068-4708-ab92-c70f214b7994
ModelInvariantUuid:21ec4fd2-1803-496e-98f1-b6762b14dc13
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:f6ff2fd2-ab70-4610-969c-574086021a56
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:105a441d-88c5-44f7-bcae-282002b5c6df
ModelInvariantUuid:945ecf5f-d6d8-4cec-92b3-f4896c7ac737
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:4c7bd386-f272-455b-bd9b-540341ebcbe2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-29T10:50:09.042Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: e17fe7f7-d520-405a-ba7d-ef569aeb7534
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-29T10:50:09.045Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||basic_cnf 0
2022-03-29T10:50:09.045Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e17fe7f7-d520-405a-ba7d-ef569aeb7534
2022-03-29T10:50:09.045Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9809d7f0-b61b-4aa2-bc17-13dfe5be5a36 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-03-29T10:50:09.046Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-29T10:50:09.046Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-03-29T10:50:09.266Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-29T10:50:09.267Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 9809d7f0-b61b-4aa2-bc17-13dfe5be5a36 12
2022-03-29T10:50:09.267Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-03-29T10:50:09.267Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-03-29T10:50:09.267Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-29T10:50:09.267Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:50:09.269Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:50:09.270Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648551009267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:50:09.370Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:50:09.370Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:50:09.371Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:50:09.384Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:50:09.385Z||pool-116-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:50:10.271Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b2729b55-7cb6-4cc0-80f1-5e8c166e3b01 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-03-29T10:50:10.272Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-29T10:50:10.272Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-03-29T10:50:10.561Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-29T10:50:10.562Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz b2729b55-7cb6-4cc0-80f1-5e8c166e3b01 2688
2022-03-29T10:50:10.563Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-03-29T10:50:10.563Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-03-29T10:50:10.563Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-29T10:50:10.564Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:50:10.568Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:50:10.568Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648551010563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:50:10.668Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:50:10.670Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:50:10.670Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:50:10.682Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:50:10.682Z||pool-117-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:50:11.570Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ec19948d-a89d-4517-83d5-aa3b7470ae8c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-29T10:50:11.571Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-29T10:50:11.571Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-29T10:50:11.848Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-29T10:50:11.849Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ec19948d-a89d-4517-83d5-aa3b7470ae8c 828
2022-03-29T10:50:11.849Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-03-29T10:50:11.850Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-29T10:50:11.850Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-29T10:50:11.850Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:50:11.852Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:50:11.853Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648551011849,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:50:11.953Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:50:11.954Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:50:11.954Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:50:11.971Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:50:11.972Z||pool-118-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:50:12.854Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "a169a7a3-dd55-439b-9d2c-2dbabe4c97d0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6328cdf7-4444-4804-acb4-625d721f5984",
    "vfModuleModelCustomizationUUID": "41e7536a-a263-4bbb-be3d-3e007e33e41b",
    "isBase": true,
    "artifacts": [
      "ab372c6e-5425-4c2f-9add-bfab825b1d09",
      "b2729b55-7cb6-4cc0-80f1-5e8c166e3b01",
      "ca9c3ec0-56dc-4dcd-98d2-a21735f82b07"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-29T10:50:12.859Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6328cdf7-4444-4804-acb4-625d721f5984
VfModuleModelInvariantUUID:a169a7a3-dd55-439b-9d2c-2dbabe4c97d0
VfModuleModelDescription:NULL
Artifacts UUID List:{
ab372c6e-5425-4c2f-9add-bfab825b1d09
,
b2729b55-7cb6-4cc0-80f1-5e8c166e3b01
,
ca9c3ec0-56dc-4dcd-98d2-a21735f82b07

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

isBase:true


}

2022-03-29T10:50:12.862Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "a169a7a3-dd55-439b-9d2c-2dbabe4c97d0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6328cdf7-4444-4804-acb4-625d721f5984",
    "vfModuleModelCustomizationUUID": "41e7536a-a263-4bbb-be3d-3e007e33e41b",
    "isBase": true,
    "artifacts": [
      "ab372c6e-5425-4c2f-9add-bfab825b1d09",
      "b2729b55-7cb6-4cc0-80f1-5e8c166e3b01",
      "ca9c3ec0-56dc-4dcd-98d2-a21735f82b07"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-29T10:50:12.863Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6328cdf7-4444-4804-acb4-625d721f5984
VfModuleModelInvariantUUID:a169a7a3-dd55-439b-9d2c-2dbabe4c97d0
VfModuleModelDescription:NULL
Artifacts UUID List:{
ab372c6e-5425-4c2f-9add-bfab825b1d09
,
b2729b55-7cb6-4cc0-80f1-5e8c166e3b01
,
ca9c3ec0-56dc-4dcd-98d2-a21735f82b07

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

isBase:true


}

2022-03-29T10:50:12.863Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ab372c6e-5425-4c2f-9add-bfab825b1d09 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-29T10:50:12.863Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-29T10:50:12.863Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-29T10:50:13.155Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-29T10:50:13.156Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ab372c6e-5425-4c2f-9add-bfab825b1d09 1164
2022-03-29T10:50:13.156Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-03-29T10:50:13.157Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-29T10:50:13.157Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-29T10:50:13.157Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:50:13.159Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:50:13.160Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648551013156,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:50:13.259Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-29T10:50:13.260Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:50:13.260Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:50:13.278Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:50:13.278Z||pool-119-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-03-29T10:50:14.161Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ca9c3ec0-56dc-4dcd-98d2-a21735f82b07 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-29T10:50:14.161Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-29T10:50:14.161Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-29T10:50:14.346Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-29T10:50:14.346Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ca9c3ec0-56dc-4dcd-98d2-a21735f82b07 200
2022-03-29T10:50:14.347Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-03-29T10:50:14.347Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-29T10:50:14.347Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-29T10:50:14.347Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:50:14.350Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:50:14.350Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648551014347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:50:14.450Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:50:14.451Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:50:14.451Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:50:14.483Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:50:14.483Z||pool-120-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-03-29T10:50:15.353Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 0dbbfa06-80a2-4ef6-ab2a-05de38aeaf46
2022-03-29T10:50:15.353Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 e17fe7f7-d520-405a-ba7d-ef569aeb7534 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=?
2022-03-29T10:50:15.368Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-29T10:50:15.381Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@389da923, org.onap.sdc.toscaparser.api.parameters.Input@3738a2e3, org.onap.sdc.toscaparser.api.parameters.Input@4594b6f, org.onap.sdc.toscaparser.api.parameters.Input@2c3cbe3c, org.onap.sdc.toscaparser.api.parameters.Input@79bdce29]
2022-03-29T10:50:15.383Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:50:15.384Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:50:15.384Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-03-29T10:50:15.384Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 510561d4-0910-4006-89d8-fbd2f7fda9b5
2022-03-29T10:50:15.384Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 510561d4-0910-4006-89d8-fbd2f7fda9b5 matches Tosca VF Customization UUID: 510561d4-0910-4006-89d8-fbd2f7fda9b5
2022-03-29T10:50:15.385Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 510561d4-0910-4006-89d8-fbd2f7fda9b5  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-29T10:50:15.387Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:50:15.387Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:50:15.388Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 510561d4-0910-4006-89d8-fbd2f7fda9b5: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-03-29T10:50:15.388Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@c28ffa0
2022-03-29T10:50:15.388Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:50:15.388Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-29T10:50:15.389Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 41e7536a-a263-4bbb-be3d-3e007e33e41b
2022-03-29T10:50:15.389Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 41e7536a-a263-4bbb-be3d-3e007e33e41b
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-29T10:50:15.391Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:50:15.392Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-29T10:50:15.392Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-29T10:50:15.392Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:50:15.392Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-29T10:50:15.393Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-29T10:50:15.393Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:50:15.393Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-29T10:50:15.393Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-03-29T10:50:15.394Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=532b5203-0068-4708-ab92-c70f214b7994
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-29T10:50:15.396Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:50:15.396Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-29T10:50:15.396Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-29T10:50:15.397Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:50:15.397Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-29T10:50:15.397Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=510561d4-0910-4006-89d8-fbd2f7fda9b5
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-29T10:50:15.399Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:50:15.400Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:50:15.400Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 0dbbfa06-80a2-4ef6-ab2a-05de38aeaf46: basic_cnf
2022-03-29T10:50:15.400Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:50:15.400Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:50:15.401Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:50:15.401Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:50:15.401Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:50:15.401Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:50:15.402Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:50:15.402Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:50:15.402Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:50:15.402Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:50:15.402Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-29T10:50:15.480Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf e17fe7f7-d520-405a-ba7d-ef569aeb7534 1 ASDC deployResourceStructure
2022-03-29T10:50:15.480Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-03-29T10:50:15.481Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-03-29T10:50:15.481Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-29T10:50:15.481Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:50:15.484Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:50:15.484Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648551015480,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-03-29T10:50:15.584Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:50:15.585Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:50:15.586Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:50:15.602Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:50:15.603Z||pool-121-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:50:16.485Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-03-29T10:50:16.486Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-03-29T10:50:16.486Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-29T10:50:16.486Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:50:16.488Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:50:16.489Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648551016485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-03-29T10:50:16.589Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:50:16.590Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:50:16.590Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:50:16.603Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:50:16.604Z||pool-122-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:50:17.490Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-03-29T10:50:17.490Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-29T10:50:17.491Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-29T10:50:17.491Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:50:17.494Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:50:17.494Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648551017490,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-29T10:50:17.594Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:50:17.595Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:50:17.595Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:50:17.607Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:50:17.607Z||pool-123-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:50:18.497Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-03-29T10:50:18.497Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-29T10:50:18.497Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-29T10:50:18.498Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:50:18.500Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:50:18.500Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648551018495,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-03-29T10:50:18.601Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-29T10:50:18.602Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:50:18.602Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:50:18.624Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:50:18.625Z||pool-124-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:50:19.274Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:50:19.275Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:50:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:50:19.302Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:50:19.302Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:50:19.302Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "405ca134-5b97-4738-8d13-1ea04b9e932e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550882302,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-29T10:50:19.303Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:50:19.303Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:50:19.303Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550883317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:50:19.303Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:50:19.303Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:50:19.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550883317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-29T10:50:19.304Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:50:19.304Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:50:19.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550883317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-29T10:50:19.304Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:50:19.304Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:50:19.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550883317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:50:19.304Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:50:19.304Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:50:19.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550883317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-29T10:50:19.304Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:50:19.305Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:50:19.305Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550883317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:50:19.305Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:50:19.305Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:50:19.305Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550883317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:50:19.305Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:50:19.305Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:50:19.305Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550895461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:50:19.305Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:50:19.305Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:50:19.305Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550898404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:50:19.306Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:50:19.502Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-03-29T10:50:19.503Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-29T10:50:19.503Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-29T10:50:19.503Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:50:19.506Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:50:19.506Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648551019502,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-03-29T10:50:19.606Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:50:19.607Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:50:19.607Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:50:19.621Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:50:19.621Z||pool-125-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-29T10:50:20.507Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-03-29T10:50:20.507Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-29T10:50:20.508Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-29T10:50:20.508Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:50:20.509Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:50:20.510Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648551020507,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-29T10:50:20.610Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:50:20.611Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:50:20.611Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:50:20.625Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:50:20.626Z||pool-126-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-29T10:50:21.510Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 06a85643-775e-43ff-b144-af0f10097b3a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-29T10:50:21.523Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 06a85643-775e-43ff-b144-af0f10097b3a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-29T10:50:21.526Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-29T10:50:21.527Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-29T10:50:21.527Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-29T10:50:21.527Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-29T10:50:21.527Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-29T10:50:21.528Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-29T10:50:21.528Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-29T10:50:21.528Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-29T10:50:21.528Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-29T10:50:21.529Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-29T10:50:21.529Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-29T10:50:21.533Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-29T10:50:51.533Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 06a85643-775e-43ff-b144-af0f10097b3a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-29T10:50:51.539Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 06a85643-775e-43ff-b144-af0f10097b3a and serviceModelVersionId: 0dbbfa06-80a2-4ef6-ab2a-05de38aeaf46
2022-03-29T10:50:51.540Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 705b5a05-c360-4b7d-af4a-04ec078391e7
2022-03-29T10:50:51.540Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/705b5a05-c360-4b7d-af4a-04ec078391e7/model-vers/model-ver/0dbbfa06-80a2-4ef6-ab2a-05de38aeaf46?depth=0
2022-03-29T10:50:51.545Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-03-29T10:50:51.601Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/705b5a05-c360-4b7d-af4a-04ec078391e7/model-vers/model-ver/0dbbfa06-80a2-4ef6-ab2a-05de38aeaf46?depth=0|INFO|500||Invoke
2022-03-29T10:50:51.601Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/705b5a05-c360-4b7d-af4a-04ec078391e7/model-vers/model-ver/0dbbfa06-80a2-4ef6-ab2a-05de38aeaf46?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/705b5a05-c360-4b7d-af4a-04ec078391e7/model-vers/model-ver/0dbbfa06-80a2-4ef6-ab2a-05de38aeaf46?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[06a85643-775e-43ff-b144-af0f10097b3a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[99c368ee-728e-4cfc-beb1-19a36c77c070], X-ECOMP-RequestID=[06a85643-775e-43ff-b144-af0f10097b3a], X-TransactionId=[], X-ONAP-RequestID=[06a85643-775e-43ff-b144-af0f10097b3a], Content-Type=[application/merge-patch+json]}
2022-03-29T10:50:51.621Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/705b5a05-c360-4b7d-af4a-04ec078391e7/model-vers/model-ver/0dbbfa06-80a2-4ef6-ab2a-05de38aeaf46?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-29T10:50:51.734Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/705b5a05-c360-4b7d-af4a-04ec078391e7/model-vers/model-ver/0dbbfa06-80a2-4ef6-ab2a-05de38aeaf46?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/705b5a05-c360-4b7d-af4a-04ec078391e7/model-vers/model-ver/0dbbfa06-80a2-4ef6-ab2a-05de38aeaf46?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220329-10:50:52:750-81630], vertex-id=[508040], Content-Length=[0], Date=[Tue, 29 Mar 2022 10:50:52 GMT], Content-Type=[application/json]}
2022-03-29T10:50:51.735Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/705b5a05-c360-4b7d-af4a-04ec078391e7/model-vers/model-ver/0dbbfa06-80a2-4ef6-ab2a-05de38aeaf46?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-29T10:50:51.735Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/705b5a05-c360-4b7d-af4a-04ec078391e7/model-vers/model-ver/0dbbfa06-80a2-4ef6-ab2a-05de38aeaf46?depth=0|INFO|500||InvokeReturn
2022-03-29T10:50:51.736Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-29T10:50:51.736Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-29T10:50:51.741Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-29T10:50:51.742Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 06a85643-775e-43ff-b144-af0f10097b3a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-29T10:50:51.742Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-29T10:50:51.742Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:50:51.744Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:50:51.744Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648551051742,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-29T10:50:51.844Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:50:51.845Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:50:51.845Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:50:51.863Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:50:51.864Z||pool-127-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-29T10:50:52.756Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:50:52.757Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:50:52.757Z|06a85643-775e-43ff-b144-af0f10097b3a|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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:50:57.155Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:50:57.156Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-29T10:50:57.156Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"bc2e67db-10ac-46fc-a552-2a6e2b69402f","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"35e6f837-8d68-429f-879f-ffe5f0994a55","serviceDescription":"service","serviceInvariantUUID":"6ed12cd7-cd1f-4df6-9457-67470b342dd1","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a23c651e-b816-479a-be4d-e562e2ce8ca2","resourceInvariantUUID":"1162c955-5155-45b3-949a-ad07ea6678c2","resourceCustomizationUUID":"06a342b6-24b4-46d5-8361-9a69e301a7ba","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":"MzA2ODA1ODY0MTZjYWU2YWQxYWMzMzBiNTEyZDhjODE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f2407f62-8e31-4d41-aa49-fe467520dea7","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":"4dbb4d26-6dac-4df9-af64-25b4e1fedc76","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":"aaf25431-4b46-4cd2-b8eb-832fc75df0dc","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":"YmFjMGUzNjA0MTg1MDI4N2MxMjM5OTJjMTJiNGE0MzY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"38ba3231-4ae2-4309-99fc-4781e7653e93","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":"4f7f786f-e04a-4afd-b32c-372c4bc9d9d5","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":"742e6ba4-74a6-4c1a-aae6-4e95709cee17","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":"fcfe7efd-8fef-4b4e-8c40-dc12bc619ef4","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":"ODNlZjJlNzM0YjI2ZTc3ZTk5NWIwNDMzMGFlZmYyMDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fa0191df-cd28-4c52-9d1a-e54f4a6e2758","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MzhiNmJlNzE4MzcxYWQxYWIwMmE1N2I2NDc3ODc0YjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e5000d4e-e65f-48e6-aae5-8a117092330f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-29T10:50:57.158Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:50:57.159Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:50:57.161Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:50:57.161Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648551052756,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:50:57.261Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:50:57.262Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:50:57.262Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:50:57.277Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:50:57.278Z||pool-128-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:50:58.162Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:50:58.163Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:50:58.165Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:50:58.165Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648551052756,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:50:58.266Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-29T10:50:58.267Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:50:58.268Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:50:58.288Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:50:58.290Z||pool-129-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-03-29T10:50:59.166Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:50:59.166Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:50:59.170Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:50:59.170Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648551052756,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:50:59.270Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:50:59.271Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:50:59.271Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:50:59.285Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:50:59.285Z||pool-130-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:51:00.170Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:51:00.171Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:51:00.174Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:51:00.174Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648551052756,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:51:00.274Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-29T10:51:00.275Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:51:00.276Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:51:00.290Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:51:00.291Z||pool-131-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:51:01.175Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:51:01.177Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:51:01.179Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:51:01.179Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648551052756,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:51:01.279Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:51:01.280Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:51:01.280Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:51:01.296Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:51:01.297Z||pool-132-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:51:02.180Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:51:02.180Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:51:02.182Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:51:02.182Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648551052756,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:51:02.283Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-29T10:51:02.283Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:51:02.284Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:51:02.296Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:51:02.297Z||pool-133-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:51:03.183Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:51:03.183Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:51:03.188Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:51:03.188Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648551052756,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:51:03.288Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:51:03.289Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:51:03.289Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:51:03.303Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:51:03.304Z||pool-134-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:51:04.188Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:51:04.190Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:51:04.193Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:51:04.193Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648551052756,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:51:04.293Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:51:04.294Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:51:04.295Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:51:04.307Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:51:04.307Z||pool-135-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:51:05.193Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:51:05.194Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:51:05.196Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:51:05.197Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648551052756,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:51:05.297Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:51:05.298Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:51:05.298Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:51:05.313Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:51:05.314Z||pool-136-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:51:06.198Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "35e6f837-8d68-429f-879f-ffe5f0994a55",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6ed12cd7-cd1f-4df6-9457-67470b342dd1",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "06a342b6-24b4-46d5-8361-9a69e301a7ba",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "a23c651e-b816-479a-be4d-e562e2ce8ca2",
      "resourceInvariantUUID": "1162c955-5155-45b3-949a-ad07ea6678c2",
      "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": "MzhiNmJlNzE4MzcxYWQxYWIwMmE1N2I2NDc3ODc0YjQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e5000d4e-e65f-48e6-aae5-8a117092330f"
    }
  ],
  "workloadContext": "Production"
}
2022-03-29T10:51:06.198Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-29T10:51:06.198Z|06a85643-775e-43ff-b144-af0f10097b3a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 35e6f837-8d68-429f-879f-ffe5f0994a55 ASDC
2022-03-29T10:51:06.199Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:bc2e67db-10ac-46fc-a552-2a6e2b69402f
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:35e6f837-8d68-429f-879f-ffe5f0994a55
ServiceInvariantUUID:6ed12cd7-cd1f-4df6-9457-67470b342dd1
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:e5000d4e-e65f-48e6-aae5-8a117092330f
ArtifactChecksum:MzhiNmJlNzE4MzcxYWQxYWIwMmE1N2I2NDc3ODc0YjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:06a342b6-24b4-46d5-8361-9a69e301a7ba
ResourceInvariantUUID:1162c955-5155-45b3-949a-ad07ea6678c2
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:a23c651e-b816-479a-be4d-e562e2ce8ca2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-29T10:51:06.199Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 35e6f837-8d68-429f-879f-ffe5f0994a55 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-29T10:51:06.225Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-29T10:51:06.226Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-29T10:51:06.226Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-29T10:51:06.226Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e5000d4e-e65f-48e6-aae5-8a117092330f from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-29T10:51:06.226Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-29T10:51:06.226Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-29T10:51:06.691Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-29T10:51:06.698Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar e5000d4e-e65f-48e6-aae5-8a117092330f 105669
2022-03-29T10:51:06.699Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-03-29T10:51:06.699Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-29T10:51:06.699Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-29T10:51:06.699Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:51:06.702Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:51:06.702Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648551066699,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:51:06.802Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:51:06.803Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:51:06.803Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:51:06.821Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:51:06.821Z||pool-137-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:51:07.702Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-29T10:51:07.704Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-29T10:51:07.704Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: e5000d4e-e65f-48e6-aae5-8a117092330f, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-29T10:51:07.704Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-03-29T10:51:07.705Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-29T10:51:07.705Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-29T10:51:07.831Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2990332113149728320/Definitions/service-TestPnfMacro-template.yml
2022-03-29T10:51:08.662Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-29T10:51:08.663Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-29T10:51:08.663Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-29T10:51:08.663Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-29T10:51:08.663Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-29T10:51:08.664Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-29T10:51:08.664Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-29T10:51:08.664Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-29T10:51:08.664Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-29T10:51:08.665Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-29T10:51:08.665Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-29T10:51:08.665Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-29T10:51:08.665Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:51:08.666Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:51:08.666Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-03-29T10:51:08.666Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-29T10:51:08.667Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-29T10:51:08.667Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:51:08.667Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:51:08.667Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-03-29T10:51:08.668Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-29T10:51:08.668Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-29T10:51:08.668Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:51:08.668Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:51:08.669Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:51:08.669Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:51:08.669Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:51:08.670Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:51:08.670Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:51:08.670Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:51:08.670Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:51:08.671Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:51:08.671Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:35e6f837-8d68-429f-879f-ffe5f0994a55
Model Version:NULL
Model InvariantUuid:6ed12cd7-cd1f-4df6-9457-67470b342dd1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-29T10:51:08.679Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: a23c651e-b816-479a-be4d-e562e2ce8ca2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-29T10:51:08.683Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||INFO|500||test-pnf 0
2022-03-29T10:51:08.684Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a23c651e-b816-479a-be4d-e562e2ce8ca2
2022-03-29T10:51:08.684Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 35e6f837-8d68-429f-879f-ffe5f0994a55
2022-03-29T10:51:08.684Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 35e6f837-8d68-429f-879f-ffe5f0994a55
2022-03-29T10:51:08.684Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 a23c651e-b816-479a-be4d-e562e2ce8ca2 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-29T10:51:08.689Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@348e2ee3, org.onap.sdc.toscaparser.api.parameters.Input@448a23d0, org.onap.sdc.toscaparser.api.parameters.Input@4ae22d88, org.onap.sdc.toscaparser.api.parameters.Input@5b72bbc6, org.onap.sdc.toscaparser.api.parameters.Input@1e4e7f7d]
2022-03-29T10:51:08.690Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:51:08.691Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:51:08.692Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 35e6f837-8d68-429f-879f-ffe5f0994a55: test-pnf
2022-03-29T10:51:08.692Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||INFO|500||Processing PNF resource: a23c651e-b816-479a-be4d-e562e2ce8ca2
2022-03-29T10:51:08.692Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-29T10:51:08.692Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:51:08.692Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||INFO|500||Resource customization UUID: 06a342b6-24b4-46d5-8361-9a69e301a7ba is the same as notified resource customizationUUID: 06a342b6-24b4-46d5-8361-9a69e301a7ba
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-03-29T10:51:08.735Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf a23c651e-b816-479a-be4d-e562e2ce8ca2 0 ASDC deployResourceStructure
2022-03-29T10:51:08.735Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-03-29T10:51:08.736Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-29T10:51:08.736Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-29T10:51:08.736Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:51:08.738Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:51:08.738Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648551068735,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-29T10:51:08.839Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-29T10:51:08.839Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:51:08.840Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:51:08.864Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:51:08.865Z||pool-138-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:51:09.740Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bc2e67db-10ac-46fc-a552-2a6e2b69402f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-29T10:51:09.751Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bc2e67db-10ac-46fc-a552-2a6e2b69402f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-29T10:51:09.754Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-29T10:51:09.754Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-29T10:51:09.755Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-29T10:51:19.274Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:51:19.275Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:51:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:51:19.301Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:51:19.302Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:51:19.302Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550899702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:51:19.303Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:51:19.303Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:51:19.303Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550901022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:51:19.303Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:51:19.303Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:51:19.303Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550902150,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-29T10:51:19.303Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:51:19.304Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:51:19.304Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550903154,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-29T10:51:19.304Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:51:19.304Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:51:19.304Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550904158,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-29T10:51:19.304Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:51:19.304Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:51:19.304Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550905162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-29T10:51:19.304Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:51:19.304Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:51:19.304Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e4bc854-83e7-41e7-86f8-30847721fa96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550936513,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-29T10:51:19.304Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:51:19.305Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:51:19.305Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550883317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:51:19.305Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:51:19.305Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:51:19.305Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550883317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-29T10:51:19.305Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:51:19.305Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:51:19.305Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550883317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-03-29T10:51:19.305Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:51:19.306Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:51:19.306Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550883317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:51:19.306Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:51:19.306Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:51:19.306Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550883317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-03-29T10:51:19.306Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:51:19.306Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:51:19.306Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550883317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-03-29T10:51:19.306Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:51:19.306Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:51:19.306Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550883317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-03-29T10:51:19.306Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:51:19.306Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:51:19.307Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550883317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:51:19.307Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:51:19.307Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:51:19.307Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550883317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:51:19.307Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:51:19.307Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:51:19.307Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550883317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:51:19.307Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:51:19.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:51:19.308Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550949186,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:51:19.308Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:51:19.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:51:19.308Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550951955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:51:19.308Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:51:19.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:51:19.308Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550953452,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:51:19.308Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:51:19.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:51:19.308Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550954757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:51:19.308Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:51:19.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:51:19.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550956110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:51:19.309Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:51:19.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:51:19.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550957593,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:51:19.309Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:51:19.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:51:19.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550958686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-29T10:51:19.309Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:51:39.755Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bc2e67db-10ac-46fc-a552-2a6e2b69402f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-29T10:51:39.768Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bc2e67db-10ac-46fc-a552-2a6e2b69402f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-29T10:51:39.770Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-29T10:51:39.771Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-29T10:51:39.771Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-29T10:52:09.771Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bc2e67db-10ac-46fc-a552-2a6e2b69402f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-29T10:52:09.782Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bc2e67db-10ac-46fc-a552-2a6e2b69402f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-29T10:52:09.784Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-29T10:52:09.784Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-29T10:52:09.784Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-29T10:52:19.275Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:52:19.277Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:52:19.277Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:52:19.314Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:52:19.315Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.316Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550959692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-03-29T10:52:19.316Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:52:19.316Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.317Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550960699,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-03-29T10:52:19.317Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:52:19.317Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.317Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550961711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-03-29T10:52:19.317Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:52:19.317Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.317Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550962718,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-03-29T10:52:19.317Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:52:19.317Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.317Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550963725,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-29T10:52:19.317Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:52:19.317Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.317Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "cds",
  "timestamp": 1648550959627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:52:19.317Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.317Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.317Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648550958969,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:52:19.318Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.318Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.318Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "cds",
  "timestamp": 1648550959627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:52:19.318Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.318Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.318Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648550958969,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:52:19.318Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.318Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.318Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "cds",
  "timestamp": 1648550959627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:52:19.318Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.318Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.318Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648550958969,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:52:19.318Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.318Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.318Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "cds",
  "timestamp": 1648550959627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:52:19.318Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.318Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.318Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648550958969,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:52:19.319Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.319Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.319Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "cds",
  "timestamp": 1648550959627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:52:19.319Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.319Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.319Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648550958969,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:52:19.319Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.319Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.319Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "cds",
  "timestamp": 1648550959627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:52:19.319Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.319Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.319Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648550958969,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:52:19.319Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.320Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.320Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "aai-ml",
  "timestamp": 1648550970652,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:52:19.320Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.320Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.320Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "policy-id",
  "timestamp": 1648550969842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:52:19.320Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.320Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.320Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "cds",
  "timestamp": 1648550959627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:52:19.320Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.320Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.320Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648550958969,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:52:19.320Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.320Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "aai-ml",
  "timestamp": 1648550970652,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:52:19.321Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "policy-id",
  "timestamp": 1648550969842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:52:19.321Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550970962,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:52:19.321Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "cds",
  "timestamp": 1648550959627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:52:19.321Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648550958969,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:52:19.321Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "aai-ml",
  "timestamp": 1648550970652,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:52:19.322Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "policy-id",
  "timestamp": 1648550969842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:52:19.322Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550970962,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:52:19.322Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "cds",
  "timestamp": 1648550959627,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:52:19.322Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648550958969,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:52:19.322Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.323Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648550972719,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:52:19.323Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.323Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "aai-ml",
  "timestamp": 1648550970652,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:52:19.323Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.323Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "policy-id",
  "timestamp": 1648550969842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:52:19.323Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.323Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550970962,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:52:19.323Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.323Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "cds",
  "timestamp": 1648550974348,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:52:19.324Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:52:19.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648550972719,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:52:19.324Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "aai-ml",
  "timestamp": 1648550970652,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:52:19.324Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "policy-id",
  "timestamp": 1648550969842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:52:19.324Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550970962,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:52:19.325Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648550972719,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:52:19.325Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "aai-ml",
  "timestamp": 1648550970652,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:52:19.325Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "policy-id",
  "timestamp": 1648550969842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:52:19.325Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "cds",
  "timestamp": 1648550975611,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-29T10:52:19.333Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bc2e67db-10ac-46fc-a552-2a6e2b69402f
2022-03-29T10:52:19.334Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc2e67db-10ac-46fc-a552-2a6e2b69402f and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-29T10:52:19.345Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.345Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550970962,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:52:19.345Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.345Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.345Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648550972719,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:52:19.345Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.345Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.345Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "aai-ml",
  "timestamp": 1648550970652,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:52:19.345Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "policy-id",
  "timestamp": 1648550969842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:52:19.346Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550970962,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:52:19.346Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648550972719,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:52:19.346Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "aai-ml",
  "timestamp": 1648550970652,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:52:19.346Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "policy-id",
  "timestamp": 1648550969842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:52:19.347Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550970962,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:52:19.347Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "aai-ml",
  "timestamp": 1648550970652,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:52:19.347Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648550972719,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:52:19.347Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "policy-id",
  "timestamp": 1648550969842,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:52:19.347Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550970962,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:52:19.348Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648550972719,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-29T10:52:19.348Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "aai-ml",
  "timestamp": 1648550980678,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:52:19.349Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:52:19.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550970962,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:52:19.349Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "policy-id",
  "timestamp": 1648550979832,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:52:19.349Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:52:19.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648550972719,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:52:19.349Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "policy-id",
  "timestamp": 1648550980836,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-29T10:52:19.349Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:52:19.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550981055,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:52:19.350Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:52:19.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648550972719,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:52:19.350Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "policy-id",
  "timestamp": 1648550981839,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-29T10:52:19.356Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bc2e67db-10ac-46fc-a552-2a6e2b69402f
2022-03-29T10:52:19.356Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc2e67db-10ac-46fc-a552-2a6e2b69402f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-29T10:52:19.364Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "clamp",
  "timestamp": 1648550981686,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:52:19.365Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.365Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.365Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648550982645,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:52:19.365Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:52:19.365Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.365Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550983184,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-29T10:52:19.365Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:52:19.365Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.365Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "clamp",
  "timestamp": 1648550981686,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:52:19.366Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.366Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.366Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648550983672,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-29T10:52:19.366Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:52:19.366Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.366Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648550984187,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-29T10:52:19.370Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bc2e67db-10ac-46fc-a552-2a6e2b69402f
2022-03-29T10:52:19.371Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc2e67db-10ac-46fc-a552-2a6e2b69402f and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-29T10:52:19.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.378Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "clamp",
  "timestamp": 1648550981686,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:52:19.378Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.378Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648550984675,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-29T10:52:19.382Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of bc2e67db-10ac-46fc-a552-2a6e2b69402f
2022-03-29T10:52:19.383Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc2e67db-10ac-46fc-a552-2a6e2b69402f and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-29T10:52:19.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "clamp",
  "timestamp": 1648550981686,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:52:19.389Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "aai-ml",
  "timestamp": 1648550986876,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-29T10:52:19.389Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:52:19.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "clamp",
  "timestamp": 1648550981686,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:52:19.389Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "aai-ml",
  "timestamp": 1648550987880,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-29T10:52:19.395Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bc2e67db-10ac-46fc-a552-2a6e2b69402f
2022-03-29T10:52:19.395Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc2e67db-10ac-46fc-a552-2a6e2b69402f and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-29T10:52:19.403Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "clamp",
  "timestamp": 1648550981686,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:52:19.404Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.404Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.404Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "clamp",
  "timestamp": 1648550981686,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:52:19.404Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.404Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.404Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "clamp",
  "timestamp": 1648550981686,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:52:19.404Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "clamp",
  "timestamp": 1648550981686,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:52:19.405Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "385d7b2a-a896-4830-b604-5a46e928ce22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550995241,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-29T10:52:19.405Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:52:19.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550883317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:52:19.405Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550883317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-29T10:52:19.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550883317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-29T10:52:19.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550883317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-29T10:52:19.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550883317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-29T10:52:19.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550883317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:52:19.407Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550883317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-29T10:52:19.407Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "clamp",
  "timestamp": 1648551003256,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:52:19.407Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:52:19.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550883317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:52:19.407Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648550883317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:52:19.408Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:52:19.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "clamp",
  "timestamp": 1648551005267,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-29T10:52:19.408Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:52:19.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "clamp",
  "timestamp": 1648551006272,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-29T10:52:19.414Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bc2e67db-10ac-46fc-a552-2a6e2b69402f
2022-03-29T10:52:19.414Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc2e67db-10ac-46fc-a552-2a6e2b69402f and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-29T10:52:19.424Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.424Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648551006573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:52:19.425Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:52:19.425Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.425Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648551009267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:52:19.425Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:52:19.425Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.425Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648551010563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:52:19.425Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:52:19.425Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.425Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648551011849,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:52:19.425Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:52:19.425Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.425Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648551013156,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:52:19.425Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:52:19.426Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.426Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648551014347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:52:19.426Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:52:19.426Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.426Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648551015480,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-03-29T10:52:19.426Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:52:19.426Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.426Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648551016485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-03-29T10:52:19.426Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:52:19.426Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.426Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648551017490,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-29T10:52:19.426Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:52:19.426Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:52:19.426Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648551018495,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-03-29T10:52:19.426Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:52:39.785Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bc2e67db-10ac-46fc-a552-2a6e2b69402f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-29T10:52:39.797Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bc2e67db-10ac-46fc-a552-2a6e2b69402f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-29T10:52:39.801Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-29T10:52:39.801Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-29T10:52:39.801Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-29T10:52:39.801Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-29T10:52:39.801Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-29T10:52:39.802Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-29T10:52:39.802Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-29T10:52:39.802Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-29T10:52:39.802Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-29T10:52:39.802Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-29T10:52:39.802Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-29T10:52:39.802Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-29T10:52:39.808Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-29T10:53:09.808Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bc2e67db-10ac-46fc-a552-2a6e2b69402f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-29T10:53:09.814Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bc2e67db-10ac-46fc-a552-2a6e2b69402f and serviceModelVersionId: 35e6f837-8d68-429f-879f-ffe5f0994a55
2022-03-29T10:53:09.814Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6ed12cd7-cd1f-4df6-9457-67470b342dd1
2022-03-29T10:53:09.815Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6ed12cd7-cd1f-4df6-9457-67470b342dd1/model-vers/model-ver/35e6f837-8d68-429f-879f-ffe5f0994a55?depth=0
2022-03-29T10:53:09.822Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-03-29T10:53:09.863Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ed12cd7-cd1f-4df6-9457-67470b342dd1/model-vers/model-ver/35e6f837-8d68-429f-879f-ffe5f0994a55?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-29T10:53:09.865Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ed12cd7-cd1f-4df6-9457-67470b342dd1/model-vers/model-ver/35e6f837-8d68-429f-879f-ffe5f0994a55?depth=0|INFO|500||Invoke
2022-03-29T10:53:09.889Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ed12cd7-cd1f-4df6-9457-67470b342dd1/model-vers/model-ver/35e6f837-8d68-429f-879f-ffe5f0994a55?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-29T10:53:10.314Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ed12cd7-cd1f-4df6-9457-67470b342dd1/model-vers/model-ver/35e6f837-8d68-429f-879f-ffe5f0994a55?depth=0|INFO|500||InvokeReturn
2022-03-29T10:53:10.314Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ed12cd7-cd1f-4df6-9457-67470b342dd1/model-vers/model-ver/35e6f837-8d68-429f-879f-ffe5f0994a55?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220329-10:53:11:018-44693], vertex-id=[454656], Content-Length=[0], Date=[Tue, 29 Mar 2022 10:53:11 GMT], Content-Type=[application/json]}
2022-03-29T10:53:10.315Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-03-29T10:53:10.316Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-29T10:53:10.316Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-29T10:53:10.321Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-29T10:53:10.321Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bc2e67db-10ac-46fc-a552-2a6e2b69402f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-29T10:53:10.322Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-29T10:53:10.322Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:53:10.324Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:53:10.324Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648551190322,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-29T10:53:10.424Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-29T10:53:10.426Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-29T10:53:10.426Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:53:10.441Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:53:10.442Z||pool-139-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-29T10:53:11.333Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:53:11.334Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:53:11.334Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:53:19.274Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:53:19.275Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:53:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:53:19.304Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:53:19.305Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:53:19.305Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648551019502,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-03-29T10:53:19.306Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:53:19.306Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:53:19.306Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648551020507,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-29T10:53:19.306Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:53:19.306Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:53:19.306Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06a85643-775e-43ff-b144-af0f10097b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648551051742,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-29T10:53:19.306Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:53:19.307Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:53:19.307Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648551052756,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:53:19.307Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:53:19.307Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:53:19.307Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648551052756,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:53:19.307Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:53:19.307Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:53:19.307Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648551052756,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:53:19.307Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:53:19.307Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:53:19.308Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648551052756,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:53:19.308Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:53:19.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:53:19.308Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648551052756,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:53:19.308Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:53:19.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:53:19.308Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648551052756,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:53:19.308Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:53:19.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:53:19.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648551052756,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:53:19.309Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:53:19.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:53:19.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648551052756,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-29T10:53:19.309Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:53:19.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:53:19.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648551052756,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-29T10:53:19.309Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-29T10:53:19.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:53:19.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648551066699,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-29T10:53:19.309Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:53:19.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-29T10:53:19.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648551068735,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-29T10:53:19.310Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:53:21.605Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:53:21.606Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:53:21.607Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:53:21.607Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:53:31.161Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:53:31.165Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:53:31.166Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:53:31.166Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:53:40.729Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:53:40.730Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:53:40.731Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:53:40.731Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:53:50.289Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:53:50.289Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:53:50.290Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:53:50.290Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:53:59.855Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:53:59.856Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:53:59.857Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:53:59.857Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:54:09.439Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:54:09.440Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:54:09.441Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:54:09.441Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:54:18.988Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:54:19.271Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:54:19.272Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:54:19.272Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:54:19.274Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:54:19.275Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:54:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:54:19.834Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:54:19.835Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-29T10:54:19.835Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc2e67db-10ac-46fc-a552-2a6e2b69402f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648551190322,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-29T10:54:19.836Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:54:28.841Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:55:19.271Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:55:19.272Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:55:19.272Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:55:19.274Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:55:19.274Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:55:19.274Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:55:28.837Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:55:28.841Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:56:19.271Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:56:19.272Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:56:19.272Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:56:19.274Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:56:19.274Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:56:19.274Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:56:28.824Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:56:28.826Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:57:19.271Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:57:19.272Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:57:19.272Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:57:19.274Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:57:19.274Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:57:19.275Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:57:28.830Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:57:28.831Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:58:19.271Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:58:19.274Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:58:19.274Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:58:19.274Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:58:19.275Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:58:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:58:28.835Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:58:28.835Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:59:19.271Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:59:19.272Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:59:19.272Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:59:19.274Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:59:19.275Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:59:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:59:28.832Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T10:59:28.832Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T11:00:19.271Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T11:00:19.272Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T11:00:19.272Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|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 zv6HOZJwsw7WzDbA) ...
2022-03-29T11:00:19.274Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T11:00:19.274Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T11:00:19.274Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zv6HOZJwsw7WzDbA) ...
2022-03-29T11:00:28.835Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T11:00:28.836Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T11:01:19.271Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T11:01:19.272Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T11:01:19.272Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|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 zv6HOZJwsw7WzDbA) ...
2022-03-29T11:01:19.274Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T11:01:19.275Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T11:01:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T11:01:28.823Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T11:01:28.825Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T11:02:19.271Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T11:02:19.272Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T11:02:19.272Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|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 zv6HOZJwsw7WzDbA) ...
2022-03-29T11:02:19.274Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T11:02:19.274Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T11:02:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T11:02:28.833Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T11:02:28.860Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T11:03:19.271Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T11:03:19.272Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T11:03:19.272Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|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 zv6HOZJwsw7WzDbA) ...
2022-03-29T11:03:19.274Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T11:03:19.274Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T11:03:19.274Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T11:03:28.824Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T11:03:28.832Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T11:04:19.271Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T11:04:19.271Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T11:04:19.272Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|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 zv6HOZJwsw7WzDbA) ...
2022-03-29T11:04:19.274Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T11:04:19.274Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T11:04:19.274Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T11:04:28.824Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T11:04:28.826Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T11:05:19.271Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T11:05:19.271Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T11:05:19.272Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|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 zv6HOZJwsw7WzDbA) ...
2022-03-29T11:05:19.274Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T11:05:19.274Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T11:05:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T11:05:28.830Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T11:05:28.853Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T11:06:19.271Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T11:06:19.272Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T11:06:19.272Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|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 zv6HOZJwsw7WzDbA) ...
2022-03-29T11:06:19.274Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T11:06:19.274Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T11:06:19.274Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zv6HOZJwsw7WzDbA) ...
2022-03-29T11:06:28.846Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T11:06:28.857Z|bc2e67db-10ac-46fc-a552-2a6e2b69402f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T11:07:19.272Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T11:07:19.274Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T11:07:19.274Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T11:07:19.274Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|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 zv6HOZJwsw7WzDbA) ...
2022-03-29T11:07:19.274Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T11:07:19.274Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zv6HOZJwsw7WzDbA) ...
2022-03-29T11:07:28.838Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T11:07:28.838Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T11:08:19.271Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T11:08:19.272Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T11:08:19.272Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|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 zv6HOZJwsw7WzDbA) ...
2022-03-29T11:08:19.275Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T11:08:19.275Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T11:08:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T11:08:28.815Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T11:08:28.817Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T11:09:19.271Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T11:09:19.272Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T11:09:19.272Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|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 zv6HOZJwsw7WzDbA) ...
2022-03-29T11:09:19.274Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T11:09:19.274Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T11:09:19.274Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T11:09:28.830Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T11:09:28.834Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T11:10:19.271Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T11:10:19.271Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T11:10:19.272Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|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 zv6HOZJwsw7WzDbA) ...
2022-03-29T11:10:19.274Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T11:10:19.274Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T11:10:19.274Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T11:10:28.824Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T11:10:28.825Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T11:11:07.761Z||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)
2022-03-29T11:11:19.271Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T11:11:19.272Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T11:11:19.272Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|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 zv6HOZJwsw7WzDbA) ...
2022-03-29T11:11:19.274Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T11:11:19.275Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T11:11:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T11:11:28.830Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-29T11:11:28.830Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK